pub enum DacChannel {
OUT1,
OUT2,
}
Variants§
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