pub struct SDL_GPUDevice { /* private fields */ }Expand description
An opaque handle representing the SDL_GPU context.
§Availability
This struct is available since SDL 3.2.0.
Auto Trait Implementations§
impl Freeze for SDL_GPUDevice
impl RefUnwindSafe for SDL_GPUDevice
impl Send for SDL_GPUDevice
impl Sync for SDL_GPUDevice
impl Unpin for SDL_GPUDevice
impl UnwindSafe for SDL_GPUDevice
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