Struct assembly_maps::luz::paths::core::PathDataRail
source · pub struct PathDataRail {}
Expand description
General data for a rail path
Trait Implementations§
source§impl Debug for PathDataRail
impl Debug for PathDataRail
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