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