pub struct PDC { /* private fields */ }Expand description
Parallel Data Capture Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDC
impl RefUnwindSafe for PDC
impl !Sync for PDC
impl Unpin for PDC
impl UnwindSafe for PDC
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