pub struct SRange { /* private fields */ }
Expand description
Directed, inclusive longitudinal (s value) range from s0 to s1.
Wrapper around C++ implementation maliput::api::SRange
.
Implementations§
Auto Trait Implementations§
impl Freeze for SRange
impl RefUnwindSafe for SRange
impl !Send for SRange
impl !Sync for SRange
impl Unpin for SRange
impl UnwindSafe for SRange
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