Enum assembly_maps::luz::paths::core::PathDataMovingPlatform
source · pub enum PathDataMovingPlatform {
PreV13,
V13ToV17 {
platform_travel_sound: String,
},
PostV18 {
something: u8,
},
}
Expand description
General data for a moving platform path
Variants§
Trait Implementations§
source§impl Debug for PathDataMovingPlatform
impl Debug for PathDataMovingPlatform
Auto Trait Implementations§
impl Freeze for PathDataMovingPlatform
impl RefUnwindSafe for PathDataMovingPlatform
impl Send for PathDataMovingPlatform
impl Sync for PathDataMovingPlatform
impl Unpin for PathDataMovingPlatform
impl UnwindSafe for PathDataMovingPlatform
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