pub struct PonkPoint {
pub x: f32,
pub y: f32,
pub rgb: [u8; 3],
}Fields§
§x: f32§y: f32§rgb: [u8; 3]Trait Implementations§
impl StructuralPartialEq for PonkPoint
Auto Trait Implementations§
impl Freeze for PonkPoint
impl RefUnwindSafe for PonkPoint
impl Send for PonkPoint
impl Sync for PonkPoint
impl Unpin for PonkPoint
impl UnsafeUnpin for PonkPoint
impl UnwindSafe for PonkPoint
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