pub struct LaneSRoute { /* private fields */ }Implementations§
Source§impl LaneSRoute
impl LaneSRoute
pub fn length(&self) -> f64
pub fn Intersects(&self, other: &LaneSRoute, tolerance: f64) -> bool
pub fn ranges(&self) -> &CxxVector<LaneSRange>
Trait Implementations§
Source§impl ExternType for LaneSRoute
impl ExternType for LaneSRoute
impl UniquePtrTarget for LaneSRoute
Auto Trait Implementations§
impl !Freeze for LaneSRoute
impl RefUnwindSafe for LaneSRoute
impl !Send for LaneSRoute
impl !Sync for LaneSRoute
impl !Unpin for LaneSRoute
impl UnwindSafe for LaneSRoute
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