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