Struct dbkit_engine::types::RawData
[−]
[src]
pub struct RawData {
pub data: *mut u8,
pub size: usize,
}Fields
data: *mut u8
size: usize
Trait Implementations
impl Copy for RawData[src]
impl Clone for RawData[src]
fn clone(&self) -> RawData
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