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: BOOL ApproxBytesDownloaded: DWORD NumEvicts: DWORD NumVidCreates: DWORD LastPri: DWORD NumUsed: DWORD NumUsedInVidMem: DWORD WorkingSet: DWORD WorkingSetBytes: DWORD TotalManaged: DWORD TotalBytes: DWORD

Trait Implementations

impl Debug for D3DRESOURCESTATS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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