pub struct RasterId(/* private fields */);Expand description
A raster that has been uploaded to the GPU.
Auto Trait Implementations§
impl Freeze for RasterId
impl !RefUnwindSafe for RasterId
impl !Send for RasterId
impl !Sync for RasterId
impl Unpin for RasterId
impl !UnwindSafe for RasterId
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