pub struct ExtendedStateEnumerationSubleafNEcx(/* private fields */);
Implementations§
source§impl ExtendedStateEnumerationSubleafNEcx
impl ExtendedStateEnumerationSubleafNEcx
sourcepub const fn supervisor(&self) -> bool
pub const fn supervisor(&self) -> bool
Bits: 0..1
sourcepub const fn with_supervisor(self, value: bool) -> Self
pub const fn with_supervisor(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_supervisor(&mut self, value: bool)
pub fn set_supervisor(&mut self, value: bool)
Bits: 0..1
sourcepub const fn with_aligned(self, value: bool) -> Self
pub const fn with_aligned(self, value: bool) -> Self
Bits: 1..2
sourcepub fn set_aligned(&mut self, value: bool)
pub fn set_aligned(&mut self, value: bool)
Bits: 1..2
Trait Implementations§
source§impl Clone for ExtendedStateEnumerationSubleafNEcx
impl Clone for ExtendedStateEnumerationSubleafNEcx
source§fn clone(&self) -> ExtendedStateEnumerationSubleafNEcx
fn clone(&self) -> ExtendedStateEnumerationSubleafNEcx
Returns a copy 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 From<ExtendedStateEnumerationSubleafNEcx> for u32
impl From<ExtendedStateEnumerationSubleafNEcx> for u32
source§fn from(v: ExtendedStateEnumerationSubleafNEcx) -> u32
fn from(v: ExtendedStateEnumerationSubleafNEcx) -> u32
Converts to this type from the input type.
impl Copy for ExtendedStateEnumerationSubleafNEcx
Auto Trait Implementations§
impl Freeze for ExtendedStateEnumerationSubleafNEcx
impl RefUnwindSafe for ExtendedStateEnumerationSubleafNEcx
impl Send for ExtendedStateEnumerationSubleafNEcx
impl Sync for ExtendedStateEnumerationSubleafNEcx
impl Unpin for ExtendedStateEnumerationSubleafNEcx
impl UnwindSafe for ExtendedStateEnumerationSubleafNEcx
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)