Struct tartan_arch::aarch64::float::Exceptions
source · pub struct Exceptions(/* private fields */);
Available on AArch64 only.
Expand description
Status/mask bits for each type of floating-point exception.
Trait Implementations§
source§impl Bitfield<u8> for Exceptions
impl Bitfield<u8> for Exceptions
source§impl Clone for Exceptions
impl Clone for Exceptions
source§fn clone(&self) -> Exceptions
fn clone(&self) -> Exceptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Exceptions
impl Debug for Exceptions
source§impl Default for Exceptions
impl Default for Exceptions
source§fn default() -> Exceptions
fn default() -> Exceptions
Returns the “default value” for a type. Read more
source§impl From<Exceptions> for u8
impl From<Exceptions> for u8
source§fn from(val: Exceptions) -> Self
fn from(val: Exceptions) -> Self
Converts to this type from the input type.
source§impl From<u8> for Exceptions
impl From<u8> for Exceptions
source§impl PartialEq for Exceptions
impl PartialEq for Exceptions
impl Copy for Exceptions
impl Eq for Exceptions
impl StructuralPartialEq for Exceptions
Auto Trait Implementations§
impl Freeze for Exceptions
impl RefUnwindSafe for Exceptions
impl Send for Exceptions
impl Sync for Exceptions
impl Unpin for Exceptions
impl UnwindSafe for Exceptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)