Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMT_VA_RANGE_DESC
#[repr(C)]pub struct D3DKMT_VA_RANGE_DESC {
pub VadAddress: u64,
pub VaRangeIndex: u32,
pub PhysicalAdapterIndex: u32,
pub StartAddress: u64,
pub EndAddress: u64,
pub DriverProtection: u64,
pub OwnerType: u32,
pub pOwner: u64,
pub OwnerOffset: u64,
pub Protection: u32,
}
Fields§
§VadAddress: u64
§VaRangeIndex: u32
§PhysicalAdapterIndex: u32
§StartAddress: u64
§EndAddress: u64
§DriverProtection: u64
§OwnerType: u32
§pOwner: u64
§OwnerOffset: u64
§Protection: u32
Trait Implementations§
§impl Clone for D3DKMT_VA_RANGE_DESC
impl Clone for D3DKMT_VA_RANGE_DESC
impl Copy for D3DKMT_VA_RANGE_DESC
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_VA_RANGE_DESC
impl Send for D3DKMT_VA_RANGE_DESC
impl Sync for D3DKMT_VA_RANGE_DESC
impl Unpin for D3DKMT_VA_RANGE_DESC
impl UnwindSafe for D3DKMT_VA_RANGE_DESC
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