#[repr(transparent)]pub struct AVMIDIMetaEventType(pub NSInteger);Available on crate feature
AVMusicEvents only.Expand description
Constants which indicate which type of MIDI Meta-Event to create.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVMIDIMetaEventType
impl AVMIDIMetaEventType
pub const SequenceNumber: Self
pub const Text: Self
pub const Copyright: Self
pub const TrackName: Self
pub const Instrument: Self
pub const Lyric: Self
pub const Marker: Self
pub const CuePoint: Self
pub const MidiChannel: Self
pub const MidiPort: Self
pub const EndOfTrack: Self
pub const Tempo: Self
pub const SmpteOffset: Self
pub const TimeSignature: Self
pub const KeySignature: Self
pub const ProprietaryEvent: Self
Trait Implementations§
Source§impl Clone for AVMIDIMetaEventType
impl Clone for AVMIDIMetaEventType
Source§fn clone(&self) -> AVMIDIMetaEventType
fn clone(&self) -> AVMIDIMetaEventType
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 AVMIDIMetaEventType
impl Debug for AVMIDIMetaEventType
Source§impl Encode for AVMIDIMetaEventType
impl Encode for AVMIDIMetaEventType
Source§impl Hash for AVMIDIMetaEventType
impl Hash for AVMIDIMetaEventType
Source§impl Ord for AVMIDIMetaEventType
impl Ord for AVMIDIMetaEventType
Source§fn cmp(&self, other: &AVMIDIMetaEventType) -> Ordering
fn cmp(&self, other: &AVMIDIMetaEventType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AVMIDIMetaEventType
impl PartialEq for AVMIDIMetaEventType
Source§impl PartialOrd for AVMIDIMetaEventType
impl PartialOrd for AVMIDIMetaEventType
Source§impl RefEncode for AVMIDIMetaEventType
impl RefEncode for AVMIDIMetaEventType
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for AVMIDIMetaEventType
impl Eq for AVMIDIMetaEventType
impl StructuralPartialEq for AVMIDIMetaEventType
Auto Trait Implementations§
impl Freeze for AVMIDIMetaEventType
impl RefUnwindSafe for AVMIDIMetaEventType
impl Send for AVMIDIMetaEventType
impl Sync for AVMIDIMetaEventType
impl Unpin for AVMIDIMetaEventType
impl UnwindSafe for AVMIDIMetaEventType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.