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