Struct gstreamer_video_sys::GstVideoCaptionMeta [−][src]
#[repr(C)]pub struct GstVideoCaptionMeta { pub meta: GstMeta, pub caption_type: GstVideoCaptionType, pub data: *mut u8, pub size: size_t, }
Fields
meta: GstMeta
data: *mut u8
size: size_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCaptionMeta
impl !Send for GstVideoCaptionMeta
impl !Sync for GstVideoCaptionMeta
impl Unpin for GstVideoCaptionMeta
impl UnwindSafe for GstVideoCaptionMeta
Blanket Implementations
Mutably borrows from an owned value. Read more