Struct windows_sys::Wdk::Graphics::Direct3D::D3DDDI_MAPGPUVIRTUALADDRESS
#[repr(C)]pub struct D3DDDI_MAPGPUVIRTUALADDRESS {Show 13 fields
pub hPagingQueue: u32,
pub BaseAddress: u64,
pub MinimumAddress: u64,
pub MaximumAddress: u64,
pub hAllocation: u32,
pub OffsetInPages: u64,
pub SizeInPages: u64,
pub Protection: D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE,
pub DriverProtection: u64,
pub Reserved0: u32,
pub Reserved1: u64,
pub VirtualAddress: u64,
pub PagingFenceValue: u64,
}
Fields§
§hPagingQueue: u32
§BaseAddress: u64
§MinimumAddress: u64
§MaximumAddress: u64
§hAllocation: u32
§OffsetInPages: u64
§SizeInPages: u64
§Protection: D3DDDIGPUVIRTUALADDRESS_PROTECTION_TYPE
§DriverProtection: u64
§Reserved0: u32
§Reserved1: u64
§VirtualAddress: u64
§PagingFenceValue: u64
Trait Implementations§
§impl Clone for D3DDDI_MAPGPUVIRTUALADDRESS
impl Clone for D3DDDI_MAPGPUVIRTUALADDRESS
§fn clone(&self) -> D3DDDI_MAPGPUVIRTUALADDRESS
fn clone(&self) -> D3DDDI_MAPGPUVIRTUALADDRESS
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 moreimpl Copy for D3DDDI_MAPGPUVIRTUALADDRESS
Auto Trait Implementations§
impl Freeze for D3DDDI_MAPGPUVIRTUALADDRESS
impl RefUnwindSafe for D3DDDI_MAPGPUVIRTUALADDRESS
impl Send for D3DDDI_MAPGPUVIRTUALADDRESS
impl Sync for D3DDDI_MAPGPUVIRTUALADDRESS
impl Unpin for D3DDDI_MAPGPUVIRTUALADDRESS
impl UnwindSafe for D3DDDI_MAPGPUVIRTUALADDRESS
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
)