Struct windows_metadata::MethodDef
source · pub struct MethodDef(_);Trait Implementations§
source§impl From<MethodDef> for HasAttribute
impl From<MethodDef> for HasAttribute
source§impl Ord for MethodDef
impl Ord for MethodDef
source§impl PartialEq<MethodDef> for MethodDef
impl PartialEq<MethodDef> for MethodDef
source§impl PartialOrd<MethodDef> for MethodDef
impl PartialOrd<MethodDef> for MethodDef
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 MethodDef
impl Eq for MethodDef
impl StructuralEq for MethodDef
impl StructuralPartialEq for MethodDef
Auto Trait Implementations§
impl RefUnwindSafe for MethodDef
impl Send for MethodDef
impl Sync for MethodDef
impl Unpin for MethodDef
impl UnwindSafe for MethodDef
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