pub struct EmulationManager {
pub emulating_mobile: bool,
pub has_touch: bool,
pub needs_reload: bool,
pub request_timeout: Duration,
}Fields§
§emulating_mobile: bool§has_touch: bool§needs_reload: bool§request_timeout: DurationImplementations§
Source§impl EmulationManager
impl EmulationManager
pub fn new(request_timeout: Duration) -> Self
pub fn init_commands(&mut self, viewport: &Viewport) -> CommandChain
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmulationManager
impl RefUnwindSafe for EmulationManager
impl Send for EmulationManager
impl Sync for EmulationManager
impl Unpin for EmulationManager
impl UnwindSafe for EmulationManager
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