Union windows_sys::Win32::Media::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 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