Struct windows_sys::Win32::System::Ioctl::STORAGE_IDLE_POWER
#[repr(C)]pub struct STORAGE_IDLE_POWER {
pub Version: u32,
pub Size: u32,
pub _bitfield: u32,
pub D3IdleTimeout: u32,
}
Fields§
§Version: u32
§Size: u32
§_bitfield: u32
§D3IdleTimeout: u32
Trait Implementations§
§impl Clone for STORAGE_IDLE_POWER
impl Clone for STORAGE_IDLE_POWER
impl Copy for STORAGE_IDLE_POWER
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_IDLE_POWER
impl Send for STORAGE_IDLE_POWER
impl Sync for STORAGE_IDLE_POWER
impl Unpin for STORAGE_IDLE_POWER
impl UnwindSafe for STORAGE_IDLE_POWER
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