#[repr(C)]pub struct DXGI_OUTDUPL_POINTER_SHAPE_INFO {
pub Type: u32,
pub Width: u32,
pub Height: u32,
pub Pitch: u32,
pub HotSpot: POINT,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
Fields
Type: u32
Width: u32
Height: u32
Pitch: u32
HotSpot: POINT
Trait Implementations
impl Clone for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl Clone for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl Copy for DXGI_OUTDUPL_POINTER_SHAPE_INFO
Auto Trait Implementations
impl RefUnwindSafe for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl Send for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl Sync for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl Unpin for DXGI_OUTDUPL_POINTER_SHAPE_INFO
impl UnwindSafe for DXGI_OUTDUPL_POINTER_SHAPE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more