Struct bat_impl::controller::Controller
source · [−]pub struct Controller<'a> { /* private fields */ }
Implementations
sourceimpl<'b> Controller<'b>
impl<'b> Controller<'b>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Controller<'a>
impl<'a> !Send for Controller<'a>
impl<'a> !Sync for Controller<'a>
impl<'a> Unpin for Controller<'a>
impl<'a> UnwindSafe for Controller<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more