pub enum NtList {}Expand description
Designates a list as an NT doubly linked list (LIST_ENTRY structure of the Windows NT API).
You usually want to use #[derive(NtList)] to implement NtTypedList with type set to NtList.
Trait Implementations§
impl NtListType for NtList
Doubly linked list type (LIST_ENTRY structure of the Windows NT API)
Auto Trait Implementations§
impl Freeze for NtList
impl RefUnwindSafe for NtList
impl Send for NtList
impl Sync for NtList
impl Unpin for NtList
impl UnwindSafe for NtList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more