#[repr(C)]pub struct pmTime {
pub pmt_Method: ULONG,
pub pmt_Time: ULONG,
}Fields§
§pmt_Method: ULONG§pmt_Time: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for pmTime
impl RefUnwindSafe for pmTime
impl Send for pmTime
impl Sync for pmTime
impl Unpin for pmTime
impl UnsafeUnpin for pmTime
impl UnwindSafe for pmTime
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