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: GstMetacaption_type: GstVideoCaptionTypedata: *mut u8size: size_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoCaptionMetaimpl !Send for GstVideoCaptionMetaimpl !Sync for GstVideoCaptionMetaimpl Unpin for GstVideoCaptionMetaimpl UnwindSafe for GstVideoCaptionMetaBlanket Implementations
Mutably borrows from an owned value. Read more