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