Struct rkdb::types::K[][src]

#[repr(C)]
pub struct K { pub m: c_char, pub a: c_char, pub t: c_char, pub u: C, pub r: I, pub union: [u8; 16], }

Fields

Methods

impl K
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a [u8]

Trait Implementations

impl Debug for K
[src]

Formats the value using the given formatter. Read more

impl Default for K
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for K

impl Sync for K