pub struct RadialLayout {
pub hist_x: f32,
pub hist_gap: f32,
pub cand_radius: f32,
pub cand_spread: f32,
}Fields§
§hist_x: f32§hist_gap: f32§cand_radius: f32§cand_spread: f32Implementations§
Source§impl RadialLayout
impl RadialLayout
pub fn compute(&self, input: &RadialInput) -> RadialPositions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadialLayout
impl RefUnwindSafe for RadialLayout
impl Send for RadialLayout
impl Sync for RadialLayout
impl Unpin for RadialLayout
impl UnsafeUnpin for RadialLayout
impl UnwindSafe for RadialLayout
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