pub struct DrawPoint {
pub x: i16,
pub y: i16,
pub pixel: Pixel,
}Fields§
§x: i16§y: i16§pixel: PixelImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawPoint
impl RefUnwindSafe for DrawPoint
impl Send for DrawPoint
impl Sync for DrawPoint
impl Unpin for DrawPoint
impl UnwindSafe for DrawPoint
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