Struct windows_sys::Win32::System::Memory::NonVolatile::NV_MEMORY_RANGE
[−]Expand description
Required features: "Win32_System_Memory_NonVolatile"
Fields
BaseAddress: *mut c_void
Length: usize
Trait Implementations
impl Clone for NV_MEMORY_RANGE
impl Clone for NV_MEMORY_RANGE
impl Copy for NV_MEMORY_RANGE
Auto Trait Implementations
impl RefUnwindSafe for NV_MEMORY_RANGE
impl !Send for NV_MEMORY_RANGE
impl !Sync for NV_MEMORY_RANGE
impl Unpin for NV_MEMORY_RANGE
impl UnwindSafe for NV_MEMORY_RANGE
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