Struct assembly_maps::luz::paths::core::PathWaypointDataRace
source · pub struct PathWaypointDataRace {
pub rotation: Quaternion,
pub value_1: u8,
pub value_2: u8,
pub value_3: f32,
pub value_4: f32,
pub value_5: f32,
}
Expand description
Data for a race path waypoint
Fields§
§rotation: Quaternion
§value_1: u8
§value_2: u8
§value_3: f32
§value_4: f32
§value_5: f32
Trait Implementations§
source§impl Debug for PathWaypointDataRace
impl Debug for PathWaypointDataRace
Auto Trait Implementations§
impl Freeze for PathWaypointDataRace
impl RefUnwindSafe for PathWaypointDataRace
impl Send for PathWaypointDataRace
impl Sync for PathWaypointDataRace
impl Unpin for PathWaypointDataRace
impl UnwindSafe for PathWaypointDataRace
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