#[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
impl Copy for D3DDDI_RESERVEGPUVIRTUALADDRESS
Auto Trait Implementations§
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