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