Struct win_sys::FileSystem::NTMS_OMID_TYPE [−][src]
#[repr(transparent)]pub struct NTMS_OMID_TYPE(pub u32);Expand description
Required features: Win32_Storage_FileSystem
Tuple Fields
0: u32Trait Implementations
type Output = NTMS_OMID_TYPE
type Output = NTMS_OMID_TYPE
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = NTMS_OMID_TYPE
type Output = NTMS_OMID_TYPE
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 = NTMS_OMID_TYPE
type Output = NTMS_OMID_TYPE
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 NTMS_OMID_TYPE
impl Send for NTMS_OMID_TYPE
impl Sync for NTMS_OMID_TYPE
impl Unpin for NTMS_OMID_TYPE
impl UnwindSafe for NTMS_OMID_TYPE
Blanket Implementations
Mutably borrows from an owned value. Read more