Struct DXGI_OUTDUPL_POINTER_POSITION
#[repr(C)]pub struct DXGI_OUTDUPL_POINTER_POSITION {
pub Position: POINT,
pub Visible: BOOL,
}
Fields§
§Position: POINT
§Visible: BOOL
Trait Implementations§
§impl Clone for DXGI_OUTDUPL_POINTER_POSITION
impl Clone for DXGI_OUTDUPL_POINTER_POSITION
§fn clone(&self) -> DXGI_OUTDUPL_POINTER_POSITION
fn clone(&self) -> DXGI_OUTDUPL_POINTER_POSITION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXGI_OUTDUPL_POINTER_POSITION
impl Debug for DXGI_OUTDUPL_POINTER_POSITION
§impl Default for DXGI_OUTDUPL_POINTER_POSITION
impl Default for DXGI_OUTDUPL_POINTER_POSITION
§impl PartialEq for DXGI_OUTDUPL_POINTER_POSITION
impl PartialEq for DXGI_OUTDUPL_POINTER_POSITION
impl Copy for DXGI_OUTDUPL_POINTER_POSITION
impl StructuralPartialEq for DXGI_OUTDUPL_POINTER_POSITION
Auto Trait Implementations§
impl Freeze for DXGI_OUTDUPL_POINTER_POSITION
impl RefUnwindSafe for DXGI_OUTDUPL_POINTER_POSITION
impl Send for DXGI_OUTDUPL_POINTER_POSITION
impl Sync for DXGI_OUTDUPL_POINTER_POSITION
impl Unpin for DXGI_OUTDUPL_POINTER_POSITION
impl UnwindSafe for DXGI_OUTDUPL_POINTER_POSITION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more