#[repr(C)]pub struct SDL_CursorFrameInfo {
pub surface: *mut SDL_Surface,
pub duration: Uint32,
}Expand description
Fields§
§surface: *mut SDL_SurfaceThe surface data for this frame
duration: Uint32The frame duration in milliseconds (a duration of 0 is infinite)
Trait Implementations§
Source§impl Debug for SDL_CursorFrameInfo
impl Debug for SDL_CursorFrameInfo
Auto Trait Implementations§
impl Freeze for SDL_CursorFrameInfo
impl RefUnwindSafe for SDL_CursorFrameInfo
impl !Send for SDL_CursorFrameInfo
impl !Sync for SDL_CursorFrameInfo
impl Unpin for SDL_CursorFrameInfo
impl UnwindSafe for SDL_CursorFrameInfo
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