Struct windows::Wdk::Graphics::Direct3D::D3DDDI_MAKERESIDENT
#[repr(C)]pub struct D3DDDI_MAKERESIDENT {
pub hPagingQueue: u32,
pub NumAllocations: u32,
pub AllocationList: *const u32,
pub PriorityList: *const u32,
pub Flags: D3DDDI_MAKERESIDENT_FLAGS,
pub PagingFenceValue: u64,
pub NumBytesToTrim: u64,
}
Fields§
§hPagingQueue: u32
§NumAllocations: u32
§AllocationList: *const u32
§PriorityList: *const u32
§Flags: D3DDDI_MAKERESIDENT_FLAGS
§PagingFenceValue: u64
§NumBytesToTrim: u64
Trait Implementations§
§impl Clone for D3DDDI_MAKERESIDENT
impl Clone for D3DDDI_MAKERESIDENT
§fn clone(&self) -> D3DDDI_MAKERESIDENT
fn clone(&self) -> D3DDDI_MAKERESIDENT
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 more§impl Default for D3DDDI_MAKERESIDENT
impl Default for D3DDDI_MAKERESIDENT
impl Copy for D3DDDI_MAKERESIDENT
Auto Trait Implementations§
impl Freeze for D3DDDI_MAKERESIDENT
impl RefUnwindSafe for D3DDDI_MAKERESIDENT
impl !Send for D3DDDI_MAKERESIDENT
impl !Sync for D3DDDI_MAKERESIDENT
impl Unpin for D3DDDI_MAKERESIDENT
impl UnwindSafe for D3DDDI_MAKERESIDENT
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
)