#[repr(C, packed(1))]pub struct mmtime_tag {
    pub wType: UINT,
    pub u: mmtime_tag__bindgen_ty_1,
}Fields§
§wType: UINT§u: mmtime_tag__bindgen_ty_1Trait Implementations§
Source§impl Clone for mmtime_tag
 
impl Clone for mmtime_tag
Source§fn clone(&self) -> mmtime_tag
 
fn clone(&self) -> mmtime_tag
Returns a duplicate 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 moreimpl Copy for mmtime_tag
Auto Trait Implementations§
impl Freeze for mmtime_tag
impl RefUnwindSafe for mmtime_tag
impl Send for mmtime_tag
impl Sync for mmtime_tag
impl Unpin for mmtime_tag
impl UnwindSafe for mmtime_tag
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