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