pub struct ClipLineResultWithBBox {
pub line: VectorLineString,
pub offset: f64,
pub vec_bbox: BBox3D,
}
Expand description
Ensuring vec_bbox
exists
Fields§
§line: VectorLineString
The clipped line
offset: f64
The offset the new line starts at
vec_bbox: BBox3D
The new vector bounding box
Auto Trait Implementations§
impl Freeze for ClipLineResultWithBBox
impl RefUnwindSafe for ClipLineResultWithBBox
impl Send for ClipLineResultWithBBox
impl Sync for ClipLineResultWithBBox
impl Unpin for ClipLineResultWithBBox
impl UnwindSafe for ClipLineResultWithBBox
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