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

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

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