Struct assembly_maps::luz::paths::core::PathDataRace
source · pub struct PathDataRace {}
Expand description
General data for a race path
Trait Implementations§
source§impl Debug for PathDataRace
impl Debug for PathDataRace
Auto Trait Implementations§
impl Freeze for PathDataRace
impl RefUnwindSafe for PathDataRace
impl Send for PathDataRace
impl Sync for PathDataRace
impl Unpin for PathDataRace
impl UnwindSafe for PathDataRace
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