pub struct DAC2<'d, DAC> { /* private fields */ }
Expand description
DAC channel 2
Implementations§
Auto Trait Implementations§
impl<'d, DAC> RefUnwindSafe for DAC2<'d, DAC>where
DAC: RefUnwindSafe,
impl<'d, DAC> Send for DAC2<'d, DAC>where
DAC: Send,
impl<'d, DAC> Sync for DAC2<'d, DAC>where
DAC: Sync,
impl<'d, DAC> Unpin for DAC2<'d, DAC>where
DAC: Unpin,
impl<'d, DAC> !UnwindSafe for DAC2<'d, DAC>
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