pub struct SDL_GPUCopyPass { /* private fields */ }Expand description
An opaque handle representing a copy pass.
This handle is transient and should not be held or referenced after
SDL_EndGPUCopyPass is called.
§Availability
This struct is available since SDL 3.2.0.
§See also
Auto Trait Implementations§
impl Freeze for SDL_GPUCopyPass
impl RefUnwindSafe for SDL_GPUCopyPass
impl Send for SDL_GPUCopyPass
impl Sync for SDL_GPUCopyPass
impl Unpin for SDL_GPUCopyPass
impl UnwindSafe for SDL_GPUCopyPass
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