pub struct ClipLineResultWithBBox {
pub line: VectorLineString,
pub offset: f64,
pub vec_bbox: BBox3D,
}Expand description
Ensuring vec_bbox exists
Fields§
§line: VectorLineStringThe clipped line
offset: f64The offset the new line starts at
vec_bbox: BBox3DThe 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