Struct sdl2_sys::SDL_Cursor
source · #[repr(C)]pub struct SDL_Cursor { /* private fields */ }
Trait Implementations§
source§impl Clone for SDL_Cursor
impl Clone for SDL_Cursor
source§fn clone(&self) -> SDL_Cursor
fn clone(&self) -> SDL_Cursor
Returns a copy 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 moreimpl Copy for SDL_Cursor
Auto Trait Implementations§
impl Freeze for SDL_Cursor
impl RefUnwindSafe for SDL_Cursor
impl Send for SDL_Cursor
impl Sync for SDL_Cursor
impl Unpin for SDL_Cursor
impl UnwindSafe for SDL_Cursor
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