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 { ... }
}