pub struct PathDataRail {}
Expand description
General data for a rail path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathDataRail
impl RefUnwindSafe for PathDataRail
impl Send for PathDataRail
impl Sync for PathDataRail
impl Unpin for PathDataRail
impl UnwindSafe for PathDataRail
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