#[repr(C)]pub struct D3DRESOURCESTATS {
pub bThrashing: BOOL,
pub ApproxBytesDownloaded: DWORD,
pub NumEvicts: DWORD,
pub NumVidCreates: DWORD,
pub LastPri: DWORD,
pub NumUsed: DWORD,
pub NumUsedInVidMem: DWORD,
pub WorkingSet: DWORD,
pub WorkingSetBytes: DWORD,
pub TotalManaged: DWORD,
pub TotalBytes: DWORD,
}
Fields§
§bThrashing: BOOL
§ApproxBytesDownloaded: DWORD
§NumEvicts: DWORD
§NumVidCreates: DWORD
§LastPri: DWORD
§NumUsed: DWORD
§NumUsedInVidMem: DWORD
§WorkingSet: DWORD
§WorkingSetBytes: DWORD
§TotalManaged: DWORD
§TotalBytes: DWORD
Trait Implementations§
Source§impl Clone for D3DRESOURCESTATS
impl Clone for D3DRESOURCESTATS
Source§fn clone(&self) -> D3DRESOURCESTATS
fn clone(&self) -> D3DRESOURCESTATS
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 moreSource§impl Default for D3DRESOURCESTATS
impl Default for D3DRESOURCESTATS
Source§fn default() -> D3DRESOURCESTATS
fn default() -> D3DRESOURCESTATS
Returns the “default value” for a type. Read more
impl Copy for D3DRESOURCESTATS
Auto Trait Implementations§
impl Freeze for D3DRESOURCESTATS
impl RefUnwindSafe for D3DRESOURCESTATS
impl Send for D3DRESOURCESTATS
impl Sync for D3DRESOURCESTATS
impl Unpin for D3DRESOURCESTATS
impl UnwindSafe for D3DRESOURCESTATS
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