pub struct PaintData { /* private fields */ }
Expand description
Opaque type over a paint event’s data
Implementations§
Source§impl PaintData
impl PaintData
Sourcepub fn begin_paint(&self) -> PAINTSTRUCT
pub fn begin_paint(&self) -> PAINTSTRUCT
Wrapper over BeginPaint
Sourcepub fn end_paint(&self, p: &PAINTSTRUCT)
pub fn end_paint(&self, p: &PAINTSTRUCT)
Wrapper over EndPaint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaintData
impl RefUnwindSafe for PaintData
impl !Send for PaintData
impl !Sync for PaintData
impl Unpin for PaintData
impl UnwindSafe for PaintData
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