DeviceUnrealize

Type Alias DeviceUnrealize 

Source
pub type DeviceUnrealize = Option<unsafe extern "C" fn(*mut DeviceState, *mut *mut Error)>;

Aliased Type§

pub enum DeviceUnrealize {
    None,
    Some(unsafe extern "C" fn(*mut DeviceState, *mut *mut Error)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut DeviceState, *mut *mut Error))

Some value of type T.