pub struct SDL_Cursor { /* private fields */ }Expand description
The structure used to identify an SDL cursor.
This is opaque data.
§Availability
This struct is available since SDL 3.2.0.
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