pub struct PatternCell {
pub row: u64,
pub col: u64,
pub value: u64,
pub position: Vec2,
pub color: Vec4,
}Fields§
§row: u64§col: u64§value: u64§position: Vec2§color: Vec4Auto Trait Implementations§
impl Freeze for PatternCell
impl RefUnwindSafe for PatternCell
impl Send for PatternCell
impl Sync for PatternCell
impl Unpin for PatternCell
impl UnsafeUnpin for PatternCell
impl UnwindSafe for PatternCell
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