#[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
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