pub struct PresetType {
pub preset_scenario: Option<u8>,
pub number_of_presets: Option<u8>,
pub preset_type_features: Option<u8>,
}Fields§
§preset_scenario: Option<u8>§number_of_presets: Option<u8>§preset_type_features: Option<u8>Trait Implementations§
Source§impl Debug for PresetType
impl Debug for PresetType
Auto Trait Implementations§
impl Freeze for PresetType
impl RefUnwindSafe for PresetType
impl Send for PresetType
impl Sync for PresetType
impl Unpin for PresetType
impl UnwindSafe for PresetType
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