pub struct PixelDiff {
pub coord: [u16; 2],
pub color1: Option<[u8; 4]>,
pub color2: Option<[u8; 4]>,
}
Fields§
§coord: [u16; 2]
§color1: Option<[u8; 4]>
§color2: Option<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelDiff
impl RefUnwindSafe for PixelDiff
impl Send for PixelDiff
impl Sync for PixelDiff
impl Unpin for PixelDiff
impl UnwindSafe for PixelDiff
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