pub struct WindowsInputBackend;Trait Implementations§
Source§impl InputBackend for WindowsInputBackend
impl InputBackend for WindowsInputBackend
fn name(&self) -> &'static str
fn capabilities(&self) -> InputCapabilities
fn execute(&self, action: &NativeAction) -> Result<InputExecution>
Auto Trait Implementations§
impl Freeze for WindowsInputBackend
impl RefUnwindSafe for WindowsInputBackend
impl Send for WindowsInputBackend
impl Sync for WindowsInputBackend
impl Unpin for WindowsInputBackend
impl UnsafeUnpin for WindowsInputBackend
impl UnwindSafe for WindowsInputBackend
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