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