#[repr(C)]pub struct _PEB32 {
pub InheritedAddressSpace: u8,
pub ReadImageFileExecOptions: u8,
pub BeingFebugged: u8,
pub BitField: u8,
pub Mutant: u32,
pub ImageBaseAddress: u32,
pub Ldr: u32,
}Fields§
§InheritedAddressSpace: u8§ReadImageFileExecOptions: u8§BeingFebugged: u8§BitField: u8§Mutant: u32§ImageBaseAddress: u32§Ldr: u32Trait Implementations§
impl Copy for _PEB32
Auto Trait Implementations§
impl Freeze for _PEB32
impl RefUnwindSafe for _PEB32
impl Send for _PEB32
impl Sync for _PEB32
impl Unpin for _PEB32
impl UnwindSafe for _PEB32
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