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