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