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,
}
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§
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