Struct windows_metadata::MethodDefSig
source · pub struct MethodDefSig {
pub call_flags: MethodCallAttributes,
pub return_type: Type,
pub params: Vec<Type>,
}
Fields§
§call_flags: MethodCallAttributes
§return_type: Type
§params: Vec<Type>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MethodDefSig
impl Send for MethodDefSig
impl Sync for MethodDefSig
impl Unpin for MethodDefSig
impl UnwindSafe for MethodDefSig
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