Struct windows_native::ntpoapi::POWER_REQUEST
source ยท #[repr(C)]pub struct POWER_REQUEST {
pub Anonymous1: POWER_REQUEST_1,
}Fieldsยง
ยงAnonymous1: POWER_REQUEST_1Trait Implementationsยง
sourceยงimpl Debug for POWER_REQUEST
impl Debug for POWER_REQUEST
Auto Trait Implementationsยง
impl RefUnwindSafe for POWER_REQUEST
impl Send for POWER_REQUEST
impl Sync for POWER_REQUEST
impl Unpin for POWER_REQUEST
impl UnwindSafe for POWER_REQUEST
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