Struct gstreamer_video_sys::GstVideoAFDMeta [−][src]
#[repr(C)]pub struct GstVideoAFDMeta { pub meta: GstMeta, pub field: u8, pub spec: GstVideoAFDSpec, pub afd: GstVideoAFDValue, }
Fields
meta: GstMetafield: u8spec: GstVideoAFDSpecafd: GstVideoAFDValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAFDMetaimpl !Send for GstVideoAFDMetaimpl !Sync for GstVideoAFDMetaimpl Unpin for GstVideoAFDMetaimpl UnwindSafe for GstVideoAFDMetaBlanket Implementations
Mutably borrows from an owned value. Read more