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