Struct gstreamer_video_sys::GstVideoBarMeta [−][src]
#[repr(C)]pub struct GstVideoBarMeta { pub meta: GstMeta, pub field: u8, pub is_letterbox: gboolean, pub bar_data1: c_uint, pub bar_data2: c_uint, }
Fields
meta: GstMetafield: u8is_letterbox: gbooleanbar_data1: c_uintbar_data2: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoBarMetaimpl !Send for GstVideoBarMetaimpl !Sync for GstVideoBarMetaimpl Unpin for GstVideoBarMetaimpl UnwindSafe for GstVideoBarMetaBlanket Implementations
Mutably borrows from an owned value. Read more