Struct winapi::dxgi1_2::DXGI_OUTDUPL_FRAME_INFO [] [src]

pub struct DXGI_OUTDUPL_FRAME_INFO {
    pub LastPresentTime: LARGE_INTEGER,
    pub LastMouseUpdateTime: LARGE_INTEGER,
    pub AccumulatedFrames: UINT,
    pub RectsCoalesced: BOOL,
    pub ProtectedContentMaskedOut: BOOL,
    pub PointerPosition: DXGI_OUTDUPL_POINTER_POSITION,
    pub TotalMetadataBufferSize: UINT,
    pub PointerShapeBufferSize: UINT,
}

Fields

LastPresentTime
LastMouseUpdateTime
AccumulatedFrames
RectsCoalesced
ProtectedContentMaskedOut
PointerPosition
TotalMetadataBufferSize
PointerShapeBufferSize

Trait Implementations

impl Copy for DXGI_OUTDUPL_FRAME_INFO
[src]

impl Clone for DXGI_OUTDUPL_FRAME_INFO
[src]

fn clone(&self) -> DXGI_OUTDUPL_FRAME_INFO

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

Derived Implementations

impl Debug for DXGI_OUTDUPL_FRAME_INFO
[src]

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

Formats the value using the given formatter.