Enum syxpack::ManufacturerId
source · [−]Expand description
MIDI manufacturer ID. Either a single byte for standard IDs, three bytes for extended IDs, or Development (non-commercial).
Variants
Standard(u8)
Extended([u8; 3])
Development
Unknown
Implementations
Trait Implementations
sourceimpl Clone for ManufacturerId
impl Clone for ManufacturerId
sourcefn clone(&self) -> ManufacturerId
fn clone(&self) -> ManufacturerId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ManufacturerId
impl Debug for ManufacturerId
sourceimpl Display for ManufacturerId
impl Display for ManufacturerId
sourceimpl Hash for ManufacturerId
impl Hash for ManufacturerId
sourceimpl PartialEq<ManufacturerId> for ManufacturerId
impl PartialEq<ManufacturerId> for ManufacturerId
sourcefn eq(&self, other: &ManufacturerId) -> bool
fn eq(&self, other: &ManufacturerId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for ManufacturerId
impl Eq for ManufacturerId
impl StructuralEq for ManufacturerId
impl StructuralPartialEq for ManufacturerId
Auto Trait Implementations
impl RefUnwindSafe for ManufacturerId
impl Send for ManufacturerId
impl Sync for ManufacturerId
impl Unpin for ManufacturerId
impl UnwindSafe for ManufacturerId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more