Enum XIMCaretStyle
#[repr(C)]pub enum XIMCaretStyle {
XIMIsInvisible = 0,
XIMIsPrimary = 1,
XIMIsSecondary = 2,
}Variants§
Trait Implementations§
§impl Clone for XIMCaretStyle
impl Clone for XIMCaretStyle
§fn clone(&self) -> XIMCaretStyle
fn clone(&self) -> XIMCaretStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XIMCaretStyle
§impl Debug for XIMCaretStyle
impl Debug for XIMCaretStyle
§impl PartialEq for XIMCaretStyle
impl PartialEq for XIMCaretStyle
impl StructuralPartialEq for XIMCaretStyle
Auto Trait Implementations§
impl Freeze for XIMCaretStyle
impl RefUnwindSafe for XIMCaretStyle
impl Send for XIMCaretStyle
impl Sync for XIMCaretStyle
impl Unpin for XIMCaretStyle
impl UnsafeUnpin for XIMCaretStyle
impl UnwindSafe for XIMCaretStyle
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