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