Struct NTSTATUS
#[repr(transparent)]pub struct NTSTATUS(pub i32);Expand description
An error or status code value returned by some operating system functions.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
impl Copy for NTSTATUS
impl Eq for NTSTATUS
Source§impl Ord for NTSTATUS
impl Ord for NTSTATUS
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for NTSTATUS
impl PartialOrd for NTSTATUS
impl StructuralPartialEq for NTSTATUS
Auto Trait Implementations§
impl Freeze for NTSTATUS
impl RefUnwindSafe for NTSTATUS
impl Send for NTSTATUS
impl Sync for NTSTATUS
impl Unpin for NTSTATUS
impl UnsafeUnpin for NTSTATUS
impl UnwindSafe for NTSTATUS
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