Struct km::basedef::LIST_ENTRY [] [src]

pub struct LIST_ENTRY {
    pub next: *mut LIST_ENTRY,
    pub prev: *mut LIST_ENTRY,
}

Doubly linked list structure.

Fields

next
prev