Struct tarantool_rust_module::slab_cache
[−]
[src]
#[repr(C)]pub struct slab_cache { pub _address: u8, }
Return slab_cache suitable to use with tarantool/small library
Fields
_address: u8
Trait Implementations
impl Debug for slab_cache
[src]
impl Copy for slab_cache
[src]
impl Clone for slab_cache
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more