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