#[repr(C)]pub struct D3DKMT_QUERYALLOCATIONRESIDENCY {
pub hDevice: u32,
pub hResource: u32,
pub phAllocationList: *const u32,
pub AllocationCount: u32,
pub pResidencyStatus: *mut D3DKMT_ALLOCATIONRESIDENCYSTATUS,
}
Fields§
§hDevice: u32
§hResource: u32
§phAllocationList: *const u32
§AllocationCount: u32
§pResidencyStatus: *mut D3DKMT_ALLOCATIONRESIDENCYSTATUS
Trait Implementations§
§impl Clone for D3DKMT_QUERYALLOCATIONRESIDENCY
impl Clone for D3DKMT_QUERYALLOCATIONRESIDENCY
impl Copy for D3DKMT_QUERYALLOCATIONRESIDENCY
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_QUERYALLOCATIONRESIDENCY
impl !Send for D3DKMT_QUERYALLOCATIONRESIDENCY
impl !Sync for D3DKMT_QUERYALLOCATIONRESIDENCY
impl Unpin for D3DKMT_QUERYALLOCATIONRESIDENCY
impl UnwindSafe for D3DKMT_QUERYALLOCATIONRESIDENCY
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