Struct windows_sys::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,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Start: i64§MaxEnd: i64§VirtualAddress: *mut c_void§Length: u32§Cached: BOOLEAN§Aligned: BOOLEANTrait Implementations§
§impl Clone for DEBUG_MEMORY_REQUIREMENTS
impl Clone for DEBUG_MEMORY_REQUIREMENTS
impl Copy for DEBUG_MEMORY_REQUIREMENTS
Auto Trait Implementations§
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