#[repr(C)]pub struct PEB {Show 19 fields
pub Reserved1: [u8; 2],
pub BeingDebugged: u8,
pub Reserved2: [u8; 1],
pub Reserved3: [*mut c_void; 2],
pub Ldr: *mut PEB_LDR_DATA,
pub ProcessParameters: *mut RTL_USER_PROCESS_PARAMETERS,
pub Reserved4: [*mut c_void; 3],
pub AtlThunkSListPtr: *mut c_void,
pub Reserved5: *mut c_void,
pub Reserved6: u32,
pub Reserved7: *mut c_void,
pub Reserved8: u32,
pub AtlThunkSListPtr32: u32,
pub Reserved9: [*mut c_void; 45],
pub Reserved10: [u8; 96],
pub PostProcessInitRoutine: PPS_POST_PROCESS_INIT_ROUTINE,
pub Reserved11: [u8; 128],
pub Reserved12: [*mut c_void; 1],
pub SessionId: u32,
}
Fields§
§Reserved1: [u8; 2]
§BeingDebugged: u8
§Reserved2: [u8; 1]
§Reserved3: [*mut c_void; 2]
§Ldr: *mut PEB_LDR_DATA
§ProcessParameters: *mut RTL_USER_PROCESS_PARAMETERS
§Reserved4: [*mut c_void; 3]
§AtlThunkSListPtr: *mut c_void
§Reserved5: *mut c_void
§Reserved6: u32
§Reserved7: *mut c_void
§Reserved8: u32
§AtlThunkSListPtr32: u32
§Reserved9: [*mut c_void; 45]
§Reserved10: [u8; 96]
§PostProcessInitRoutine: PPS_POST_PROCESS_INIT_ROUTINE
§Reserved11: [u8; 128]
§Reserved12: [*mut c_void; 1]
§SessionId: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PEB
impl RefUnwindSafe for PEB
impl !Send for PEB
impl !Sync for PEB
impl Unpin for PEB
impl UnwindSafe for PEB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)