#[repr(C)]pub struct D3DDDI_OPENALLOCATIONINFO2 {
pub hAllocation: D3DKMT_HANDLE,
pub pPrivateDriverData: *const VOID,
pub PrivateDriverDataSize: UINT,
pub GpuVirtualAddress: D3DGPU_VIRTUAL_ADDRESS,
pub Reserved: [ULONG_PTR; 6],
}
Fields§
§hAllocation: D3DKMT_HANDLE
§pPrivateDriverData: *const VOID
§PrivateDriverDataSize: UINT
§GpuVirtualAddress: D3DGPU_VIRTUAL_ADDRESS
§Reserved: [ULONG_PTR; 6]
Trait Implementations§
Source§impl Clone for D3DDDI_OPENALLOCATIONINFO2
impl Clone for D3DDDI_OPENALLOCATIONINFO2
Source§fn clone(&self) -> D3DDDI_OPENALLOCATIONINFO2
fn clone(&self) -> D3DDDI_OPENALLOCATIONINFO2
Returns a duplicate 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 moreSource§impl Default for D3DDDI_OPENALLOCATIONINFO2
impl Default for D3DDDI_OPENALLOCATIONINFO2
Source§fn default() -> D3DDDI_OPENALLOCATIONINFO2
fn default() -> D3DDDI_OPENALLOCATIONINFO2
Returns the “default value” for a type. Read more
impl Copy for D3DDDI_OPENALLOCATIONINFO2
Auto Trait Implementations§
impl Freeze for D3DDDI_OPENALLOCATIONINFO2
impl RefUnwindSafe for D3DDDI_OPENALLOCATIONINFO2
impl !Send for D3DDDI_OPENALLOCATIONINFO2
impl !Sync for D3DDDI_OPENALLOCATIONINFO2
impl Unpin for D3DDDI_OPENALLOCATIONINFO2
impl UnwindSafe for D3DDDI_OPENALLOCATIONINFO2
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