[−][src]Struct podo_core_driver::Controller
Methods
impl<M> Controller<M> where
M: 'static + PartialEq + Eq + Send + Sync,
[src]
M: 'static + PartialEq + Eq + Send + Sync,
pub fn wait(&self) -> Result<(), RuntimeError>
[src]
pub fn stop(&self) -> Result<(), RuntimeError>
[src]
pub fn pause(&self) -> Result<(), RuntimeError>
[src]
pub fn resume(&self) -> Result<(), RuntimeError>
[src]
pub fn hibernate(&self) -> Result<(), RuntimeError>
[src]
pub fn wake_up(&self) -> Result<(), RuntimeError>
[src]
pub fn request<R>(&self, m: M) -> Result<R, RuntimeError> where
R: 'static,
[src]
R: 'static,
Auto Trait Implementations
impl<M> RefUnwindSafe for Controller<M>
impl<M> Send for Controller<M>
impl<M> Sync for Controller<M>
impl<M> Unpin for Controller<M>
impl<M> UnwindSafe for Controller<M>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,