#[repr(u32)]pub enum CaretStyle {
Invisible = 0,
Primary = 1,
Secondary = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CaretStyle
impl Clone for CaretStyle
Source§fn clone(&self) -> CaretStyle
fn clone(&self) -> CaretStyle
Returns a duplicate 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 CaretStyle
impl Debug for CaretStyle
Source§impl PartialEq for CaretStyle
impl PartialEq for CaretStyle
Source§impl XimRead for CaretStyle
impl XimRead for CaretStyle
Source§impl XimWrite for CaretStyle
impl XimWrite for CaretStyle
impl Copy for CaretStyle
impl Eq for CaretStyle
impl StructuralPartialEq for CaretStyle
Auto Trait Implementations§
impl Freeze for CaretStyle
impl RefUnwindSafe for CaretStyle
impl Send for CaretStyle
impl Sync for CaretStyle
impl Unpin for CaretStyle
impl UnwindSafe for CaretStyle
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