Struct GstVideo Ancillary
Source #[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§
Source§impl Clone for GstVideoAncillary
impl Clone for GstVideoAncillary
Source§fn clone(&self) -> GstVideoAncillary
fn clone(&self) -> GstVideoAncillary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoAncillary
Auto Trait Implementations§
impl !Send for GstVideoAncillary
impl !Sync for GstVideoAncillary
impl Freeze for GstVideoAncillary
impl RefUnwindSafe for GstVideoAncillary
impl Unpin for GstVideoAncillary
impl UnsafeUnpin for GstVideoAncillary
impl UnwindSafe for GstVideoAncillary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more