pub struct SegmentSizingQuery {
pub start_m: [f64; 3],
pub end_m: [f64; 3],
}Fields§
§start_m: [f64; 3]§end_m: [f64; 3]Trait Implementations§
Source§impl Clone for SegmentSizingQuery
impl Clone for SegmentSizingQuery
Source§fn clone(&self) -> SegmentSizingQuery
fn clone(&self) -> SegmentSizingQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SegmentSizingQuery
Source§impl Debug for SegmentSizingQuery
impl Debug for SegmentSizingQuery
Source§impl PartialEq for SegmentSizingQuery
impl PartialEq for SegmentSizingQuery
impl StructuralPartialEq for SegmentSizingQuery
Auto Trait Implementations§
impl Freeze for SegmentSizingQuery
impl RefUnwindSafe for SegmentSizingQuery
impl Send for SegmentSizingQuery
impl Sync for SegmentSizingQuery
impl Unpin for SegmentSizingQuery
impl UnsafeUnpin for SegmentSizingQuery
impl UnwindSafe for SegmentSizingQuery
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