Struct assembly_maps::luz::paths::core::PathWaypointDataMovingPlatformSounds
source · pub struct PathWaypointDataMovingPlatformSounds {
pub arrive_sound: String,
pub depart_sound: String,
}
Expand description
Sounds for a moving platform
Fields§
§arrive_sound: String
§depart_sound: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathWaypointDataMovingPlatformSounds
impl RefUnwindSafe for PathWaypointDataMovingPlatformSounds
impl Send for PathWaypointDataMovingPlatformSounds
impl Sync for PathWaypointDataMovingPlatformSounds
impl Unpin for PathWaypointDataMovingPlatformSounds
impl UnwindSafe for PathWaypointDataMovingPlatformSounds
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