Struct TIMECODEDATA
#[repr(C, packed(2))]pub struct TIMECODEDATA {
pub time: TIMECODE,
pub dwSMPTEflags: u32,
pub dwUser: u32,
}
Fields§
§time: TIMECODE
§dwSMPTEflags: u32
§dwUser: u32
Trait Implementations§
§impl Clone for TIMECODEDATA
impl Clone for TIMECODEDATA
§fn clone(&self) -> TIMECODEDATA
fn clone(&self) -> TIMECODEDATA
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 more§impl Default for TIMECODEDATA
impl Default for TIMECODEDATA
impl Copy for TIMECODEDATA
Auto Trait Implementations§
impl Freeze for TIMECODEDATA
impl RefUnwindSafe for TIMECODEDATA
impl Send for TIMECODEDATA
impl Sync for TIMECODEDATA
impl Unpin for TIMECODEDATA
impl UnwindSafe for TIMECODEDATA
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