DADiskMountCallback

Type Alias DADiskMountCallback 

Source
pub type DADiskMountCallback = Option<unsafe extern "C" fn(disk: DADiskRef, dissenter: DADissenterRef, context: *mut c_void)>;

Aliased Type§

pub enum DADiskMountCallback {
    None,
    Some(unsafe extern "C" fn(*const __DADisk, *const __DADissenter, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const __DADisk, *const __DADissenter, *mut c_void))

Some value of type T.