Enum egui::viewport::IMEPurpose
source · pub enum IMEPurpose {
Normal,
Password,
Terminal,
}
Variants§
Trait Implementations§
source§impl Clone for IMEPurpose
impl Clone for IMEPurpose
source§fn clone(&self) -> IMEPurpose
fn clone(&self) -> IMEPurpose
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IMEPurpose
impl Debug for IMEPurpose
source§impl Default for IMEPurpose
impl Default for IMEPurpose
source§fn default() -> IMEPurpose
fn default() -> IMEPurpose
Returns the “default value” for a type. Read more
source§impl PartialEq for IMEPurpose
impl PartialEq for IMEPurpose
source§fn eq(&self, other: &IMEPurpose) -> bool
fn eq(&self, other: &IMEPurpose) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IMEPurpose
impl Eq for IMEPurpose
impl StructuralEq for IMEPurpose
impl StructuralPartialEq for IMEPurpose
Auto Trait Implementations§
impl RefUnwindSafe for IMEPurpose
impl Send for IMEPurpose
impl Sync for IMEPurpose
impl Unpin for IMEPurpose
impl UnwindSafe for IMEPurpose
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