pub struct StartSound2 {
pub sound_class_name: String,
pub sound_info: SoundInfo,
}
Fields§
§sound_class_name: String
§sound_info: SoundInfo
Trait Implementations§
Source§impl Clone for StartSound2
impl Clone for StartSound2
Source§fn clone(&self) -> StartSound2
fn clone(&self) -> StartSound2
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 StartSound2
impl Debug for StartSound2
Source§impl<'de> Deserialize<'de> for StartSound2
impl<'de> Deserialize<'de> for StartSound2
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 Hash for StartSound2
impl Hash for StartSound2
Source§impl Ord for StartSound2
impl Ord for StartSound2
Source§fn cmp(&self, other: &StartSound2) -> Ordering
fn cmp(&self, other: &StartSound2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StartSound2
impl PartialEq for StartSound2
Source§impl PartialOrd for StartSound2
impl PartialOrd for StartSound2
Source§impl Serialize for StartSound2
impl Serialize for StartSound2
impl Eq for StartSound2
impl StructuralPartialEq for StartSound2
Auto Trait Implementations§
impl Freeze for StartSound2
impl RefUnwindSafe for StartSound2
impl Send for StartSound2
impl Sync for StartSound2
impl Unpin for StartSound2
impl UnwindSafe for StartSound2
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