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