Struct winapi::d3d9types::D3DRESOURCESTATS
[−]
[src]
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 | |
ApproxBytesDownloaded | |
NumEvicts | |
NumVidCreates | |
LastPri | |
NumUsed | |
NumUsedInVidMem | |
WorkingSet | |
WorkingSetBytes | |
TotalManaged | |
TotalBytes |
Trait Implementations
impl Copy for D3DRESOURCESTATS[src]
impl Clone for D3DRESOURCESTATS[src]
fn clone(&self) -> D3DRESOURCESTATS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more