Struct tether_utils::tether_playback::TetherPlaybackUtil
source · pub struct TetherPlaybackUtil { /* private fields */ }Implementations§
source§impl TetherPlaybackUtil
impl TetherPlaybackUtil
pub fn new(options: PlaybackOptions) -> Self
pub fn get_stop_tx(&self) -> Sender<bool>
pub fn start(&self, tether_agent: &TetherAgent)
Auto Trait Implementations§
impl RefUnwindSafe for TetherPlaybackUtil
impl Send for TetherPlaybackUtil
impl !Sync for TetherPlaybackUtil
impl Unpin for TetherPlaybackUtil
impl UnwindSafe for TetherPlaybackUtil
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