pub struct ButtonSounds {
pub id: CharacterId,
pub over_to_up_sound: Option<ButtonSound>,
pub up_to_over_sound: Option<ButtonSound>,
pub over_to_down_sound: Option<ButtonSound>,
pub down_to_over_sound: Option<ButtonSound>,
}Fields§
§id: CharacterId§over_to_up_sound: Option<ButtonSound>§up_to_over_sound: Option<ButtonSound>§over_to_down_sound: Option<ButtonSound>§down_to_over_sound: Option<ButtonSound>Trait Implementations§
Source§impl Clone for ButtonSounds
impl Clone for ButtonSounds
Source§fn clone(&self) -> ButtonSounds
fn clone(&self) -> ButtonSounds
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 ButtonSounds
impl Debug for ButtonSounds
Source§impl PartialEq for ButtonSounds
impl PartialEq for ButtonSounds
impl StructuralPartialEq for ButtonSounds
Auto Trait Implementations§
impl Freeze for ButtonSounds
impl RefUnwindSafe for ButtonSounds
impl Send for ButtonSounds
impl Sync for ButtonSounds
impl Unpin for ButtonSounds
impl UnwindSafe for ButtonSounds
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