pub type ModeGetNumEntries = Option<unsafe extern "C" fn(sw: *const Mode) -> c_uint>;Expand description
Get the number of entries to display (unfiltered).
Aliased Type§
pub enum ModeGetNumEntries {
None,
Some(unsafe extern "C" fn(*const Mode) -> u32),
}