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