Skip to main content

dv_blob_t

Type Alias dv_blob_t 

Source
pub type dv_blob_t = dv_blob;

Aliased Type§

#[repr(C)]
pub struct dv_blob_t { pub handle: *mut c_void, pub offset: u64, pub size: u64, pub blob_type: u32, }

Fields§

§handle: *mut c_void

< blob handle (raw pointer or shared file descriptor returned by server)

§offset: u64

< blob offset

§size: u64

< blob size

§blob_type: u32

< blob type as represented in enum DV_BLOB_TYPE