NtListType

Trait 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)