#[repr(transparent)]pub struct MIDICVStatus(pub c_uint);Available on crate feature
MIDIMessages only.Expand description
Tuple Fields§
§0: c_uintImplementations§
Source§impl MIDICVStatus
impl MIDICVStatus
pub const NoteOff: Self
pub const NoteOn: Self
pub const PolyPressure: Self
pub const ControlChange: Self
pub const ProgramChange: Self
pub const ChannelPressure: Self
pub const PitchBend: Self
pub const RegisteredPNC: Self
pub const AssignablePNC: Self
pub const RegisteredControl: Self
pub const AssignableControl: Self
pub const RelRegisteredControl: Self
pub const RelAssignableControl: Self
pub const PerNotePitchBend: Self
pub const PerNoteMgmt: Self
Trait Implementations§
Source§impl Clone for MIDICVStatus
impl Clone for MIDICVStatus
Source§fn clone(&self) -> MIDICVStatus
fn clone(&self) -> MIDICVStatus
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 MIDICVStatus
impl Debug for MIDICVStatus
Source§impl Encode for MIDICVStatus
Available on crate feature objc2 only.
impl Encode for MIDICVStatus
Available on crate feature
objc2 only.Source§impl Hash for MIDICVStatus
impl Hash for MIDICVStatus
Source§impl Ord for MIDICVStatus
impl Ord for MIDICVStatus
Source§fn cmp(&self, other: &MIDICVStatus) -> Ordering
fn cmp(&self, other: &MIDICVStatus) -> 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 MIDICVStatus
impl PartialEq for MIDICVStatus
Source§impl PartialOrd for MIDICVStatus
impl PartialOrd for MIDICVStatus
Source§impl RefEncode for MIDICVStatus
Available on crate feature objc2 only.
impl RefEncode for MIDICVStatus
Available on crate feature
objc2 only.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 MIDICVStatus
impl Eq for MIDICVStatus
impl StructuralPartialEq for MIDICVStatus
Auto Trait Implementations§
impl Freeze for MIDICVStatus
impl RefUnwindSafe for MIDICVStatus
impl Send for MIDICVStatus
impl Sync for MIDICVStatus
impl Unpin for MIDICVStatus
impl UnwindSafe for MIDICVStatus
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.