#[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_voidblob_number_segments: ISC_LONGblob_max_segment: ISC_LONGblob_total_length: ISC_LONGblob_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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.