Struct gstreamer_video_sys::GstVideoInfo_ABI_abi [−][src]
#[repr(C)]pub struct GstVideoInfo_ABI_abi { pub multiview_mode: GstVideoMultiviewMode, pub multiview_flags: GstVideoMultiviewFlags, pub field_order: GstVideoFieldOrder, }
Fields
multiview_mode: GstVideoMultiviewMode
multiview_flags: GstVideoMultiviewFlags
field_order: GstVideoFieldOrder
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoInfo_ABI_abi
impl Send for GstVideoInfo_ABI_abi
impl Sync for GstVideoInfo_ABI_abi
impl Unpin for GstVideoInfo_ABI_abi
impl UnwindSafe for GstVideoInfo_ABI_abi
Blanket Implementations
Mutably borrows from an owned value. Read more