Trait nt_list::NtListType

source ·
pub trait NtListType: Sealed { }
Expand description

The type (singly or doubly linked list) of an empty enum that implements NtTypedList.

Implementors§

source§

impl NtListType for NtList

Doubly linked list type (LIST_ENTRY structure of the Windows NT API)

source§

impl NtListType for NtSingleList

Singly linked list type (SINGLE_LIST_ENTRY structure of the Windows NT API)