pub struct LinkedChartGroup { /* private fields */ }Implementations§
Source§impl LinkedChartGroup
impl LinkedChartGroup
pub fn new( policy: ChartLinkPolicy, brush: Model<Option<BrushSelectionLink2D>>, axis_pointer: Model<Option<AxisPointerLinkAnchor>>, domain_windows: Model<BTreeMap<LinkAxisKey, Option<DataWindow>>>, ) -> Self
pub fn push(&mut self, member: LinkedChartMember) -> &mut Self
pub fn tick<H: UiHost>(&mut self, app: &mut H) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkedChartGroup
impl !RefUnwindSafe for LinkedChartGroup
impl !Send for LinkedChartGroup
impl !Sync for LinkedChartGroup
impl Unpin for LinkedChartGroup
impl UnsafeUnpin for LinkedChartGroup
impl !UnwindSafe for LinkedChartGroup
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