Struct rustdb::value::Code [−][src]
Expand description
Simple value ( Binary, String, Int, Float, Bool ).
When stored in a database record, binary(n) and string(n) values are allocated (n+1) bytes (8<=n<=249). If the value is more than n bytes, the length and the first (n-8) bytes are stored inline, and the rest are coded.
Fields
id: u64
ft: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Code
impl UnwindSafe for Code
Blanket Implementations
Mutably borrows from an owned value. Read more