sys_snode_t

Type Alias sys_snode_t 

Source
pub type sys_snode_t = _snode;
Expand description

Single-linked list node structure.

Aliased Type§

#[repr(C)]
pub struct sys_snode_t { pub next: *mut _snode, }

Fields§

§next: *mut _snode