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