Struct windows::Wdk::System::SystemServices::DEBUG_MEMORY_REQUIREMENTS
#[repr(C)]pub struct DEBUG_MEMORY_REQUIREMENTS {
pub Start: i64,
pub MaxEnd: i64,
pub VirtualAddress: *mut c_void,
pub Length: u32,
pub Cached: BOOLEAN,
pub Aligned: BOOLEAN,
}
Fields§
§Start: i64
§MaxEnd: i64
§VirtualAddress: *mut c_void
§Length: u32
§Cached: BOOLEAN
§Aligned: BOOLEAN
Trait Implementations§
§impl Clone for DEBUG_MEMORY_REQUIREMENTS
impl Clone for DEBUG_MEMORY_REQUIREMENTS
§fn clone(&self) -> DEBUG_MEMORY_REQUIREMENTS
fn clone(&self) -> DEBUG_MEMORY_REQUIREMENTS
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 more§impl Debug for DEBUG_MEMORY_REQUIREMENTS
impl Debug for DEBUG_MEMORY_REQUIREMENTS
§impl Default for DEBUG_MEMORY_REQUIREMENTS
impl Default for DEBUG_MEMORY_REQUIREMENTS
§impl PartialEq for DEBUG_MEMORY_REQUIREMENTS
impl PartialEq for DEBUG_MEMORY_REQUIREMENTS
§fn eq(&self, other: &DEBUG_MEMORY_REQUIREMENTS) -> bool
fn eq(&self, other: &DEBUG_MEMORY_REQUIREMENTS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DEBUG_MEMORY_REQUIREMENTS
impl Eq for DEBUG_MEMORY_REQUIREMENTS
impl StructuralPartialEq for DEBUG_MEMORY_REQUIREMENTS
Auto Trait Implementations§
impl Freeze for DEBUG_MEMORY_REQUIREMENTS
impl RefUnwindSafe for DEBUG_MEMORY_REQUIREMENTS
impl !Send for DEBUG_MEMORY_REQUIREMENTS
impl !Sync for DEBUG_MEMORY_REQUIREMENTS
impl Unpin for DEBUG_MEMORY_REQUIREMENTS
impl UnwindSafe for DEBUG_MEMORY_REQUIREMENTS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)