Struct windows_metadata::MethodCallAttributes
source · pub struct MethodCallAttributes(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl BitAndAssign<MethodCallAttributes> for MethodCallAttributes
impl BitAndAssign<MethodCallAttributes> for MethodCallAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOrAssign<MethodCallAttributes> for MethodCallAttributes
impl BitOrAssign<MethodCallAttributes> 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 PartialEq<MethodCallAttributes> for MethodCallAttributes
impl PartialEq<MethodCallAttributes> 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 ==.impl 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