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