#[repr(C)]pub struct fdb_blob {
pub buf: *mut c_void,
pub size: usize,
pub saved: fdb_blob__bindgen_ty_1,
}Fields§
§buf: *mut c_void< blob data buffer
size: usize< blob data buffer size
saved: fdb_blob__bindgen_ty_1Trait Implementations§
impl Copy for fdb_blob
Auto Trait Implementations§
impl Freeze for fdb_blob
impl RefUnwindSafe for fdb_blob
impl !Send for fdb_blob
impl !Sync for fdb_blob
impl Unpin for fdb_blob
impl UnwindSafe for fdb_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