Enum pax_pixels::render_context::GradientType
source · pub enum GradientType {
Linear,
Radial,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for GradientType
impl Send for GradientType
impl Sync for GradientType
impl Unpin for GradientType
impl UnwindSafe for GradientType
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