pub struct SynthPreset {
pub id: LiveId,
pub name: String,
pub fav: bool,
}Fields§
§id: LiveId§name: String§fav: boolAuto Trait Implementations§
impl Freeze for SynthPreset
impl RefUnwindSafe for SynthPreset
impl Send for SynthPreset
impl Sync for SynthPreset
impl Unpin for SynthPreset
impl UnwindSafe for SynthPreset
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