#[repr(transparent)]pub struct SDL_TimerID(pub Uint32);Expand description
Tuple Fields§
§0: Uint32Trait Implementations§
Source§impl Clone for SDL_TimerID
impl Clone for SDL_TimerID
Source§fn clone(&self) -> SDL_TimerID
fn clone(&self) -> SDL_TimerID
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_TimerID
impl Debug for SDL_TimerID
Source§impl Default for SDL_TimerID
impl Default for SDL_TimerID
Source§fn default() -> SDL_TimerID
fn default() -> SDL_TimerID
Returns the “default value” for a type. Read more
Source§impl From<SDL_TimerID> for Uint32
impl From<SDL_TimerID> for Uint32
Source§fn from(value: SDL_TimerID) -> Self
fn from(value: SDL_TimerID) -> Self
Converts to this type from the input type.
Source§impl GroupMetadata for SDL_TimerID
Available on crate feature metadata only.
impl GroupMetadata for SDL_TimerID
Available on crate feature
metadata only.Source§const GROUP_METADATA: &'static Group
const GROUP_METADATA: &'static Group
Metadata for this group
Source§impl Hash for SDL_TimerID
impl Hash for SDL_TimerID
Source§impl Ord for SDL_TimerID
impl Ord for SDL_TimerID
Source§fn cmp(&self, other: &SDL_TimerID) -> Ordering
fn cmp(&self, other: &SDL_TimerID) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq<SDL_TimerID> for Uint32
impl PartialEq<SDL_TimerID> for Uint32
Source§impl PartialEq<u32> for SDL_TimerID
impl PartialEq<u32> for SDL_TimerID
Source§impl PartialEq for SDL_TimerID
impl PartialEq for SDL_TimerID
Source§impl PartialOrd for SDL_TimerID
impl PartialOrd for SDL_TimerID
impl Copy for SDL_TimerID
impl Eq for SDL_TimerID
impl StructuralPartialEq for SDL_TimerID
Auto Trait Implementations§
impl Freeze for SDL_TimerID
impl RefUnwindSafe for SDL_TimerID
impl Send for SDL_TimerID
impl Sync for SDL_TimerID
impl Unpin for SDL_TimerID
impl UnwindSafe for SDL_TimerID
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