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