pub struct Dcmipp<'d, T: Instance> { /* private fields */ }Expand description
DCMIPP driver — hands out three independent pipe handles via split.
Implementations§
Source§impl<'d, T: Instance> Dcmipp<'d, T>
impl<'d, T: Instance> Dcmipp<'d, T>
Auto Trait Implementations§
impl<'d, T> Freeze for Dcmipp<'d, T>where
T: Freeze,
impl<'d, T> RefUnwindSafe for Dcmipp<'d, T>where
T: RefUnwindSafe,
impl<'d, T> Send for Dcmipp<'d, T>
impl<'d, T> Sync for Dcmipp<'d, T>where
T: Sync,
impl<'d, T> Unpin for Dcmipp<'d, T>where
T: Unpin,
impl<'d, T> !UnwindSafe for Dcmipp<'d, T>
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