pub struct LaunchAppOpts {
pub reconnect_delay_s: usize,
pub reconnect_timeout_s: usize,
}
Fields§
§reconnect_delay_s: usize
Delay prior to attempting device re-connection in seconds.
This delay is required to allow the OS to re-enumerate the HID device.
reconnect_timeout_s: usize
Timeout for reconnect operations in seconds.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaunchAppOpts
impl RefUnwindSafe for LaunchAppOpts
impl Send for LaunchAppOpts
impl Sync for LaunchAppOpts
impl Unpin for LaunchAppOpts
impl UnwindSafe for LaunchAppOpts
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