pub enum Colorization {
ToColor(f32, f32, f32, f32),
}Expand description
The available transformations Their doc is prefixed with their general use case: Vertex/Model, View, Projection.
Variants§
Trait Implementations§
Source§impl Clone for Colorization
impl Clone for Colorization
Source§fn clone(&self) -> Colorization
fn clone(&self) -> Colorization
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 moreimpl Copy for Colorization
Auto Trait Implementations§
impl Freeze for Colorization
impl RefUnwindSafe for Colorization
impl Send for Colorization
impl Sync for Colorization
impl Unpin for Colorization
impl UnwindSafe for Colorization
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