Struct mysqlclient_sys::st_used_mem [] [src]

#[repr(C)]
pub struct st_used_mem { pub next: *mut st_used_mem, pub left: c_uint, pub size: c_uint, }

Fields

Trait Implementations

impl Debug for st_used_mem
[src]

Formats the value using the given formatter.

impl Copy for st_used_mem
[src]

impl Clone for st_used_mem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more