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