Enum midi20::message::flex::FlexMetadataText
source · pub enum FlexMetadataText {
Show 13 variants
Unknown,
ProjectName,
CompositionName,
MidiClipName,
CopyrightNotice,
ComposerName,
LyricistName,
ArrangerName,
PublisherName,
PrimaryPerformerName,
AccompanyingPerformerName,
RecordingDate,
RecordingLocation,
}Variants§
Unknown
ProjectName
CompositionName
MidiClipName
CopyrightNotice
ComposerName
LyricistName
ArrangerName
PublisherName
PrimaryPerformerName
AccompanyingPerformerName
RecordingDate
RecordingLocation
Trait Implementations§
source§impl Clone for FlexMetadataText
impl Clone for FlexMetadataText
source§fn clone(&self) -> FlexMetadataText
fn clone(&self) -> FlexMetadataText
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FlexMetadataText
impl Debug for FlexMetadataText
source§impl From<FlexMetadataText> for u8
impl From<FlexMetadataText> for u8
source§fn from(value: FlexMetadataText) -> Self
fn from(value: FlexMetadataText) -> Self
Converts to this type from the input type.
source§impl From<u8> for FlexMetadataText
impl From<u8> for FlexMetadataText
source§impl Hash for FlexMetadataText
impl Hash for FlexMetadataText
source§impl PartialEq for FlexMetadataText
impl PartialEq for FlexMetadataText
source§fn eq(&self, other: &FlexMetadataText) -> bool
fn eq(&self, other: &FlexMetadataText) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FlexMetadataText
impl Eq for FlexMetadataText
impl StructuralEq for FlexMetadataText
impl StructuralPartialEq for FlexMetadataText
Auto Trait Implementations§
impl RefUnwindSafe for FlexMetadataText
impl Send for FlexMetadataText
impl Sync for FlexMetadataText
impl Unpin for FlexMetadataText
impl UnwindSafe for FlexMetadataText
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