Struct windows_metadata::MethodAttributes
source · pub struct MethodAttributes(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
source§impl BitAnd for MethodAttributes
impl BitAnd for MethodAttributes
source§impl BitAndAssign for MethodAttributes
impl BitAndAssign for MethodAttributes
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MethodAttributes
impl BitOr for MethodAttributes
source§impl BitOrAssign for MethodAttributes
impl BitOrAssign 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 Debug for MethodAttributes
impl Debug for MethodAttributes
source§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 Ord for MethodAttributes
impl Ord for MethodAttributes
source§fn cmp(&self, other: &MethodAttributes) -> Ordering
fn cmp(&self, other: &MethodAttributes) -> 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 MethodAttributes
impl PartialEq 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 ==
.source§impl PartialOrd for MethodAttributes
impl PartialOrd for MethodAttributes
source§fn partial_cmp(&self, other: &MethodAttributes) -> Option<Ordering>
fn partial_cmp(&self, other: &MethodAttributes) -> 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 MethodAttributes
impl Eq for MethodAttributes
impl StructuralEq for MethodAttributes
impl StructuralPartialEq for MethodAttributes
Auto Trait Implementations§
impl RefUnwindSafe for MethodAttributes
impl Send for MethodAttributes
impl Sync for MethodAttributes
impl Unpin for MethodAttributes
impl UnwindSafe for MethodAttributes
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