#[repr(transparent)]pub struct RTestcode(pub u32);Expand description
BIST Test Code Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for RTestcode
impl Eq for RTestcode
impl StructuralPartialEq for RTestcode
Auto Trait Implementations§
impl Freeze for RTestcode
impl RefUnwindSafe for RTestcode
impl Send for RTestcode
impl Sync for RTestcode
impl Unpin for RTestcode
impl UnwindSafe for RTestcode
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