Struct lu_formats::files::luz::RacingWaypointData
source · pub struct RacingWaypointData {
pub rotation: QuaternionWxyz,
pub is_reset_node: Bool,
pub is_non_horizontal_camera: Bool,
pub plane_width: f32,
pub plane_height: f32,
pub shortest_distance_to_end: f32,
}
Expand description
Fields§
§rotation: QuaternionWxyz
§is_reset_node: Bool
§is_non_horizontal_camera: Bool
§plane_width: f32
§plane_height: f32
§shortest_distance_to_end: f32
Trait Implementations§
source§impl Clone for RacingWaypointData
impl Clone for RacingWaypointData
source§fn clone(&self) -> RacingWaypointData
fn clone(&self) -> RacingWaypointData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RacingWaypointData
impl Debug for RacingWaypointData
source§impl<'de> Deserialize<'de> for RacingWaypointData
impl<'de> Deserialize<'de> for RacingWaypointData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<RacingWaypointData> for RacingWaypointData
impl PartialEq<RacingWaypointData> for RacingWaypointData
source§fn eq(&self, other: &RacingWaypointData) -> bool
fn eq(&self, other: &RacingWaypointData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RacingWaypointData
impl Serialize for RacingWaypointData
impl IWaypointData for RacingWaypointData
impl StructuralPartialEq for RacingWaypointData
Auto Trait Implementations§
impl RefUnwindSafe for RacingWaypointData
impl Send for RacingWaypointData
impl Sync for RacingWaypointData
impl Unpin for RacingWaypointData
impl UnwindSafe for RacingWaypointData
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