Struct intervalier::BackSignalControl
source · [−]pub struct BackSignalControl(_);
Expand description
This serves to control how timer events are handled on the receiving side.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BackSignalControl
impl Send for BackSignalControl
impl Sync for BackSignalControl
impl Unpin for BackSignalControl
impl !UnwindSafe for BackSignalControl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more