pHalVectorToIDTEntry

Type Alias pHalVectorToIDTEntry 

pub type pHalVectorToIDTEntry = Option<unsafe extern "system" fn(vector: u32) -> u8>;

Aliased Type§

pub enum pHalVectorToIDTEntry {
    None,
    Some(unsafe extern "system" fn(u32) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(u32) -> u8)

Some value of type T.