Struct windows_sys::Wdk::Storage::FileSystem::PHYSICAL_MEMORY_RUN
#[repr(C)]pub struct PHYSICAL_MEMORY_RUN {
pub BasePage: u32,
pub PageCount: u32,
}
Fields§
§BasePage: u32
§PageCount: u32
Trait Implementations§
§impl Clone for PHYSICAL_MEMORY_RUN
impl Clone for PHYSICAL_MEMORY_RUN
impl Copy for PHYSICAL_MEMORY_RUN
Auto Trait Implementations§
impl RefUnwindSafe for PHYSICAL_MEMORY_RUN
impl Send for PHYSICAL_MEMORY_RUN
impl Sync for PHYSICAL_MEMORY_RUN
impl Unpin for PHYSICAL_MEMORY_RUN
impl UnwindSafe for PHYSICAL_MEMORY_RUN
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