Struct vips_sys::_GMemVTable[][src]

#[repr(C)]
pub struct _GMemVTable { pub malloc: Option<unsafe extern "C" fn(n_bytes: gsize) -> gpointer>, pub realloc: Option<unsafe extern "C" fn(mem: gpointer, n_bytes: gsize) -> gpointer>, pub free: Option<unsafe extern "C" fn(mem: gpointer)>, pub calloc: Option<unsafe extern "C" fn(n_blocks: gsize, n_block_bytes: gsize) -> gpointer>, pub try_malloc: Option<unsafe extern "C" fn(n_bytes: gsize) -> gpointer>, pub try_realloc: Option<unsafe extern "C" fn(mem: gpointer, n_bytes: gsize) -> gpointer>, }

Fields

Trait Implementations

impl Debug for _GMemVTable
[src]

Formats the value using the given formatter. Read more

impl Copy for _GMemVTable
[src]

impl Clone for _GMemVTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _GMemVTable

impl Sync for _GMemVTable