pub struct SoundProp {
pub sound_delay: i16,
pub sound_id: SoundID,
/* private fields */
}
Fields§
§sound_delay: i16
§sound_id: SoundID
Implementations§
Trait Implementations§
impl Copy for SoundProp
Auto Trait Implementations§
impl Freeze for SoundProp
impl RefUnwindSafe for SoundProp
impl Send for SoundProp
impl Sync for SoundProp
impl Unpin for SoundProp
impl UnwindSafe for SoundProp
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