LavHandleDestroyedCallback

Type Alias LavHandleDestroyedCallback 

Source
pub type LavHandleDestroyedCallback = Option<unsafe extern "C" fn(which: LavHandle)>;
Expand description

Configure the handle destroyed callback. Also may be used before initialization. This exists only for bindings. If you use this in your C program, you may have design issues.

Aliased Type§

pub enum LavHandleDestroyedCallback {
    None,
    Some(unsafe extern "C" fn(i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32))

Some value of type T.