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