Struct winapi::dxgi1_2::DXGI_OUTDUPL_POINTER_SHAPE_INFO [] [src]

pub struct DXGI_OUTDUPL_POINTER_SHAPE_INFO {
    pub Type: UINT,
    pub Width: UINT,
    pub Height: UINT,
    pub Pitch: UINT,
    pub HotSpot: POINT,
}

Fields

Type: UINT Width: UINT Height: UINT Pitch: UINT HotSpot: POINT

Trait Implementations

impl Debug for DXGI_OUTDUPL_POINTER_SHAPE_INFO
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_OUTDUPL_POINTER_SHAPE_INFO
[src]

impl Clone for DXGI_OUTDUPL_POINTER_SHAPE_INFO
[src]

fn clone(&self) -> DXGI_OUTDUPL_POINTER_SHAPE_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