Struct MMTIME
#[repr(C, packed(1))]pub struct MMTIME {
pub wType: u32,
pub u: MMTIME_0,
}
Fields§
§wType: u32
§u: MMTIME_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MMTIME
impl RefUnwindSafe for MMTIME
impl Send for MMTIME
impl Sync for MMTIME
impl Unpin for MMTIME
impl UnwindSafe for MMTIME
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