[−][src]Struct virtual_input::mouse::MouseOptedToDisplay
Implementations
impl<M: Mouse> MouseOptedToDisplay<M>[src]
Trait Implementations
impl<M: Mouse> Mouse for MouseOptedToDisplay<M>[src]
fn press(&self, button: MouseButton) -> bool[src]
fn release(&self, button: MouseButton) -> bool[src]
fn is_pressed(&self, button: MouseButton) -> bool[src]
fn move_to(&self, x: u16, y: u16, display_index: Option<usize>) -> bool[src]
fn get_position(&self) -> MousePosition[src]
fn is_pressed_all(&self, buttons: Vec<MouseButton>) -> Vec<bool>[src]
Auto Trait Implementations
impl<M> RefUnwindSafe for MouseOptedToDisplay<M> where
M: RefUnwindSafe,
M: RefUnwindSafe,
impl<M> Send for MouseOptedToDisplay<M> where
M: Send,
M: Send,
impl<M> Sync for MouseOptedToDisplay<M> where
M: Sync,
M: Sync,
impl<M> Unpin for MouseOptedToDisplay<M> where
M: Unpin,
M: Unpin,
impl<M> UnwindSafe for MouseOptedToDisplay<M> where
M: UnwindSafe,
M: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,