pub struct LanePosition { /* private fields */ }Implementations§
Source§impl LanePosition
impl LanePosition
pub fn s(&self) -> f64
pub fn r(&self) -> f64
pub fn h(&self) -> f64
pub fn set_s(self: Pin<&mut Self>, s: f64)
pub fn set_r(self: Pin<&mut Self>, r: f64)
pub fn set_h(self: Pin<&mut Self>, h: f64)
pub fn srh(&self) -> &Vector3
pub fn set_srh(self: Pin<&mut Self>, srh: &Vector3)
Trait Implementations§
Source§impl ExternType for LanePosition
impl ExternType for LanePosition
impl UniquePtrTarget for LanePosition
Auto Trait Implementations§
impl !Freeze for LanePosition
impl RefUnwindSafe for LanePosition
impl !Send for LanePosition
impl !Sync for LanePosition
impl !Unpin for LanePosition
impl UnwindSafe for LanePosition
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