#[repr(transparent)]pub struct SDL_AsyncIOTaskType(pub c_uint);Expand description
Types of asynchronous I/O tasks.
Available Since: This enum is available since SDL 3.2.0.
Tuple Fields§
§0: c_uintImplementations§
Source§impl SDL_AsyncIOTaskType
impl SDL_AsyncIOTaskType
Sourcepub const SDL_ASYNCIO_TASK_READ: SDL_AsyncIOTaskType
pub const SDL_ASYNCIO_TASK_READ: SDL_AsyncIOTaskType
< A read operation.
Sourcepub const SDL_ASYNCIO_TASK_WRITE: SDL_AsyncIOTaskType
pub const SDL_ASYNCIO_TASK_WRITE: SDL_AsyncIOTaskType
< A write operation.
Sourcepub const SDL_ASYNCIO_TASK_CLOSE: SDL_AsyncIOTaskType
pub const SDL_ASYNCIO_TASK_CLOSE: SDL_AsyncIOTaskType
< A close operation.
Trait Implementations§
Source§impl Clone for SDL_AsyncIOTaskType
impl Clone for SDL_AsyncIOTaskType
Source§fn clone(&self) -> SDL_AsyncIOTaskType
fn clone(&self) -> SDL_AsyncIOTaskType
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_AsyncIOTaskType
impl Debug for SDL_AsyncIOTaskType
Source§impl Hash for SDL_AsyncIOTaskType
impl Hash for SDL_AsyncIOTaskType
Source§impl PartialEq for SDL_AsyncIOTaskType
impl PartialEq for SDL_AsyncIOTaskType
impl Copy for SDL_AsyncIOTaskType
impl Eq for SDL_AsyncIOTaskType
impl StructuralPartialEq for SDL_AsyncIOTaskType
Auto Trait Implementations§
impl Freeze for SDL_AsyncIOTaskType
impl RefUnwindSafe for SDL_AsyncIOTaskType
impl Send for SDL_AsyncIOTaskType
impl Sync for SDL_AsyncIOTaskType
impl Unpin for SDL_AsyncIOTaskType
impl UnsafeUnpin for SDL_AsyncIOTaskType
impl UnwindSafe for SDL_AsyncIOTaskType
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