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