#[repr(transparent)]pub struct SwSticky(pub u32);Expand description
Sticky bit Register
Tuple Fields§
§0: u32Implementations§
Source§impl SwSticky
impl SwSticky
Sourcepub const fn srk_revoke_lock(&self) -> bool
pub const fn srk_revoke_lock(&self) -> bool
SRK Revoke Lock
Sourcepub const fn set_srk_revoke_lock(&mut self, val: bool)
pub const fn set_srk_revoke_lock(&mut self, val: bool)
SRK Revoke Lock
Sourcepub const fn field_return_lock(&self) -> bool
pub const fn field_return_lock(&self) -> bool
Field Return Lock
Sourcepub const fn set_field_return_lock(&mut self, val: bool)
pub const fn set_field_return_lock(&mut self, val: bool)
Field Return Lock
Trait Implementations§
impl Copy for SwSticky
impl Eq for SwSticky
impl StructuralPartialEq for SwSticky
Auto Trait Implementations§
impl Freeze for SwSticky
impl RefUnwindSafe for SwSticky
impl Send for SwSticky
impl Sync for SwSticky
impl Unpin for SwSticky
impl UnwindSafe for SwSticky
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