Struct cocoa::quartzcore::CVSMPTETime
source · #[repr(C)]pub struct CVSMPTETime {
pub subframes: i16,
pub subframeDivisor: i16,
pub counter: u32,
pub time_type: u32,
pub flags: u32,
pub hours: i16,
pub minutes: i16,
pub seconds: i16,
pub frames: i16,
}
Fields§
§subframes: i16
§subframeDivisor: i16
§counter: u32
§time_type: u32
§flags: u32
§hours: i16
§minutes: i16
§seconds: i16
§frames: i16
Trait Implementations§
source§impl Clone for CVSMPTETime
impl Clone for CVSMPTETime
source§fn clone(&self) -> CVSMPTETime
fn clone(&self) -> CVSMPTETime
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 moreimpl Copy for CVSMPTETime
Auto Trait Implementations§
impl RefUnwindSafe for CVSMPTETime
impl Send for CVSMPTETime
impl Sync for CVSMPTETime
impl Unpin for CVSMPTETime
impl UnwindSafe for CVSMPTETime
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