Struct windows_native::ntpebteb::PEB_3
source ยท #[repr(C)]pub struct PEB_3 {
pub KernelCallbackTable: UnionField<*mut c_void>,
pub UserSharedInfoPtr: UnionField<*mut c_void>,
pub union_field: u64,
}Fieldsยง
ยงKernelCallbackTable: UnionField<*mut c_void>ยงunion_field: u64Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PEB_3
impl !Send for PEB_3
impl !Sync for PEB_3
impl Unpin for PEB_3
impl UnwindSafe for PEB_3
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