Struct windows_metadata::writer::ParamFlags
source · pub struct ParamFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
source§impl BitAnd<ParamFlags> for ParamFlags
impl BitAnd<ParamFlags> for ParamFlags
source§impl BitAndAssign<ParamFlags> for ParamFlags
impl BitAndAssign<ParamFlags> for ParamFlags
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOr<ParamFlags> for ParamFlags
impl BitOr<ParamFlags> for ParamFlags
source§impl BitOrAssign<ParamFlags> for ParamFlags
impl BitOrAssign<ParamFlags> for ParamFlags
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moresource§impl Clone for ParamFlags
impl Clone for ParamFlags
source§fn clone(&self) -> ParamFlags
fn clone(&self) -> ParamFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ParamFlags
impl Default for ParamFlags
source§fn default() -> ParamFlags
fn default() -> ParamFlags
Returns the “default value” for a type. Read more
source§impl Not for ParamFlags
impl Not for ParamFlags
source§impl PartialEq<ParamFlags> for ParamFlags
impl PartialEq<ParamFlags> for ParamFlags
source§fn eq(&self, other: &ParamFlags) -> bool
fn eq(&self, other: &ParamFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.