pub enum UniversalKind {
NonRealTime,
RealTime,
}Expand description
The kind of a Universal System Exclusive message.
Variants§
Trait Implementations§
Source§impl Debug for UniversalKind
impl Debug for UniversalKind
Auto Trait Implementations§
impl Freeze for UniversalKind
impl RefUnwindSafe for UniversalKind
impl Send for UniversalKind
impl Sync for UniversalKind
impl Unpin for UniversalKind
impl UnwindSafe for UniversalKind
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