Struct mysqlclient_sys::st_mem_root [] [src]

#[repr(C)]
pub struct st_mem_root { pub free: *mut USED_MEM, pub used: *mut USED_MEM, pub pre_alloc: *mut USED_MEM, pub min_malloc: usize, pub block_size: usize, pub block_num: c_uint, pub first_block_usage: c_uint, pub max_capacity: usize, pub allocated_size: usize, pub error_for_capacity_exceeded: my_bool, pub error_handler: Option<unsafe extern fn()>, pub m_psi_key: PSI_memory_key, }

Fields

Trait Implementations

impl Debug for st_mem_root
[src]

Formats the value using the given formatter.

impl Copy for st_mem_root
[src]

impl Clone for st_mem_root
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more