#[repr(transparent)]pub struct ElsOtpLcState(pub u32);Expand description
Life Cycle State Register
Tuple Fields§
§0: u32Implementations§
Source§impl ElsOtpLcState
impl ElsOtpLcState
Sourcepub const fn otp_lc_state(&self) -> u8
pub const fn otp_lc_state(&self) -> u8
OTP life cycle state
Sourcepub const fn set_otp_lc_state(&mut self, val: u8)
pub const fn set_otp_lc_state(&mut self, val: u8)
OTP life cycle state
Trait Implementations§
Source§impl Clone for ElsOtpLcState
impl Clone for ElsOtpLcState
Source§fn clone(&self) -> ElsOtpLcState
fn clone(&self) -> ElsOtpLcState
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 ElsOtpLcState
impl Debug for ElsOtpLcState
Source§impl Default for ElsOtpLcState
impl Default for ElsOtpLcState
Source§fn default() -> ElsOtpLcState
fn default() -> ElsOtpLcState
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElsOtpLcState
impl PartialEq for ElsOtpLcState
impl Copy for ElsOtpLcState
impl Eq for ElsOtpLcState
impl StructuralPartialEq for ElsOtpLcState
Auto Trait Implementations§
impl Freeze for ElsOtpLcState
impl RefUnwindSafe for ElsOtpLcState
impl Send for ElsOtpLcState
impl Sync for ElsOtpLcState
impl Unpin for ElsOtpLcState
impl UnwindSafe for ElsOtpLcState
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