#[repr(C)]pub struct _STORAGE_IDLE_POWER {
pub Version: DWORD,
pub Size: DWORD,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub D3IdleTimeout: DWORD,
}Fields§
§Version: DWORD§Size: DWORD§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§D3IdleTimeout: DWORDImplementations§
Source§impl _STORAGE_IDLE_POWER
impl _STORAGE_IDLE_POWER
pub fn WakeCapableHint(&self) -> DWORD
pub fn set_WakeCapableHint(&mut self, val: DWORD)
pub unsafe fn WakeCapableHint_raw(this: *const Self) -> DWORD
pub unsafe fn set_WakeCapableHint_raw(this: *mut Self, val: DWORD)
pub fn D3ColdSupported(&self) -> DWORD
pub fn set_D3ColdSupported(&mut self, val: DWORD)
pub unsafe fn D3ColdSupported_raw(this: *const Self) -> DWORD
pub unsafe fn set_D3ColdSupported_raw(this: *mut Self, val: DWORD)
pub fn Reserved(&self) -> DWORD
pub fn set_Reserved(&mut self, val: DWORD)
pub unsafe fn Reserved_raw(this: *const Self) -> DWORD
pub unsafe fn set_Reserved_raw(this: *mut Self, val: DWORD)
pub fn new_bitfield_1( WakeCapableHint: DWORD, D3ColdSupported: DWORD, Reserved: DWORD, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _STORAGE_IDLE_POWER
impl Clone for _STORAGE_IDLE_POWER
Source§fn clone(&self) -> _STORAGE_IDLE_POWER
fn clone(&self) -> _STORAGE_IDLE_POWER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _STORAGE_IDLE_POWER
impl Debug for _STORAGE_IDLE_POWER
impl Copy for _STORAGE_IDLE_POWER
Auto Trait Implementations§
impl Freeze for _STORAGE_IDLE_POWER
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