Struct windows_sys::Win32::System::Memory::WIN32_MEMORY_RANGE_ENTRY
[−]#[repr(C)]pub struct WIN32_MEMORY_RANGE_ENTRY {
pub VirtualAddress: *mut c_void,
pub NumberOfBytes: usize,
}
Expand description
Required features: "Win32_System_Memory"
Fields
VirtualAddress: *mut c_void
NumberOfBytes: usize
Trait Implementations
impl Clone for WIN32_MEMORY_RANGE_ENTRY
impl Clone for WIN32_MEMORY_RANGE_ENTRY
impl Copy for WIN32_MEMORY_RANGE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for WIN32_MEMORY_RANGE_ENTRY
impl !Send for WIN32_MEMORY_RANGE_ENTRY
impl !Sync for WIN32_MEMORY_RANGE_ENTRY
impl Unpin for WIN32_MEMORY_RANGE_ENTRY
impl UnwindSafe for WIN32_MEMORY_RANGE_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more