pub struct StartSound {
pub sound_id: u16,
pub sound_info: SoundInfo,
}
Fields§
§sound_id: u16
§sound_info: SoundInfo
Trait Implementations§
Source§impl Clone for StartSound
impl Clone for StartSound
Source§fn clone(&self) -> StartSound
fn clone(&self) -> StartSound
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 StartSound
impl Debug for StartSound
Source§impl<'de> Deserialize<'de> for StartSound
impl<'de> Deserialize<'de> for StartSound
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 StartSound
impl Hash for StartSound
Source§impl Ord for StartSound
impl Ord for StartSound
Source§fn cmp(&self, other: &StartSound) -> Ordering
fn cmp(&self, other: &StartSound) -> 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 StartSound
impl PartialEq for StartSound
Source§impl PartialOrd for StartSound
impl PartialOrd for StartSound
Source§impl Serialize for StartSound
impl Serialize for StartSound
impl Eq for StartSound
impl StructuralPartialEq for StartSound
Auto Trait Implementations§
impl Freeze for StartSound
impl RefUnwindSafe for StartSound
impl Send for StartSound
impl Sync for StartSound
impl Unpin for StartSound
impl UnwindSafe for StartSound
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