pub struct StartSound {
pub id: CharacterId,
pub sound_info: Box<SoundInfo>,
}Fields§
§id: CharacterId§sound_info: Box<SoundInfo>Trait Implementations§
Source§impl Clone for StartSound
impl Clone for StartSound
Source§fn clone(&self) -> StartSound
fn clone(&self) -> StartSound
Returns a duplicate 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 PartialEq for StartSound
impl PartialEq 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