pub struct SupportInsertion {
pub slot: usize,
pub distance_m: f64,
}Fields§
§slot: usize§distance_m: f64Trait Implementations§
Source§impl Clone for SupportInsertion
impl Clone for SupportInsertion
Source§fn clone(&self) -> SupportInsertion
fn clone(&self) -> SupportInsertion
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 SupportInsertion
Source§impl Debug for SupportInsertion
impl Debug for SupportInsertion
Source§impl PartialEq for SupportInsertion
impl PartialEq for SupportInsertion
impl StructuralPartialEq for SupportInsertion
Auto Trait Implementations§
impl Freeze for SupportInsertion
impl RefUnwindSafe for SupportInsertion
impl Send for SupportInsertion
impl Sync for SupportInsertion
impl Unpin for SupportInsertion
impl UnsafeUnpin for SupportInsertion
impl UnwindSafe for SupportInsertion
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