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