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