pub struct DrawPixel {
pub pos: UVec2,
pub color: Color,
}Fields§
§pos: UVec2§color: ColorTrait Implementations§
Source§impl<'de> Deserialize<'de> for DrawPixel
impl<'de> Deserialize<'de> for DrawPixel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DrawPixel
impl RefUnwindSafe for DrawPixel
impl Send for DrawPixel
impl Sync for DrawPixel
impl Unpin for DrawPixel
impl UnwindSafe for DrawPixel
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