Struct mockers::Call [] [src]

pub struct Call {
    pub method_data: MethodData,
    pub args_ptr: *const u8,
    pub destroy: fn(_: *const u8),
    pub format_args: fn(_: *const u8) -> String,
}

Fields

Methods

impl Call
[src]

[src]

Trait Implementations

impl Drop for Call
[src]

[src]

Executes the destructor for this type. Read more