pub struct RectClip64 { /* private fields */ }Expand description
Main rectangular clipper class for polygon clipping Direct port from clipper.rectclip.h line 38
Implementations§
Auto Trait Implementations§
impl Freeze for RectClip64
impl RefUnwindSafe for RectClip64
impl Send for RectClip64
impl Sync for RectClip64
impl Unpin for RectClip64
impl UnwindSafe for RectClip64
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