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