pub struct ChannelPrefixEvent {
pub channel: u8,
}
Fields§
§channel: u8
Implementations§
Trait Implementations§
Source§impl ChannelEvent for ChannelPrefixEvent
impl ChannelEvent for ChannelPrefixEvent
Source§impl Clone for ChannelPrefixEvent
impl Clone for ChannelPrefixEvent
Source§fn clone(&self) -> ChannelPrefixEvent
fn clone(&self) -> ChannelPrefixEvent
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 ChannelPrefixEvent
impl Debug for ChannelPrefixEvent
Source§impl MIDIEvent for ChannelPrefixEvent
impl MIDIEvent for ChannelPrefixEvent
Source§impl PartialEq for ChannelPrefixEvent
impl PartialEq for ChannelPrefixEvent
Source§impl SerializeEvent for ChannelPrefixEvent
impl SerializeEvent for ChannelPrefixEvent
fn serialize_event<T: Write>( &self, buf: &mut T, ) -> Result<usize, MIDIWriteError>
impl StructuralPartialEq for ChannelPrefixEvent
Auto Trait Implementations§
impl Freeze for ChannelPrefixEvent
impl RefUnwindSafe for ChannelPrefixEvent
impl Send for ChannelPrefixEvent
impl Sync for ChannelPrefixEvent
impl Unpin for ChannelPrefixEvent
impl UnwindSafe for ChannelPrefixEvent
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