pub enum SysexType {
Pattern,
Kit,
Sound,
Song,
Settings,
Global,
}Expand description
The type of a sysex message.
Can represent known sysex types.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SysexType
impl<'de> Deserialize<'de> for SysexType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SysexType> for AnySysexType
impl From<SysexType> for AnySysexType
Source§impl Ord for SysexType
impl Ord for SysexType
Source§impl PartialOrd for SysexType
impl PartialOrd for SysexType
impl Copy for SysexType
impl Eq for SysexType
impl StructuralPartialEq for SysexType
Auto Trait Implementations§
impl Freeze for SysexType
impl RefUnwindSafe for SysexType
impl Send for SysexType
impl Sync for SysexType
impl Unpin for SysexType
impl UnwindSafe for SysexType
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