pub struct SDL_Storage { /* private fields */ }Expand description
An abstract interface for filesystem access.
This is an opaque datatype. One can create this object using standard SDL
functions like SDL_OpenTitleStorage or SDL_OpenUserStorage, etc, or create
an object with a custom implementation using SDL_OpenStorage.
§Availability
This struct is available since SDL 3.2.0.
Auto Trait Implementations§
impl Freeze for SDL_Storage
impl RefUnwindSafe for SDL_Storage
impl Send for SDL_Storage
impl Sync for SDL_Storage
impl Unpin for SDL_Storage
impl UnwindSafe for SDL_Storage
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