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: u8
SDID_block_number: u8
data_count: u8
data: [u8; 256]
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAncillary
impl !Send for GstVideoAncillary
impl !Sync for GstVideoAncillary
impl Unpin for GstVideoAncillary
impl UnwindSafe for GstVideoAncillary
Blanket Implementations
Mutably borrows from an owned value. Read more