Struct windows_metadata::reader::Signature
source · [−]pub struct Signature {
pub params: Vec<MethodParam>,
pub return_type: Option<Type>,
pub return_param: Option<Param>,
pub preserve_sig: bool,
}
Fields
params: Vec<MethodParam>
return_type: Option<Type>
return_param: Option<Param>
preserve_sig: bool
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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