Union TIMECODE
#[repr(C)]
pub union TIMECODE {
pub Anonymous: TIMECODE_0,
pub qw: u64,
}
Fields§
§Anonymous: TIMECODE_0
§qw: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TIMECODE
impl RefUnwindSafe for TIMECODE
impl Send for TIMECODE
impl Sync for TIMECODE
impl Unpin for TIMECODE
impl UnwindSafe for TIMECODE
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