Struct minidump_processor::FunctionArgs
source · [−]pub struct FunctionArgs {
pub calling_convention: CallingConvention,
pub args: Vec<FunctionArg>,
}
Expand description
Arguments for this function
Fields
calling_convention: CallingConvention
What we assumed the calling convention was
args: Vec<FunctionArg>
The actual arguments
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FunctionArgs
impl Send for FunctionArgs
impl Sync for FunctionArgs
impl Unpin for FunctionArgs
impl UnwindSafe for FunctionArgs
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