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§
source§impl Clone for blobcallback
impl Clone for blobcallback
source§fn clone(&self) -> blobcallback
fn clone(&self) -> blobcallback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more