#[repr(C)]pub struct GstVideoTimeCodeInterval {
pub hours: c_uint,
pub minutes: c_uint,
pub seconds: c_uint,
pub frames: c_uint,
}
Fields§
§hours: c_uint
§minutes: c_uint
§seconds: c_uint
§frames: c_uint
Trait Implementations§
source§impl Clone for GstVideoTimeCodeInterval
impl Clone for GstVideoTimeCodeInterval
source§fn clone(&self) -> GstVideoTimeCodeInterval
fn clone(&self) -> GstVideoTimeCodeInterval
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 GstVideoTimeCodeInterval
impl Debug for GstVideoTimeCodeInterval
impl Copy for GstVideoTimeCodeInterval
Auto Trait Implementations§
impl Freeze for GstVideoTimeCodeInterval
impl RefUnwindSafe for GstVideoTimeCodeInterval
impl Send for GstVideoTimeCodeInterval
impl Sync for GstVideoTimeCodeInterval
impl Unpin for GstVideoTimeCodeInterval
impl UnwindSafe for GstVideoTimeCodeInterval
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)