Skip to main content

PFN_vkFreeFunction

Type Alias PFN_vkFreeFunction 

Source
pub type PFN_vkFreeFunction = Option<unsafe extern "system" fn()>;

Aliased Type§

pub enum PFN_vkFreeFunction {
    None,
    Some(unsafe extern "system" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn())

Some value of type T.