#[repr(transparent)]pub struct NTSTATUS(pub u32);
Tuple Fields§
§0: u32
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