pub struct NtAllocateVirtualMemoryArgs {
pub handle: HANDLE,
pub base_address: *mut PVOID,
}Fields§
§handle: HANDLE§base_address: *mut PVOIDAuto Trait Implementations§
impl !Send for NtAllocateVirtualMemoryArgs
impl !Sync for NtAllocateVirtualMemoryArgs
impl Freeze for NtAllocateVirtualMemoryArgs
impl RefUnwindSafe for NtAllocateVirtualMemoryArgs
impl Unpin for NtAllocateVirtualMemoryArgs
impl UnsafeUnpin for NtAllocateVirtualMemoryArgs
impl UnwindSafe for NtAllocateVirtualMemoryArgs
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