Struct windows_metadata::MethodCallAttributes
source · pub struct MethodCallAttributes(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl BitAnd for MethodCallAttributes
impl BitAnd for MethodCallAttributes
source§impl BitAndAssign for MethodCallAttributes
impl BitAndAssign for MethodCallAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MethodCallAttributes
impl BitOr for MethodCallAttributes
source§impl BitOrAssign for MethodCallAttributes
impl BitOrAssign for MethodCallAttributes
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moresource§impl Clone for MethodCallAttributes
impl Clone for MethodCallAttributes
source§fn clone(&self) -> MethodCallAttributes
fn clone(&self) -> MethodCallAttributes
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 MethodCallAttributes
impl Debug for MethodCallAttributes
source§impl Default for MethodCallAttributes
impl Default for MethodCallAttributes
source§fn default() -> MethodCallAttributes
fn default() -> MethodCallAttributes
Returns the “default value” for a type. Read more
source§impl Not for MethodCallAttributes
impl Not for MethodCallAttributes
source§impl Ord for MethodCallAttributes
impl Ord for MethodCallAttributes
source§fn cmp(&self, other: &MethodCallAttributes) -> Ordering
fn cmp(&self, other: &MethodCallAttributes) -> 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 MethodCallAttributes
impl PartialEq for MethodCallAttributes
source§fn eq(&self, other: &MethodCallAttributes) -> bool
fn eq(&self, other: &MethodCallAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MethodCallAttributes
impl PartialOrd for MethodCallAttributes
source§fn partial_cmp(&self, other: &MethodCallAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &MethodCallAttributes) -> 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 MethodCallAttributes
impl Eq for MethodCallAttributes
impl StructuralEq for MethodCallAttributes
impl StructuralPartialEq for MethodCallAttributes
Auto Trait Implementations§
impl RefUnwindSafe for MethodCallAttributes
impl Send for MethodCallAttributes
impl Sync for MethodCallAttributes
impl Unpin for MethodCallAttributes
impl UnwindSafe for MethodCallAttributes
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