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§
source§impl Clone for FunctionArgs
impl Clone for FunctionArgs
source§fn clone(&self) -> FunctionArgs
fn clone(&self) -> FunctionArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more