#[repr(u32)]pub enum XIMStatusDataType {
XIMTextType = 0,
XIMBitmapType = 1,
}Variants§
Trait Implementations§
Source§impl Clone for XIMStatusDataType
impl Clone for XIMStatusDataType
Source§fn clone(&self) -> XIMStatusDataType
fn clone(&self) -> XIMStatusDataType
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 XIMStatusDataType
impl Eq for XIMStatusDataType
Source§impl Hash for XIMStatusDataType
impl Hash for XIMStatusDataType
Source§impl PartialEq for XIMStatusDataType
impl PartialEq for XIMStatusDataType
Source§fn eq(&self, other: &XIMStatusDataType) -> bool
fn eq(&self, other: &XIMStatusDataType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XIMStatusDataType
Auto Trait Implementations§
impl Freeze for XIMStatusDataType
impl RefUnwindSafe for XIMStatusDataType
impl Send for XIMStatusDataType
impl Sync for XIMStatusDataType
impl Unpin for XIMStatusDataType
impl UnsafeUnpin for XIMStatusDataType
impl UnwindSafe for XIMStatusDataType
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