#[repr(C)]pub struct PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>Implementations§
Source§impl PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
pub fn AllowScaling(&self) -> WORD
pub fn set_AllowScaling(&mut self, val: WORD)
pub unsafe fn AllowScaling_raw(this: *const Self) -> WORD
pub unsafe fn set_AllowScaling_raw(this: *mut Self, val: WORD)
pub fn Disabled(&self) -> WORD
pub fn set_Disabled(&mut self, val: WORD)
pub unsafe fn Disabled_raw(this: *const Self) -> WORD
pub unsafe fn set_Disabled_raw(this: *mut Self, val: WORD)
pub fn Reserved(&self) -> WORD
pub fn set_Reserved(&mut self, val: WORD)
pub unsafe fn Reserved_raw(this: *const Self) -> WORD
pub unsafe fn set_Reserved_raw(this: *mut Self, val: WORD)
pub fn new_bitfield_1( AllowScaling: WORD, Disabled: WORD, Reserved: WORD, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl Clone for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
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 moreimpl Copy for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl Send for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl Sync for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl Unpin for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for PROCESSOR_IDLESTATE_POLICY__bindgen_ty_1__bindgen_ty_1
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