Union windows_sys::Wdk::Graphics::Direct3D::DXGK_PTE_1
#[repr(C)]
pub union DXGK_PTE_1 {
pub PageAddress: u64,
pub PageTableAddress: u64,
}
Fields§
§PageAddress: u64
§PageTableAddress: u64
Trait Implementations§
§impl Clone for DXGK_PTE_1
impl Clone for DXGK_PTE_1
impl Copy for DXGK_PTE_1
Auto Trait Implementations§
impl RefUnwindSafe for DXGK_PTE_1
impl Send for DXGK_PTE_1
impl Sync for DXGK_PTE_1
impl Unpin for DXGK_PTE_1
impl UnwindSafe for DXGK_PTE_1
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