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]

Trait Implementations

impl Drop for Call
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Call

impl !Sync for Call