#[repr(u8)]pub enum DacChannel {
C1 = 1,
C2 = 2,
}
Expand description
Select the channel to output to. Most MCUs only use 2 channels.
Variants§
Trait Implementations§
Source§impl Clone for DacChannel
impl Clone for DacChannel
Source§fn clone(&self) -> DacChannel
fn clone(&self) -> DacChannel
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 moreimpl Copy for DacChannel
Auto Trait Implementations§
impl Freeze for DacChannel
impl RefUnwindSafe for DacChannel
impl Send for DacChannel
impl Sync for DacChannel
impl Unpin for DacChannel
impl UnwindSafe for DacChannel
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