Enum sdl2_sys::SDL_DUMMY_ENUM
source · #[repr(u32)]pub enum SDL_DUMMY_ENUM {
DUMMY_ENUM_VALUE = 0,
}
Variants§
DUMMY_ENUM_VALUE = 0
Trait Implementations§
source§impl Clone for SDL_DUMMY_ENUM
impl Clone for SDL_DUMMY_ENUM
source§fn clone(&self) -> SDL_DUMMY_ENUM
fn clone(&self) -> SDL_DUMMY_ENUM
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 SDL_DUMMY_ENUM
impl Hash for SDL_DUMMY_ENUM
source§impl PartialEq for SDL_DUMMY_ENUM
impl PartialEq for SDL_DUMMY_ENUM
source§fn eq(&self, other: &SDL_DUMMY_ENUM) -> bool
fn eq(&self, other: &SDL_DUMMY_ENUM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SDL_DUMMY_ENUM
impl Eq for SDL_DUMMY_ENUM
impl StructuralPartialEq for SDL_DUMMY_ENUM
Auto Trait Implementations§
impl Freeze for SDL_DUMMY_ENUM
impl RefUnwindSafe for SDL_DUMMY_ENUM
impl Send for SDL_DUMMY_ENUM
impl Sync for SDL_DUMMY_ENUM
impl Unpin for SDL_DUMMY_ENUM
impl UnwindSafe for SDL_DUMMY_ENUM
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