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