pub enum DataPathChannel {
SingleChannel {
channel: u8,
},
ChannelMap(ChannelMap),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DataPathChannel
impl Clone for DataPathChannel
Source§fn clone(&self) -> DataPathChannel
fn clone(&self) -> DataPathChannel
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 DataPathChannel
impl Debug for DataPathChannel
Source§impl PartialEq for DataPathChannel
impl PartialEq for DataPathChannel
impl Copy for DataPathChannel
impl Eq for DataPathChannel
impl StructuralPartialEq for DataPathChannel
Auto Trait Implementations§
impl Freeze for DataPathChannel
impl RefUnwindSafe for DataPathChannel
impl Send for DataPathChannel
impl Sync for DataPathChannel
impl Unpin for DataPathChannel
impl UnwindSafe for DataPathChannel
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