#[repr(C)]pub struct GstVideoTimeCodeMeta {
pub meta: GstMeta,
pub tc: GstVideoTimeCode,
}Fields§
§meta: GstMeta§tc: GstVideoTimeCodeTrait Implementations§
Source§impl Clone for GstVideoTimeCodeMeta
impl Clone for GstVideoTimeCodeMeta
impl Copy for GstVideoTimeCodeMeta
Auto Trait Implementations§
impl !Send for GstVideoTimeCodeMeta
impl !Sync for GstVideoTimeCodeMeta
impl Freeze for GstVideoTimeCodeMeta
impl RefUnwindSafe for GstVideoTimeCodeMeta
impl Unpin for GstVideoTimeCodeMeta
impl UnsafeUnpin for GstVideoTimeCodeMeta
impl UnwindSafe for GstVideoTimeCodeMeta
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