Enum midi_msg::FileReferenceType
source · [−]pub enum FileReferenceType {
DLS,
SF2,
WAV,
}
Expand description
The file type of a given file, as used by FileReferenceMsg
.
Variants
DLS
SF2
WAV
Trait Implementations
sourceimpl Clone for FileReferenceType
impl Clone for FileReferenceType
sourcefn clone(&self) -> FileReferenceType
fn clone(&self) -> FileReferenceType
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 moresourceimpl Debug for FileReferenceType
impl Debug for FileReferenceType
sourceimpl PartialEq<FileReferenceType> for FileReferenceType
impl PartialEq<FileReferenceType> for FileReferenceType
sourcefn eq(&self, other: &FileReferenceType) -> bool
fn eq(&self, other: &FileReferenceType) -> bool
impl Copy for FileReferenceType
impl Eq for FileReferenceType
impl StructuralEq for FileReferenceType
impl StructuralPartialEq for FileReferenceType
Auto Trait Implementations
impl RefUnwindSafe for FileReferenceType
impl Send for FileReferenceType
impl Sync for FileReferenceType
impl Unpin for FileReferenceType
impl UnwindSafe for FileReferenceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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