Struct windows_sys::Win32::System::Threading::PEB_LDR_DATA
[−]#[repr(C)]pub struct PEB_LDR_DATA {
pub Reserved1: [u8; 8],
pub Reserved2: [*mut c_void; 3],
pub InMemoryOrderModuleList: LIST_ENTRY,
}
Expand description
Required features: "Win32_System_Threading"
, "Win32_System_Kernel"
Fields
Reserved1: [u8; 8]
Reserved2: [*mut c_void; 3]
InMemoryOrderModuleList: LIST_ENTRY
Trait Implementations
impl Clone for PEB_LDR_DATA
impl Clone for PEB_LDR_DATA
impl Copy for PEB_LDR_DATA
Auto Trait Implementations
impl RefUnwindSafe for PEB_LDR_DATA
impl !Send for PEB_LDR_DATA
impl !Sync for PEB_LDR_DATA
impl Unpin for PEB_LDR_DATA
impl UnwindSafe for PEB_LDR_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more