Enum sdl2_sys::XIMStatusDataType
source · #[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 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 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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XIMStatusDataType
impl Eq for XIMStatusDataType
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 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