#[repr(C)]
pub struct isc_blob_ctl {
Show 14 fields pub ctl_source: Option<unsafe extern "C" fn() -> ISC_STATUS>, pub ctl_source_handle: *mut isc_blob_ctl, pub ctl_to_sub_type: c_short, pub ctl_from_sub_type: c_short, pub ctl_buffer_length: c_ushort, pub ctl_segment_length: c_ushort, pub ctl_bpb_length: c_ushort, pub ctl_bpb: *mut ISC_SCHAR, pub ctl_buffer: *mut ISC_UCHAR, pub ctl_max_segment: ISC_LONG, pub ctl_number_segments: ISC_LONG, pub ctl_total_length: ISC_LONG, pub ctl_status: *mut ISC_STATUS, pub ctl_data: [c_long; 8],
}

Fields

ctl_source: Option<unsafe extern "C" fn() -> ISC_STATUS>ctl_source_handle: *mut isc_blob_ctlctl_to_sub_type: c_shortctl_from_sub_type: c_shortctl_buffer_length: c_ushortctl_segment_length: c_ushortctl_bpb_length: c_ushortctl_bpb: *mut ISC_SCHARctl_buffer: *mut ISC_UCHARctl_max_segment: ISC_LONGctl_number_segments: ISC_LONGctl_total_length: ISC_LONGctl_status: *mut ISC_STATUSctl_data: [c_long; 8]

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.