#[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§
Source§impl Clone for GstVideoAFDMeta
impl Clone for GstVideoAFDMeta
Source§fn clone(&self) -> GstVideoAFDMeta
fn clone(&self) -> GstVideoAFDMeta
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstVideoAFDMeta
impl Debug for GstVideoAFDMeta
impl Copy for GstVideoAFDMeta
Auto Trait Implementations§
impl Freeze for GstVideoAFDMeta
impl RefUnwindSafe for GstVideoAFDMeta
impl !Send for GstVideoAFDMeta
impl !Sync for GstVideoAFDMeta
impl Unpin for GstVideoAFDMeta
impl UnwindSafe for GstVideoAFDMeta
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