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