Struct windows_metadata::MethodImplAttributes
source · pub struct MethodImplAttributes(pub u16);
Tuple Fields§
§0: u16
Implementations§
source§impl MethodImplAttributes
impl MethodImplAttributes
pub const PreserveSig: Self = _
Trait Implementations§
source§impl BitAnd for MethodImplAttributes
impl BitAnd for MethodImplAttributes
source§impl BitAndAssign for MethodImplAttributes
impl BitAndAssign for MethodImplAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MethodImplAttributes
impl BitOr for MethodImplAttributes
source§impl BitOrAssign for MethodImplAttributes
impl BitOrAssign 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 Debug for MethodImplAttributes
impl Debug for MethodImplAttributes
source§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 Ord for MethodImplAttributes
impl Ord for MethodImplAttributes
source§fn cmp(&self, other: &MethodImplAttributes) -> Ordering
fn cmp(&self, other: &MethodImplAttributes) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MethodImplAttributes
impl PartialEq 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 ==
.source§impl PartialOrd for MethodImplAttributes
impl PartialOrd for MethodImplAttributes
source§fn partial_cmp(&self, other: &MethodImplAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &MethodImplAttributes) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MethodImplAttributes
impl Eq for MethodImplAttributes
impl StructuralEq for MethodImplAttributes
impl StructuralPartialEq for MethodImplAttributes
Auto Trait Implementations§
impl RefUnwindSafe for MethodImplAttributes
impl Send for MethodImplAttributes
impl Sync for MethodImplAttributes
impl Unpin for MethodImplAttributes
impl UnwindSafe for MethodImplAttributes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more