Enum x11_dl::xlib::XIMCaretStyle
source · #[repr(C)]pub enum XIMCaretStyle {
XIMIsInvisible = 0,
XIMIsPrimary = 1,
XIMIsSecondary = 2,
}
Variants§
Trait Implementations§
source§impl Clone for XIMCaretStyle
impl Clone for XIMCaretStyle
source§fn clone(&self) -> XIMCaretStyle
fn clone(&self) -> XIMCaretStyle
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 XIMCaretStyle
impl Debug for XIMCaretStyle
source§impl PartialEq for XIMCaretStyle
impl PartialEq for XIMCaretStyle
impl Copy 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)