pub enum ModuleListType {
InLoadOrder,
InMemoryOrder,
InInitializationOrder,
}Expand description
which PEB module list had an issue
Variants§
Trait Implementations§
Source§impl Clone for ModuleListType
impl Clone for ModuleListType
Source§fn clone(&self) -> ModuleListType
fn clone(&self) -> ModuleListType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ModuleListType
Source§impl Debug for ModuleListType
impl Debug for ModuleListType
Source§impl Display for ModuleListType
impl Display for ModuleListType
impl Eq for ModuleListType
Source§impl PartialEq for ModuleListType
impl PartialEq for ModuleListType
Source§fn eq(&self, other: &ModuleListType) -> bool
fn eq(&self, other: &ModuleListType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModuleListType
Auto Trait Implementations§
impl Freeze for ModuleListType
impl RefUnwindSafe for ModuleListType
impl Send for ModuleListType
impl Sync for ModuleListType
impl Unpin for ModuleListType
impl UnsafeUnpin for ModuleListType
impl UnwindSafe for ModuleListType
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