pub enum DacChannel {
OUT1,
OUT2,
}
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§const fn clone_from(&mut self, source: &Self)
const 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