pub struct Drive<INVERT> { /* private fields */ }Expand description
High current mode (type state)
Auto Trait Implementations§
impl<INVERT> Freeze for Drive<INVERT>
impl<INVERT> RefUnwindSafe for Drive<INVERT>where
INVERT: RefUnwindSafe,
impl<INVERT> Send for Drive<INVERT>where
INVERT: Send,
impl<INVERT> Sync for Drive<INVERT>where
INVERT: Sync,
impl<INVERT> Unpin for Drive<INVERT>where
INVERT: Unpin,
impl<INVERT> UnwindSafe for Drive<INVERT>where
INVERT: UnwindSafe,
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