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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModuleListType
impl Debug for ModuleListType
Source§impl Display for ModuleListType
impl Display for ModuleListType
Source§impl PartialEq for ModuleListType
impl PartialEq for ModuleListType
impl Copy for ModuleListType
impl Eq for ModuleListType
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 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