Struct winapi::dxgi1_2::DXGI_OUTDUPL_POINTER_POSITION
[−]
[src]
pub struct DXGI_OUTDUPL_POINTER_POSITION { pub Position: POINT, pub Visible: BOOL, }
Fields
Position | |
Visible |
Trait Implementations
impl Copy for DXGI_OUTDUPL_POINTER_POSITION
[src]
impl Clone for DXGI_OUTDUPL_POINTER_POSITION
[src]
fn clone(&self) -> DXGI_OUTDUPL_POINTER_POSITION
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