pub struct Target<Pixel> {
pub size: UVec2,
pub pixels: Vec<Pixel>,
}Fields§
§size: UVec2§pixels: Vec<Pixel>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Pixel> Freeze for Target<Pixel>
impl<Pixel> RefUnwindSafe for Target<Pixel>where
Pixel: RefUnwindSafe,
impl<Pixel> Send for Target<Pixel>where
Pixel: Send,
impl<Pixel> Sync for Target<Pixel>where
Pixel: Sync,
impl<Pixel> Unpin for Target<Pixel>where
Pixel: Unpin,
impl<Pixel> UnwindSafe for Target<Pixel>where
Pixel: UnwindSafe,
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