Struct D3DDDI_RESERVEGPUVIRTUALADDRESS
#[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