pub trait NtListType: Sealed { }Expand description
The type (singly or doubly linked list) of an empty enum that implements NtTypedList.
Implementors§
impl NtListType for NtList
Doubly linked list type (LIST_ENTRY structure of the Windows NT API)
impl NtListType for NtSingleList
Singly linked list type (SINGLE_LIST_ENTRY structure of the Windows NT API)