Struct win_sys::Foundation::NTSTATUS_FACILITY_CODE [−][src]
#[repr(transparent)]pub struct NTSTATUS_FACILITY_CODE(pub u32);Expand description
Required features: Win32_Foundation
Tuple Fields
0: u32Trait Implementations
type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the ! operator.
Performs the unary ! operation. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NTSTATUS_FACILITY_CODE
impl Send for NTSTATUS_FACILITY_CODE
impl Sync for NTSTATUS_FACILITY_CODE
impl Unpin for NTSTATUS_FACILITY_CODE
impl UnwindSafe for NTSTATUS_FACILITY_CODE
Blanket Implementations
Mutably borrows from an owned value. Read more