pub struct NZCV { /* private fields */ }
Available on crate feature
arm64
only.Expand description
An immediate that represents the NZCV flags.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NZCV
impl RefUnwindSafe for NZCV
impl Send for NZCV
impl Sync for NZCV
impl Unpin for NZCV
impl UnwindSafe for NZCV
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