pub struct Settings {
pub name: String,
pub directory: String,
pub bpm: f32,
pub jack_cc_mapping: Vec<CCMapping>,
pub usb_cc_mapping: Vec<CCMapping>,
pub x20: Vec<u8>,
pub xa8: Vec<u8>,
pub xb0: Vec<u8>,
pub x90: Vec<u8>,
}Fields§
§name: String§directory: String§bpm: f32§jack_cc_mapping: Vec<CCMapping>§usb_cc_mapping: Vec<CCMapping>§x20: Vec<u8>§xa8: Vec<u8>§xb0: Vec<u8>§x90: Vec<u8>Implementations§
Trait Implementations§
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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