#[repr(transparent)]pub struct NTSTATUS_FACILITY_CODE(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for NTSTATUS_FACILITY_CODE
impl BitAnd for NTSTATUS_FACILITY_CODE
Source§type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: NTSTATUS_FACILITY_CODE) -> NTSTATUS_FACILITY_CODE
fn bitand(self, rhs: NTSTATUS_FACILITY_CODE) -> NTSTATUS_FACILITY_CODE
Performs the
& operation. Read moreSource§impl BitAndAssign for NTSTATUS_FACILITY_CODE
impl BitAndAssign for NTSTATUS_FACILITY_CODE
Source§fn bitand_assign(&mut self, rhs: NTSTATUS_FACILITY_CODE)
fn bitand_assign(&mut self, rhs: NTSTATUS_FACILITY_CODE)
Performs the
&= operation. Read moreSource§impl BitOr for NTSTATUS_FACILITY_CODE
impl BitOr for NTSTATUS_FACILITY_CODE
Source§type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: NTSTATUS_FACILITY_CODE) -> NTSTATUS_FACILITY_CODE
fn bitor(self, rhs: NTSTATUS_FACILITY_CODE) -> NTSTATUS_FACILITY_CODE
Performs the
| operation. Read moreSource§impl BitOrAssign for NTSTATUS_FACILITY_CODE
impl BitOrAssign for NTSTATUS_FACILITY_CODE
Source§fn bitor_assign(&mut self, rhs: NTSTATUS_FACILITY_CODE)
fn bitor_assign(&mut self, rhs: NTSTATUS_FACILITY_CODE)
Performs the
|= operation. Read moreSource§impl Clone for NTSTATUS_FACILITY_CODE
impl Clone for NTSTATUS_FACILITY_CODE
Source§fn clone(&self) -> NTSTATUS_FACILITY_CODE
fn clone(&self) -> NTSTATUS_FACILITY_CODE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NTSTATUS_FACILITY_CODE
impl Debug for NTSTATUS_FACILITY_CODE
Source§impl Default for NTSTATUS_FACILITY_CODE
impl Default for NTSTATUS_FACILITY_CODE
Source§fn default() -> NTSTATUS_FACILITY_CODE
fn default() -> NTSTATUS_FACILITY_CODE
Returns the “default value” for a type. Read more
Source§impl From<u32> for NTSTATUS_FACILITY_CODE
impl From<u32> for NTSTATUS_FACILITY_CODE
Source§fn from(value: u32) -> NTSTATUS_FACILITY_CODE
fn from(value: u32) -> NTSTATUS_FACILITY_CODE
Converts to this type from the input type.
Source§impl Not for NTSTATUS_FACILITY_CODE
impl Not for NTSTATUS_FACILITY_CODE
Source§type Output = NTSTATUS_FACILITY_CODE
type Output = NTSTATUS_FACILITY_CODE
The resulting type after applying the
! operator.Source§fn not(self) -> NTSTATUS_FACILITY_CODE
fn not(self) -> NTSTATUS_FACILITY_CODE
Performs the unary
! operation. Read moreSource§impl PartialEq for NTSTATUS_FACILITY_CODE
impl PartialEq for NTSTATUS_FACILITY_CODE
impl Copy for NTSTATUS_FACILITY_CODE
impl Eq for NTSTATUS_FACILITY_CODE
impl StructuralPartialEq for NTSTATUS_FACILITY_CODE
Auto Trait Implementations§
impl Freeze for NTSTATUS_FACILITY_CODE
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§
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