pub enum OpcMessageData {
SetPixelColours(Pixels),
SystemExclusive(SystemExclusiveData),
Other(u8, Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for OpcMessageData
impl Clone for OpcMessageData
Source§fn clone(&self) -> OpcMessageData
fn clone(&self) -> OpcMessageData
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 OpcMessageData
impl Debug for OpcMessageData
Auto Trait Implementations§
impl Freeze for OpcMessageData
impl RefUnwindSafe for OpcMessageData
impl Send for OpcMessageData
impl Sync for OpcMessageData
impl Unpin for OpcMessageData
impl UnwindSafe for OpcMessageData
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