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