pub struct NtStatusSeverity(/* private fields */);Expand description
[docs.microsoft.com] NtStatus::Sev
Implementations§
Trait Implementations§
Source§impl Clone for NtStatusSeverity
impl Clone for NtStatusSeverity
Source§fn clone(&self) -> NtStatusSeverity
fn clone(&self) -> NtStatusSeverity
Returns a duplicate 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 NtStatusSeverity
impl Debug for NtStatusSeverity
Source§impl Hash for NtStatusSeverity
impl Hash for NtStatusSeverity
Source§impl Ord for NtStatusSeverity
impl Ord for NtStatusSeverity
Source§fn cmp(&self, other: &NtStatusSeverity) -> Ordering
fn cmp(&self, other: &NtStatusSeverity) -> 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 NtStatusSeverity
impl PartialEq for NtStatusSeverity
Source§impl PartialOrd for NtStatusSeverity
impl PartialOrd for NtStatusSeverity
impl Copy for NtStatusSeverity
impl Eq for NtStatusSeverity
impl StructuralPartialEq for NtStatusSeverity
Auto Trait Implementations§
impl Freeze for NtStatusSeverity
impl RefUnwindSafe for NtStatusSeverity
impl Send for NtStatusSeverity
impl Sync for NtStatusSeverity
impl Unpin for NtStatusSeverity
impl UnwindSafe for NtStatusSeverity
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