Skip to main content

KernStateEntryExt

Trait KernStateEntryExt 

Source
trait KernStateEntryExt {
    // Required method
    fn flags(&self) -> u16;

    // Provided methods
    fn is_action_initiable(&self) -> bool { ... }
    fn is_actionable(&self) -> bool { ... }
    fn has_offset(&self) -> bool { ... }
    fn value_offset(&self) -> u16 { ... }
    fn has_advance(&self) -> bool { ... }
    fn has_push(&self) -> bool { ... }
}

Required Methods§

Source

fn flags(&self) -> u16

Provided Methods§

Implementations on Foreign Types§

Source§

impl<T> KernStateEntryExt for StateEntry<T>

Source§

fn flags(&self) -> u16

Implementors§