Struct windows_metadata::writer::MethodDef
source · [−]pub struct MethodDef {
pub name: String,
pub signature: Vec<u8>,
pub param_list: Vec<Param>,
/* private fields */
}
Fields
name: String
signature: Vec<u8>
param_list: Vec<Param>
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more