Struct aarch64defs::SynchronousErrorType
source · #[repr(transparent)]pub struct SynchronousErrorType(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl SynchronousErrorType
impl SynchronousErrorType
pub const RECOVERABLE: SynchronousErrorType = _
pub const UNCONTAINABLE: SynchronousErrorType = _
pub const RESTARTABLE: SynchronousErrorType = _
Trait Implementations§
source§impl Clone for SynchronousErrorType
impl Clone for SynchronousErrorType
source§fn clone(&self) -> SynchronousErrorType
fn clone(&self) -> SynchronousErrorType
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 SynchronousErrorType
impl Debug for SynchronousErrorType
source§impl Hash for SynchronousErrorType
impl Hash for SynchronousErrorType
source§impl Ord for SynchronousErrorType
impl Ord for SynchronousErrorType
source§fn cmp(&self, other: &SynchronousErrorType) -> Ordering
fn cmp(&self, other: &SynchronousErrorType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SynchronousErrorType
impl PartialEq for SynchronousErrorType
source§impl PartialOrd for SynchronousErrorType
impl PartialOrd for SynchronousErrorType
impl Copy for SynchronousErrorType
impl Eq for SynchronousErrorType
impl StructuralPartialEq for SynchronousErrorType
Auto Trait Implementations§
impl Freeze for SynchronousErrorType
impl RefUnwindSafe for SynchronousErrorType
impl Send for SynchronousErrorType
impl Sync for SynchronousErrorType
impl Unpin for SynchronousErrorType
impl UnwindSafe for SynchronousErrorType
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§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
)