#[repr(C)]pub struct LaneSRange { /* private fields */ }
Implementations§
Source§impl LaneSRange
impl LaneSRange
pub fn Intersects(&self, other: &LaneSRange, tolerance: f64) -> bool
Source§impl LaneSRange
impl LaneSRange
pub fn Contains(&self, lane_s_range: &LaneSRange, tolerance: f64) -> bool
Trait Implementations§
Source§impl ExternType for LaneSRange
impl ExternType for LaneSRange
impl UniquePtrTarget for LaneSRange
impl VectorElement for LaneSRange
Auto Trait Implementations§
impl Freeze for LaneSRange
impl RefUnwindSafe for LaneSRange
impl !Send for LaneSRange
impl !Sync for LaneSRange
impl !Unpin for LaneSRange
impl UnwindSafe for LaneSRange
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