Struct GstVideoTimeCode
Source#[repr(C)]pub struct GstVideoTimeCode {
pub config: GstVideoTimeCodeConfig,
pub hours: c_uint,
pub minutes: c_uint,
pub seconds: c_uint,
pub frames: c_uint,
pub field_count: c_uint,
}
Fields§
§config: GstVideoTimeCodeConfig
§hours: c_uint
§minutes: c_uint
§seconds: c_uint
§frames: c_uint
§field_count: c_uint
Trait Implementations§
Source§impl Clone for GstVideoTimeCode
impl Clone for GstVideoTimeCode
Source§fn clone(&self) -> GstVideoTimeCode
fn clone(&self) -> GstVideoTimeCode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstVideoTimeCode
impl Debug for GstVideoTimeCode
impl Copy for GstVideoTimeCode
Auto Trait Implementations§
impl Freeze for GstVideoTimeCode
impl RefUnwindSafe for GstVideoTimeCode
impl !Send for GstVideoTimeCode
impl !Sync for GstVideoTimeCode
impl Unpin for GstVideoTimeCode
impl UnwindSafe for GstVideoTimeCode
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