pub enum FileReferenceType {
DLS,
SF2,
WAV,
}
Expand description
The file type of a given file, as used by FileReferenceMsg
.
Variants§
Trait Implementations§
Source§impl Clone for FileReferenceType
impl Clone for FileReferenceType
Source§fn clone(&self) -> FileReferenceType
fn clone(&self) -> FileReferenceType
Returns a duplicate 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 FileReferenceType
impl Debug for FileReferenceType
Source§impl PartialEq for FileReferenceType
impl PartialEq for FileReferenceType
impl Copy for FileReferenceType
impl Eq for FileReferenceType
impl StructuralPartialEq for FileReferenceType
Auto Trait Implementations§
impl Freeze for FileReferenceType
impl RefUnwindSafe for FileReferenceType
impl Send for FileReferenceType
impl Sync for FileReferenceType
impl Unpin for FileReferenceType
impl UnwindSafe for FileReferenceType
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