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