#[repr(C)]pub struct D3DDDI_RESERVEGPUVIRTUALADDRESS {
pub Anonymous1: D3DDDI_RESERVEGPUVIRTUALADDRESS_0,
pub BaseAddress: u64,
pub MinimumAddress: u64,
pub MaximumAddress: u64,
pub Size: u64,
pub Anonymous2: D3DDDI_RESERVEGPUVIRTUALADDRESS_1,
pub Anonymous3: D3DDDI_RESERVEGPUVIRTUALADDRESS_2,
pub VirtualAddress: u64,
pub Anonymous4: D3DDDI_RESERVEGPUVIRTUALADDRESS_3,
}
Fields§
§Anonymous1: D3DDDI_RESERVEGPUVIRTUALADDRESS_0
§BaseAddress: u64
§MinimumAddress: u64
§MaximumAddress: u64
§Size: u64
§Anonymous2: D3DDDI_RESERVEGPUVIRTUALADDRESS_1
§Anonymous3: D3DDDI_RESERVEGPUVIRTUALADDRESS_2
§VirtualAddress: u64
§Anonymous4: D3DDDI_RESERVEGPUVIRTUALADDRESS_3
Trait Implementations§
§impl Clone for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl Clone for D3DDDI_RESERVEGPUVIRTUALADDRESS
§fn clone(&self) -> D3DDDI_RESERVEGPUVIRTUALADDRESS
fn clone(&self) -> D3DDDI_RESERVEGPUVIRTUALADDRESS
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_RESERVEGPUVIRTUALADDRESS
Auto Trait Implementations§
impl Freeze for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl RefUnwindSafe for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl Send for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl Sync for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl Unpin for D3DDDI_RESERVEGPUVIRTUALADDRESS
impl UnwindSafe for D3DDDI_RESERVEGPUVIRTUALADDRESS
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
)