#[repr(C)]pub struct _PEB {
pub InheritedAddressSpace: u8,
pub ReadImageFileExecOptions: u8,
pub BeingFebugged: u8,
pub BitField: u8,
pub Padding0: [u8; 4],
pub Mutant: u64,
pub ImageBaseAddress: u64,
pub Ldr: u64,
}Fields§
§InheritedAddressSpace: u8§ReadImageFileExecOptions: u8§BeingFebugged: u8§BitField: u8§Padding0: [u8; 4]§Mutant: u64§ImageBaseAddress: u64§Ldr: u64Trait Implementations§
impl Copy for _PEB
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