pub struct SweepKind {
pub start_angle: f32,
pub inv_angle_delta: f32,
}
Expand description
Computed properties of a sweep gradient.
Fields§
§start_angle: f32
The start angle of the sweep gradient.
inv_angle_delta: f32
The inverse delta between start and end angle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SweepKind
impl RefUnwindSafe for SweepKind
impl Send for SweepKind
impl Sync for SweepKind
impl Unpin for SweepKind
impl UnwindSafe for SweepKind
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