pub struct Composed { /* private fields */ }Expand description
Characters produced by one keystroke: never more than two.
Two happens when a dead key is followed by something it cannot combine with —
¨ then q gives ¨q, which is what every desktop does and is far better
than silently dropping the mark the user typed.
Implementations§
Trait Implementations§
impl Copy for Composed
impl Eq for Composed
impl StructuralPartialEq for Composed
Auto Trait Implementations§
impl Freeze for Composed
impl RefUnwindSafe for Composed
impl Send for Composed
impl Sync for Composed
impl Unpin for Composed
impl UnsafeUnpin for Composed
impl UnwindSafe for Composed
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