Struct windows_sys::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
impl Copy for D3DDDI_MAKERESIDENT
Auto Trait Implementations§
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