#[non_exhaustive]pub struct SoundFontVersion { /* private fields */ }Expand description
Reperesents the version of a SoundFont.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundFontVersion
impl RefUnwindSafe for SoundFontVersion
impl Send for SoundFontVersion
impl Sync for SoundFontVersion
impl Unpin for SoundFontVersion
impl UnwindSafe for SoundFontVersion
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