#[repr(C)]pub struct PROCESS_MEMORY_ALLOCATION_MODE {
pub Flags: UnionField<u32>,
pub Anonymous1: UnionField<PROCESS_MEMORY_ALLOCATION_MODE_1>,
pub union_field: u32,
}Fieldsยง
ยงFlags: UnionField<u32>ยงAnonymous1: UnionField<PROCESS_MEMORY_ALLOCATION_MODE_1>ยงunion_field: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_MEMORY_ALLOCATION_MODE
impl Send for PROCESS_MEMORY_ALLOCATION_MODE
impl Sync for PROCESS_MEMORY_ALLOCATION_MODE
impl Unpin for PROCESS_MEMORY_ALLOCATION_MODE
impl UnwindSafe for PROCESS_MEMORY_ALLOCATION_MODE
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