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