Type Alias mysqlclient_sys::USED_MEM

source ·
pub type USED_MEM = st_used_mem;

Aliased Type§

struct USED_MEM {
    pub next: *mut st_used_mem,
    pub left: u32,
    pub size: u32,
}

Fields§

§next: *mut st_used_mem§left: u32§size: u32

Trait Implementations

source§

impl Clone for st_used_mem

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for st_used_mem

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for st_used_mem