Struct dbkit_engine::types::RawData [] [src]

pub struct RawData {
    pub data: *mut u8,
    pub size: usize,
}

"Native" type storing Column data for VARLEN columns

Fields

Trait Implementations

impl Copy for RawData
[src]

impl Clone for RawData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<[u8]> for RawData
[src]

Performs the conversion.

impl AsRef<str> for RawData
[src]

Performs the conversion.

impl ToString for RawData
[src]

Converts the given value to a String. Read more