#[repr(transparent)]pub struct SDL_InitStatus(pub c_uint);Expand description
The current status of an SDL_InitState structure.
Available Since: This enum is available since SDL 3.2.0.
Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for SDL_InitStatus
impl Clone for SDL_InitStatus
Source§fn clone(&self) -> SDL_InitStatus
fn clone(&self) -> SDL_InitStatus
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_InitStatus
impl Debug for SDL_InitStatus
Source§impl Hash for SDL_InitStatus
impl Hash for SDL_InitStatus
Source§impl PartialEq for SDL_InitStatus
impl PartialEq for SDL_InitStatus
impl Copy for SDL_InitStatus
impl Eq for SDL_InitStatus
impl StructuralPartialEq for SDL_InitStatus
Auto Trait Implementations§
impl Freeze for SDL_InitStatus
impl RefUnwindSafe for SDL_InitStatus
impl Send for SDL_InitStatus
impl Sync for SDL_InitStatus
impl Unpin for SDL_InitStatus
impl UnsafeUnpin for SDL_InitStatus
impl UnwindSafe for SDL_InitStatus
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