Struct win_sys::FileSystem::LZOPENFILE_STYLE
source · [−]#[repr(transparent)]pub struct LZOPENFILE_STYLE(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAnd<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
impl BitAnd<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
The resulting type after applying the & operator.
sourcepub fn bitand(self, other: LZOPENFILE_STYLE) -> LZOPENFILE_STYLE
pub fn bitand(self, other: LZOPENFILE_STYLE) -> LZOPENFILE_STYLE
Performs the & operation. Read more
sourceimpl BitAndAssign<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
impl BitAndAssign<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
sourcepub fn bitand_assign(&mut self, other: LZOPENFILE_STYLE)
pub fn bitand_assign(&mut self, other: LZOPENFILE_STYLE)
Performs the &= operation. Read more
sourceimpl BitOr<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
impl BitOr<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
The resulting type after applying the | operator.
sourcepub fn bitor(self, other: LZOPENFILE_STYLE) -> LZOPENFILE_STYLE
pub fn bitor(self, other: LZOPENFILE_STYLE) -> LZOPENFILE_STYLE
Performs the | operation. Read more
sourceimpl BitOrAssign<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
impl BitOrAssign<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
sourcepub fn bitor_assign(&mut self, other: LZOPENFILE_STYLE)
pub fn bitor_assign(&mut self, other: LZOPENFILE_STYLE)
Performs the |= operation. Read more
sourceimpl Clone for LZOPENFILE_STYLE
impl Clone for LZOPENFILE_STYLE
sourcepub fn clone(&self) -> LZOPENFILE_STYLE
pub fn clone(&self) -> LZOPENFILE_STYLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LZOPENFILE_STYLE
impl Debug for LZOPENFILE_STYLE
sourceimpl Default for LZOPENFILE_STYLE
impl Default for LZOPENFILE_STYLE
sourcepub fn default() -> LZOPENFILE_STYLE
pub fn default() -> LZOPENFILE_STYLE
Returns the “default value” for a type. Read more
sourceimpl Not for LZOPENFILE_STYLE
impl Not for LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
type Output = LZOPENFILE_STYLE
The resulting type after applying the ! operator.
sourcepub fn not(self) -> LZOPENFILE_STYLE
pub fn not(self) -> LZOPENFILE_STYLE
Performs the unary ! operation. Read more
sourceimpl PartialEq<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
impl PartialEq<LZOPENFILE_STYLE> for LZOPENFILE_STYLE
sourcepub fn eq(&self, other: &LZOPENFILE_STYLE) -> bool
pub fn eq(&self, other: &LZOPENFILE_STYLE) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &LZOPENFILE_STYLE) -> bool
pub fn ne(&self, other: &LZOPENFILE_STYLE) -> bool
This method tests for !=.
impl Copy for LZOPENFILE_STYLE
impl Eq for LZOPENFILE_STYLE
impl StructuralEq for LZOPENFILE_STYLE
impl StructuralPartialEq for LZOPENFILE_STYLE
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more