pub struct BackSignalControl(/* private fields */);Expand description
This serves to control how timer events are handled on the receiving side.
Implementations§
Auto Trait Implementations§
impl Freeze for BackSignalControl
impl !RefUnwindSafe for BackSignalControl
impl Send for BackSignalControl
impl Sync for BackSignalControl
impl Unpin for BackSignalControl
impl !UnwindSafe for BackSignalControl
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