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