#[repr(u32)]pub enum NtStatus {
Success = 0,
MoreProcessingRequired = 3_221_225_494,
InvalidParameter = 3_221_225_485,
NoSuchFile = 3_221_225_487,
AccessDenied = 3_221_225_506,
ObjectNameNotFound = 3_221_225_524,
ObjectNameCollision = 3_221_225_525,
LogonFailure = 3_221_225_581,
BadNetworkName = 3_221_225_676,
NotFound = 3_221_226_021,
}Expand description
Common SMB/NT status codes.
Variants§
Success = 0
MoreProcessingRequired = 3_221_225_494
InvalidParameter = 3_221_225_485
NoSuchFile = 3_221_225_487
AccessDenied = 3_221_225_506
ObjectNameNotFound = 3_221_225_524
ObjectNameCollision = 3_221_225_525
LogonFailure = 3_221_225_581
BadNetworkName = 3_221_225_676
NotFound = 3_221_226_021
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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)