Union windows_sys::Win32::Media::TIMECODE
[−]#[repr(C)]
pub union TIMECODE {
pub Anonymous: TIMECODE_0,
pub qw: u64,
}
Expand description
Required features: "Win32_Media"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more