Struct makepad_example_ironfish::app::SynthPreset
source · pub struct SynthPreset {
pub id: LiveId,
pub name: String,
pub fav: bool,
}Fields§
§id: LiveId§name: String§fav: boolAuto Trait Implementations§
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