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_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_supervisor_checked(self, value: bool) -> Result<Self, ()>
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 const fn set_supervisor(&mut self, value: bool)
pub const fn set_supervisor(&mut self, value: bool)
Bits: 0..1
Sourcepub const fn with_aligned_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_aligned_checked(self, value: bool) -> Result<Self, ()>
Bits: 1..2
Sourcepub const fn with_aligned(self, value: bool) -> Self
pub const fn with_aligned(self, value: bool) -> Self
Bits: 1..2
Sourcepub const fn set_aligned(&mut self, value: bool)
pub const fn set_aligned(&mut self, value: bool)
Bits: 1..2
Sourcepub const fn with_xfd_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_xfd_checked(self, value: bool) -> Result<Self, ()>
Bits: 2..3
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