pub struct UIBackend {
widget_to_layout: Transformation,
keyboard: EekGtkKeyboard,
}
Fields
widget_to_layout: Transformation
keyboard: EekGtkKeyboard
Auto Trait Implementations
impl RefUnwindSafe for UIBackend
impl !Send for UIBackend
impl !Sync for UIBackend
impl Unpin for UIBackend
impl UnwindSafe for UIBackend
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more