#[repr(transparent)]pub struct AsynchronousEventInformationNotice(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl AsynchronousEventInformationNotice
impl AsynchronousEventInformationNotice
pub const NAMESPACE_ATTRIBUTE_CHANGED: AsynchronousEventInformationNotice
pub const FIRMWARE_ACTIVATION_STARTING: AsynchronousEventInformationNotice
pub const TELEMETRY_LOG_CHANGED: AsynchronousEventInformationNotice
pub const ASYMMETRIC_NAMESPACE_ACCESS_CHANGE: AsynchronousEventInformationNotice
pub const PREDICTABLE_LATENCY_EVENT_AGGREGATE_LOG_CHANGE: AsynchronousEventInformationNotice
pub const LBA_STATUS_INFORMATION_ALERT: AsynchronousEventInformationNotice
pub const ENDURANCE_GROUP_EVENT_AGGREGATE_LOG_PAGE_CHANGE: AsynchronousEventInformationNotice
Trait Implementations§
Source§impl Clone for AsynchronousEventInformationNotice
impl Clone for AsynchronousEventInformationNotice
Source§fn clone(&self) -> AsynchronousEventInformationNotice
fn clone(&self) -> AsynchronousEventInformationNotice
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 Ord for AsynchronousEventInformationNotice
impl Ord for AsynchronousEventInformationNotice
Source§fn cmp(&self, other: &AsynchronousEventInformationNotice) -> Ordering
fn cmp(&self, other: &AsynchronousEventInformationNotice) -> 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 AsynchronousEventInformationNotice
impl PartialEq for AsynchronousEventInformationNotice
Source§fn eq(&self, other: &AsynchronousEventInformationNotice) -> bool
fn eq(&self, other: &AsynchronousEventInformationNotice) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for AsynchronousEventInformationNotice
impl PartialOrd for AsynchronousEventInformationNotice
impl Copy for AsynchronousEventInformationNotice
impl Eq for AsynchronousEventInformationNotice
impl StructuralPartialEq for AsynchronousEventInformationNotice
Auto Trait Implementations§
impl Freeze for AsynchronousEventInformationNotice
impl RefUnwindSafe for AsynchronousEventInformationNotice
impl Send for AsynchronousEventInformationNotice
impl Sync for AsynchronousEventInformationNotice
impl Unpin for AsynchronousEventInformationNotice
impl UnwindSafe for AsynchronousEventInformationNotice
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