Struct unqlite_sys::Struct_SyMemMethods [] [src]

#[repr(C)]
pub struct Struct_SyMemMethods { pub xAlloc: Option<extern "C" fn(_: c_uint) -> *mut c_void>, pub xRealloc: Option<unsafe extern "C" fn(_: *mut c_void, _: c_uint) -> *mut c_void>, pub xFree: Option<unsafe extern "C" fn(_: *mut c_void)>, pub xChunkSize: Option<unsafe extern "C" fn(_: *mut c_void) -> c_uint>, pub xInit: Option<unsafe extern "C" fn(_: *mut c_void) -> c_int>, pub xRelease: Option<unsafe extern "C" fn(_: *mut c_void)>, pub pUserData: *mut c_void, }

Fields

Trait Implementations

impl Copy for Struct_SyMemMethods
[src]

impl Clone for Struct_SyMemMethods
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_SyMemMethods
[src]

Returns the "default value" for a type. Read more