#[repr(transparent)]pub struct AsynchronousEventType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl AsynchronousEventType
impl AsynchronousEventType
pub const ERROR_STATUS: AsynchronousEventType
pub const HEALTH_STATUS: AsynchronousEventType
pub const NOTICE: AsynchronousEventType
pub const IMMEDIATE: AsynchronousEventType
pub const IO_COMMAND_SPECIFIC: AsynchronousEventType
pub const VENDOR_SPECIFIC: AsynchronousEventType
Trait Implementations§
Source§impl Clone for AsynchronousEventType
impl Clone for AsynchronousEventType
Source§fn clone(&self) -> AsynchronousEventType
fn clone(&self) -> AsynchronousEventType
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 AsynchronousEventType
impl Debug for AsynchronousEventType
Source§impl Hash for AsynchronousEventType
impl Hash for AsynchronousEventType
Source§impl Ord for AsynchronousEventType
impl Ord for AsynchronousEventType
Source§fn cmp(&self, other: &AsynchronousEventType) -> Ordering
fn cmp(&self, other: &AsynchronousEventType) -> 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 AsynchronousEventType
impl PartialEq for AsynchronousEventType
Source§impl PartialOrd for AsynchronousEventType
impl PartialOrd for AsynchronousEventType
impl Copy for AsynchronousEventType
impl Eq for AsynchronousEventType
impl StructuralPartialEq for AsynchronousEventType
Auto Trait Implementations§
impl Freeze for AsynchronousEventType
impl RefUnwindSafe for AsynchronousEventType
impl Send for AsynchronousEventType
impl Sync for AsynchronousEventType
impl Unpin for AsynchronousEventType
impl UnwindSafe for AsynchronousEventType
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