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