pub struct Context {
pub current_coverage: f32,
pub sampler: SamplerCtx,
pub uniform_color: UniformColorCtx,
pub evenly_spaced_2_stop_gradient: EvenlySpaced2StopGradientCtx,
pub gradient: GradientCtx,
pub two_point_conical_gradient: TwoPointConicalGradientCtx,
pub limit_x: TileCtx,
pub limit_y: TileCtx,
pub transform: Transform,
}
Fields§
§current_coverage: f32
§sampler: SamplerCtx
§uniform_color: UniformColorCtx
§evenly_spaced_2_stop_gradient: EvenlySpaced2StopGradientCtx
§gradient: GradientCtx
§two_point_conical_gradient: TwoPointConicalGradientCtx
§limit_x: TileCtx
§limit_y: TileCtx
§transform: Transform
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Context
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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