#[repr(transparent)]pub struct SDL_SystemTheme(pub c_uint);Expand description
System theme.
Available Since: This enum is available since SDL 3.2.0.
Tuple Fields§
§0: c_uintImplementations§
Source§impl SDL_SystemTheme
impl SDL_SystemTheme
Sourcepub const SDL_SYSTEM_THEME_UNKNOWN: SDL_SystemTheme
pub const SDL_SYSTEM_THEME_UNKNOWN: SDL_SystemTheme
< Unknown system theme
Sourcepub const SDL_SYSTEM_THEME_LIGHT: SDL_SystemTheme
pub const SDL_SYSTEM_THEME_LIGHT: SDL_SystemTheme
< Light colored system theme
Sourcepub const SDL_SYSTEM_THEME_DARK: SDL_SystemTheme
pub const SDL_SYSTEM_THEME_DARK: SDL_SystemTheme
< Dark colored system theme
Trait Implementations§
Source§impl Clone for SDL_SystemTheme
impl Clone for SDL_SystemTheme
Source§fn clone(&self) -> SDL_SystemTheme
fn clone(&self) -> SDL_SystemTheme
Returns a duplicate 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 SDL_SystemTheme
impl Debug for SDL_SystemTheme
Source§impl Hash for SDL_SystemTheme
impl Hash for SDL_SystemTheme
Source§impl PartialEq for SDL_SystemTheme
impl PartialEq for SDL_SystemTheme
impl Copy for SDL_SystemTheme
impl Eq for SDL_SystemTheme
impl StructuralPartialEq for SDL_SystemTheme
Auto Trait Implementations§
impl Freeze for SDL_SystemTheme
impl RefUnwindSafe for SDL_SystemTheme
impl Send for SDL_SystemTheme
impl Sync for SDL_SystemTheme
impl Unpin for SDL_SystemTheme
impl UnsafeUnpin for SDL_SystemTheme
impl UnwindSafe for SDL_SystemTheme
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