pub struct MusicOptions {
pub frame: i32,
pub row: i32,
pub repeat: bool,
pub sustain: bool,
pub tempo: i32,
pub speed: i32,
}Fields§
§frame: i32§row: i32§repeat: bool§sustain: bool§tempo: i32§speed: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MusicOptions
impl RefUnwindSafe for MusicOptions
impl Send for MusicOptions
impl Sync for MusicOptions
impl Unpin for MusicOptions
impl UnwindSafe for MusicOptions
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