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