Struct GstVideo BarMeta
Source #[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: GstMeta§field: u8§is_letterbox: gboolean§bar_data1: c_uint§bar_data2: c_uintTrait Implementations§
Source§impl Clone for GstVideoBarMeta
impl Clone for GstVideoBarMeta
Source§fn clone(&self) -> GstVideoBarMeta
fn clone(&self) -> GstVideoBarMeta
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 GstVideoBarMeta
Auto Trait Implementations§
impl !Send for GstVideoBarMeta
impl !Sync for GstVideoBarMeta
impl Freeze for GstVideoBarMeta
impl RefUnwindSafe for GstVideoBarMeta
impl Unpin for GstVideoBarMeta
impl UnsafeUnpin for GstVideoBarMeta
impl UnwindSafe for GstVideoBarMeta
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