pub struct DistortionCoordinates {
pub red: [f32; 2],
pub green: [f32; 2],
pub blue: [f32; 2],
}
Fields§
§red: [f32; 2]
§green: [f32; 2]
§blue: [f32; 2]
Trait Implementations§
Source§impl Clone for DistortionCoordinates
impl Clone for DistortionCoordinates
Source§fn clone(&self) -> DistortionCoordinates
fn clone(&self) -> DistortionCoordinates
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DistortionCoordinates
impl Debug for DistortionCoordinates
impl Copy for DistortionCoordinates
Auto Trait Implementations§
impl Freeze for DistortionCoordinates
impl RefUnwindSafe for DistortionCoordinates
impl Send for DistortionCoordinates
impl Sync for DistortionCoordinates
impl Unpin for DistortionCoordinates
impl UnwindSafe for DistortionCoordinates
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