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: GstMeta
field: u8
spec: GstVideoAFDSpec
afd: GstVideoAFDValue
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAFDMeta
impl !Send for GstVideoAFDMeta
impl !Sync for GstVideoAFDMeta
impl Unpin for GstVideoAFDMeta
impl UnwindSafe for GstVideoAFDMeta
Blanket Implementations
Mutably borrows from an owned value. Read more