Struct gstreamer_video_sys::GstVideoAncillary [−][src]
#[repr(C)]pub struct GstVideoAncillary { pub DID: u8, pub SDID_block_number: u8, pub data_count: u8, pub data: [u8; 256], pub _gst_reserved: [gpointer; 4], }
Fields
DID: u8SDID_block_number: u8data_count: u8data: [u8; 256]_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAncillaryimpl !Send for GstVideoAncillaryimpl !Sync for GstVideoAncillaryimpl Unpin for GstVideoAncillaryimpl UnwindSafe for GstVideoAncillaryBlanket Implementations
Mutably borrows from an owned value. Read more