Struct lu_formats::files::luz::PlatformWaypointData
source · pub struct PlatformWaypointData<'a> {
pub rotation: QuaternionWxyz,
pub lock_player: Bool,
pub speed: f32,
pub wait: f32,
pub depart_audio_guid: Option<U1Wstr<'a>>,
pub arrive_audio_guid: Option<U1Wstr<'a>>,
}
Expand description
Struct platform_waypoint_data
Parser: parse_platform_waypoint_data
Maybe parents
Depends on
_parent: {
"_parent": ObligationTree {
local: false,
inner: {
"version": ObligationTree {
local: false,
inner: {},
},
},
},
}
Fields§
§rotation: QuaternionWxyz
§lock_player: Bool
§speed: f32
§wait: f32
§depart_audio_guid: Option<U1Wstr<'a>>
If: _parent._parent.version >= 13
arrive_audio_guid: Option<U1Wstr<'a>>
If: _parent._parent.version >= 13
Trait Implementations§
source§impl<'a> Clone for PlatformWaypointData<'a>
impl<'a> Clone for PlatformWaypointData<'a>
source§fn clone(&self) -> PlatformWaypointData<'a>
fn clone(&self) -> PlatformWaypointData<'a>
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<'a> Debug for PlatformWaypointData<'a>
impl<'a> Debug for PlatformWaypointData<'a>
source§impl<'de, 'a> Deserialize<'de> for PlatformWaypointData<'a>
impl<'de, 'a> Deserialize<'de> for PlatformWaypointData<'a>
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<'a> PartialEq<PlatformWaypointData<'a>> for PlatformWaypointData<'a>
impl<'a> PartialEq<PlatformWaypointData<'a>> for PlatformWaypointData<'a>
source§fn eq(&self, other: &PlatformWaypointData<'a>) -> bool
fn eq(&self, other: &PlatformWaypointData<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> Serialize for PlatformWaypointData<'a>
impl<'a> Serialize for PlatformWaypointData<'a>
impl<'a> IWaypointData for PlatformWaypointData<'a>
impl<'a> StructuralPartialEq for PlatformWaypointData<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PlatformWaypointData<'a>
impl<'a> Send for PlatformWaypointData<'a>
impl<'a> Sync for PlatformWaypointData<'a>
impl<'a> Unpin for PlatformWaypointData<'a>
impl<'a> UnwindSafe for PlatformWaypointData<'a>
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