#[repr(u32)]pub enum SDL_HintPriority {
SDL_HINT_DEFAULT = 0,
SDL_HINT_NORMAL = 1,
SDL_HINT_OVERRIDE = 2,
}
Expand description
\brief An enumeration of hint priorities
Variants§
Trait Implementations§
Source§impl Clone for SDL_HintPriority
impl Clone for SDL_HintPriority
Source§fn clone(&self) -> SDL_HintPriority
fn clone(&self) -> SDL_HintPriority
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_HintPriority
impl Hash for SDL_HintPriority
Source§impl PartialEq for SDL_HintPriority
impl PartialEq for SDL_HintPriority
impl Copy for SDL_HintPriority
impl Eq for SDL_HintPriority
impl StructuralPartialEq for SDL_HintPriority
Auto Trait Implementations§
impl Freeze for SDL_HintPriority
impl RefUnwindSafe for SDL_HintPriority
impl Send for SDL_HintPriority
impl Sync for SDL_HintPriority
impl Unpin for SDL_HintPriority
impl UnwindSafe for SDL_HintPriority
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