Struct NTSTATUS
#[repr(transparent)]pub struct NTSTATUS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
impl Copy for NTSTATUS
impl Eq 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 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