#[repr(C)]pub struct dv_blob {
pub handle: *mut c_void,
pub offset: u64,
pub size: u64,
pub blob_type: dv_blob_type_t,
}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: dv_blob_type_t< blob type as represented in enum DV_BLOB_TYPE
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dv_blob
impl RefUnwindSafe for dv_blob
impl !Send for dv_blob
impl !Sync for dv_blob
impl Unpin for dv_blob
impl UnsafeUnpin for dv_blob
impl UnwindSafe for dv_blob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more