Struct 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 moreimpl 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