Struct rpgffi::MemoryContextCallback [] [src]

#[repr(C)]
pub struct MemoryContextCallback { pub func: MemoryContextCallbackFunction, pub arg: *mut c_void, pub next: *mut MemoryContextCallback, }

Fields

Trait Implementations

impl Copy for MemoryContextCallback
[src]

impl Clone for MemoryContextCallback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more