pub struct ClipSegments {
pub clip: Vec<Polyline>,
pub dont_clip: Vec<Polyline>,
}Fields§
§clip: Vec<Polyline>§dont_clip: Vec<Polyline>Implementations§
Trait Implementations§
Source§impl Default for ClipSegments
impl Default for ClipSegments
Source§fn default() -> ClipSegments
fn default() -> ClipSegments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClipSegments
impl RefUnwindSafe for ClipSegments
impl Send for ClipSegments
impl Sync for ClipSegments
impl Unpin for ClipSegments
impl UnwindSafe for ClipSegments
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