Struct win_sys::FileSystem::GET_FILE_VERSION_INFO_FLAGS
source · [−]#[repr(transparent)]pub struct GET_FILE_VERSION_INFO_FLAGS(pub u32);Expand description
Required features: ‘Win32_Storage_FileSystem’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAnd<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
impl BitAnd<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
The resulting type after applying the & operator.
sourcepub fn bitand(
self,
other: GET_FILE_VERSION_INFO_FLAGS
) -> GET_FILE_VERSION_INFO_FLAGS
pub fn bitand(
self,
other: GET_FILE_VERSION_INFO_FLAGS
) -> GET_FILE_VERSION_INFO_FLAGS
Performs the & operation. Read more
sourceimpl BitAndAssign<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
impl BitAndAssign<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
sourcepub fn bitand_assign(&mut self, other: GET_FILE_VERSION_INFO_FLAGS)
pub fn bitand_assign(&mut self, other: GET_FILE_VERSION_INFO_FLAGS)
Performs the &= operation. Read more
sourceimpl BitOr<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
impl BitOr<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
The resulting type after applying the | operator.
sourcepub fn bitor(
self,
other: GET_FILE_VERSION_INFO_FLAGS
) -> GET_FILE_VERSION_INFO_FLAGS
pub fn bitor(
self,
other: GET_FILE_VERSION_INFO_FLAGS
) -> GET_FILE_VERSION_INFO_FLAGS
Performs the | operation. Read more
sourceimpl BitOrAssign<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
impl BitOrAssign<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
sourcepub fn bitor_assign(&mut self, other: GET_FILE_VERSION_INFO_FLAGS)
pub fn bitor_assign(&mut self, other: GET_FILE_VERSION_INFO_FLAGS)
Performs the |= operation. Read more
sourceimpl Clone for GET_FILE_VERSION_INFO_FLAGS
impl Clone for GET_FILE_VERSION_INFO_FLAGS
sourcepub fn clone(&self) -> GET_FILE_VERSION_INFO_FLAGS
pub fn clone(&self) -> GET_FILE_VERSION_INFO_FLAGS
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 GET_FILE_VERSION_INFO_FLAGS
impl Debug for GET_FILE_VERSION_INFO_FLAGS
sourceimpl Default for GET_FILE_VERSION_INFO_FLAGS
impl Default for GET_FILE_VERSION_INFO_FLAGS
sourcepub fn default() -> GET_FILE_VERSION_INFO_FLAGS
pub fn default() -> GET_FILE_VERSION_INFO_FLAGS
Returns the “default value” for a type. Read more
sourceimpl Not for GET_FILE_VERSION_INFO_FLAGS
impl Not for GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
type Output = GET_FILE_VERSION_INFO_FLAGS
The resulting type after applying the ! operator.
sourcepub fn not(self) -> GET_FILE_VERSION_INFO_FLAGS
pub fn not(self) -> GET_FILE_VERSION_INFO_FLAGS
Performs the unary ! operation. Read more
sourceimpl PartialEq<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
impl PartialEq<GET_FILE_VERSION_INFO_FLAGS> for GET_FILE_VERSION_INFO_FLAGS
sourcepub fn eq(&self, other: &GET_FILE_VERSION_INFO_FLAGS) -> bool
pub fn eq(&self, other: &GET_FILE_VERSION_INFO_FLAGS) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &GET_FILE_VERSION_INFO_FLAGS) -> bool
pub fn ne(&self, other: &GET_FILE_VERSION_INFO_FLAGS) -> bool
This method tests for !=.
impl Copy for GET_FILE_VERSION_INFO_FLAGS
impl Eq for GET_FILE_VERSION_INFO_FLAGS
impl StructuralEq for GET_FILE_VERSION_INFO_FLAGS
impl StructuralPartialEq for GET_FILE_VERSION_INFO_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for GET_FILE_VERSION_INFO_FLAGS
impl Send for GET_FILE_VERSION_INFO_FLAGS
impl Sync for GET_FILE_VERSION_INFO_FLAGS
impl Unpin for GET_FILE_VERSION_INFO_FLAGS
impl UnwindSafe for GET_FILE_VERSION_INFO_FLAGS
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