pub struct SfxOptions {
pub note: i32,
pub octave: i32,
pub duration: i32,
pub channel: i32,
pub volume_left: i32,
pub volume_right: i32,
pub speed: i32,
}Fields§
§note: i32§octave: i32§duration: i32§channel: i32§volume_left: i32§volume_right: i32§speed: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SfxOptions
impl RefUnwindSafe for SfxOptions
impl Send for SfxOptions
impl Sync for SfxOptions
impl Unpin for SfxOptions
impl UnwindSafe for SfxOptions
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