Struct win_sys::Memory::WIN32_MEMORY_RANGE_ENTRY [−][src]
#[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_voidNumberOfBytes: usizeTrait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more