#[repr(transparent)]pub struct SjcResp1(pub u32);Expand description
Value of OTP Bank4 Word1 (Secure JTAG Response Field)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SjcResp1
impl Eq for SjcResp1
impl StructuralPartialEq for SjcResp1
Auto Trait Implementations§
impl Freeze for SjcResp1
impl RefUnwindSafe for SjcResp1
impl Send for SjcResp1
impl Sync for SjcResp1
impl Unpin for SjcResp1
impl UnwindSafe for SjcResp1
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