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