#[repr(transparent)]pub struct SDL_TLSID(pub SDL_AtomicInt);Expand description
Tuple Fields§
§0: SDL_AtomicIntTrait Implementations§
Source§impl From<SDL_TLSID> for SDL_AtomicInt
impl From<SDL_TLSID> for SDL_AtomicInt
Source§impl GroupMetadata for SDL_TLSID
Available on crate feature metadata only.
impl GroupMetadata for SDL_TLSID
Available on crate feature
metadata only.Source§const GROUP_METADATA: &'static Group
const GROUP_METADATA: &'static Group
Metadata for this group
Auto Trait Implementations§
impl Freeze for SDL_TLSID
impl RefUnwindSafe for SDL_TLSID
impl Send for SDL_TLSID
impl Sync for SDL_TLSID
impl Unpin for SDL_TLSID
impl UnwindSafe for SDL_TLSID
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