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 Debug for XIMStatusDataType
impl Debug for XIMStatusDataType
source§impl Hash for XIMStatusDataType
impl Hash for XIMStatusDataType
source§impl PartialEq for XIMStatusDataType
impl PartialEq for XIMStatusDataType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)