#[repr(u8)]pub enum Channelselect {
_0 = 0,
}
Expand description
Channel Event Selection
Value on reset: 0
Variants§
_0 = 0
0: No Channel Output Selected
Trait Implementations§
Source§impl Clone for Channelselect
impl Clone for Channelselect
Source§fn clone(&self) -> Channelselect
fn clone(&self) -> Channelselect
Returns a copy 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 Channelselect
impl Debug for Channelselect
Source§impl From<Channelselect> for u8
impl From<Channelselect> for u8
Source§fn from(variant: Channelselect) -> Self
fn from(variant: Channelselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Channelselect
impl PartialEq for Channelselect
impl Copy for Channelselect
impl Eq for Channelselect
impl IsEnum for Channelselect
impl StructuralPartialEq for Channelselect
Auto Trait Implementations§
impl Freeze for Channelselect
impl RefUnwindSafe for Channelselect
impl Send for Channelselect
impl Sync for Channelselect
impl Unpin for Channelselect
impl UnwindSafe for Channelselect
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