#[repr(C)]pub struct DXGI_OUTDUPL_POINTER_POSITION {
pub Position: POINT,
pub Visible: BOOL,
}
Fields§
§Position: POINT
§Visible: BOOL
Trait Implementations§
Source§impl Clone for DXGI_OUTDUPL_POINTER_POSITION
impl Clone for DXGI_OUTDUPL_POINTER_POSITION
Source§fn clone(&self) -> DXGI_OUTDUPL_POINTER_POSITION
fn clone(&self) -> DXGI_OUTDUPL_POINTER_POSITION
Returns a duplicate 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 moreSource§impl Default for DXGI_OUTDUPL_POINTER_POSITION
impl Default for DXGI_OUTDUPL_POINTER_POSITION
Source§fn default() -> DXGI_OUTDUPL_POINTER_POSITION
fn default() -> DXGI_OUTDUPL_POINTER_POSITION
Returns the “default value” for a type. Read more
impl Copy 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