Struct rsfbclient_core::ibase::blobcallback
source · [−]#[repr(C)]pub struct blobcallback {
pub blob_get_segment: Option<unsafe extern "C" fn(hnd: *mut c_void, buffer: *mut ISC_UCHAR, buf_size: ISC_USHORT, result_len: *mut ISC_USHORT) -> c_short>,
pub blob_handle: *mut c_void,
pub blob_number_segments: ISC_LONG,
pub blob_max_segment: ISC_LONG,
pub blob_total_length: ISC_LONG,
pub blob_put_segment: Option<unsafe extern "C" fn(hnd: *mut c_void, buffer: *const ISC_UCHAR, buf_size: ISC_USHORT)>,
pub blob_lseek: Option<unsafe extern "C" fn(hnd: *mut c_void, mode: ISC_USHORT, offset: ISC_LONG) -> ISC_LONG>,
}
Fields
blob_get_segment: Option<unsafe extern "C" fn(hnd: *mut c_void, buffer: *mut ISC_UCHAR, buf_size: ISC_USHORT, result_len: *mut ISC_USHORT) -> c_short>
blob_handle: *mut c_void
blob_number_segments: ISC_LONG
blob_max_segment: ISC_LONG
blob_total_length: ISC_LONG
blob_put_segment: Option<unsafe extern "C" fn(hnd: *mut c_void, buffer: *const ISC_UCHAR, buf_size: ISC_USHORT)>
blob_lseek: Option<unsafe extern "C" fn(hnd: *mut c_void, mode: ISC_USHORT, offset: ISC_LONG) -> ISC_LONG>
Trait Implementations
sourceimpl Clone for blobcallback
impl Clone for blobcallback
sourcefn clone(&self) -> blobcallback
fn clone(&self) -> blobcallback
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for blobcallback
impl Debug for blobcallback
impl Copy for blobcallback
Auto Trait Implementations
impl RefUnwindSafe for blobcallback
impl !Send for blobcallback
impl !Sync for blobcallback
impl Unpin for blobcallback
impl UnwindSafe for blobcallback
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more