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