pub struct NtListEntry<E: NtListElement<L>, L: NtTypedList<T = NtList>> { /* private fields */ }Expand description
This structure substitutes the LIST_ENTRY structure of the Windows NT API for actual list entries.
Implementations§
Source§impl<E, L> NtListEntry<E, L>
impl<E, L> NtListEntry<E, L>
Trait Implementations§
Source§impl<E: Debug + NtListElement<L>, L: Debug + NtTypedList<T = NtList>> Debug for NtListEntry<E, L>
impl<E: Debug + NtListElement<L>, L: Debug + NtTypedList<T = NtList>> Debug for NtListEntry<E, L>
Source§impl<E, L> Default for NtListEntry<E, L>
impl<E, L> Default for NtListEntry<E, L>
Auto Trait Implementations§
impl<E, L> Freeze for NtListEntry<E, L>
impl<E, L> RefUnwindSafe for NtListEntry<E, L>
impl<E, L> !Send for NtListEntry<E, L>
impl<E, L> !Sync for NtListEntry<E, L>
impl<E, L> !Unpin for NtListEntry<E, L>
impl<E, L> UnwindSafe for NtListEntry<E, L>
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