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