Struct windows_native::ntpoapi::POWER_STANDBY_NETWORK_REQUEST
source ยท #[repr(C)]pub struct POWER_STANDBY_NETWORK_REQUEST {
pub PowerInformationInternalHeader: POWER_INFORMATION_INTERNAL_HEADER,
pub Active: BOOLEAN,
}Fieldsยง
ยงPowerInformationInternalHeader: POWER_INFORMATION_INTERNAL_HEADERยงActive: BOOLEANTrait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for POWER_STANDBY_NETWORK_REQUEST
impl Send for POWER_STANDBY_NETWORK_REQUEST
impl Sync for POWER_STANDBY_NETWORK_REQUEST
impl Unpin for POWER_STANDBY_NETWORK_REQUEST
impl UnwindSafe for POWER_STANDBY_NETWORK_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