pub type FDBReadBlobGranuleContext = readgranulecontext;

Aliased Type§

struct FDBReadBlobGranuleContext {
    pub userContext: *mut c_void,
    pub start_load_f: Option<unsafe extern "C" fn(_: *const i8, _: i32, _: i64, _: i64, _: i64, _: *mut c_void) -> i64>,
    pub get_load_f: Option<unsafe extern "C" fn(_: i64, _: *mut c_void) -> *mut u8>,
    pub free_load_f: Option<unsafe extern "C" fn(_: i64, _: *mut c_void)>,
    pub debugNoMaterialize: i32,
    pub granuleParallelism: i32,
}

Fields§

§userContext: *mut c_void§start_load_f: Option<unsafe extern "C" fn(_: *const i8, _: i32, _: i64, _: i64, _: i64, _: *mut c_void) -> i64>§get_load_f: Option<unsafe extern "C" fn(_: i64, _: *mut c_void) -> *mut u8>§free_load_f: Option<unsafe extern "C" fn(_: i64, _: *mut c_void)>§debugNoMaterialize: i32§granuleParallelism: i32

Trait Implementations§

source§

impl Clone for readgranulecontext

source§

fn clone(&self) -> readgranulecontext

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for readgranulecontext

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for readgranulecontext