#[repr(transparent)]pub struct HwOcotpSwSticky(pub u32);Expand description
Sticky bit Register
Tuple Fields§
§0: u32Implementations§
Source§impl HwOcotpSwSticky
impl HwOcotpSwSticky
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§
Source§impl Clone for HwOcotpSwSticky
impl Clone for HwOcotpSwSticky
Source§fn clone(&self) -> HwOcotpSwSticky
fn clone(&self) -> HwOcotpSwSticky
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 HwOcotpSwSticky
impl Debug for HwOcotpSwSticky
Source§impl Default for HwOcotpSwSticky
impl Default for HwOcotpSwSticky
Source§fn default() -> HwOcotpSwSticky
fn default() -> HwOcotpSwSticky
Returns the “default value” for a type. Read more
Source§impl PartialEq for HwOcotpSwSticky
impl PartialEq for HwOcotpSwSticky
impl Copy for HwOcotpSwSticky
impl Eq for HwOcotpSwSticky
impl StructuralPartialEq for HwOcotpSwSticky
Auto Trait Implementations§
impl Freeze for HwOcotpSwSticky
impl RefUnwindSafe for HwOcotpSwSticky
impl Send for HwOcotpSwSticky
impl Sync for HwOcotpSwSticky
impl Unpin for HwOcotpSwSticky
impl UnwindSafe for HwOcotpSwSticky
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