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