sys_sfnode_t

Type Alias sys_sfnode_t 

Source
pub type sys_sfnode_t = _sfnode;
Expand description

Flagged single-linked list node structure.

Aliased Type§

#[repr(C)]
pub struct sys_sfnode_t { pub next_and_flags: usize, }

Fields§

§next_and_flags: usize