#[repr(u8)]
pub enum CHANNEL_A {
_0,
}
Expand description
Channel Event Selection
Value on reset: 0
Variants
_0
0: No Channel Output Selected
Trait Implementations
impl Copy for CHANNEL_A
impl StructuralPartialEq for CHANNEL_A
Auto Trait Implementations
impl RefUnwindSafe for CHANNEL_A
impl Send for CHANNEL_A
impl Sync for CHANNEL_A
impl Unpin for CHANNEL_A
impl UnwindSafe for CHANNEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more