#[repr(C)]pub struct WIN32_MEMORY_RANGE_ENTRY {
    pub VirtualAddress: PVOID,
    pub NumberOfBytes: SIZE_T,
}Fields§
§VirtualAddress: PVOID§NumberOfBytes: SIZE_TTrait Implementations§
Source§impl Clone for WIN32_MEMORY_RANGE_ENTRY
 
impl Clone for WIN32_MEMORY_RANGE_ENTRY
Source§fn clone(&self) -> WIN32_MEMORY_RANGE_ENTRY
 
fn clone(&self) -> WIN32_MEMORY_RANGE_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for WIN32_MEMORY_RANGE_ENTRY
Auto Trait Implementations§
impl Freeze for WIN32_MEMORY_RANGE_ENTRY
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