pub struct ConrodBackendReusableGraph { /* private fields */ }
Expand description
The re-usable graph of Conrod widget IDs, to be re-used for each plot draw (building it is expensive, re-using it is cheap; so build it once and re-use it across loop calls)
Implementations§
Auto Trait Implementations§
impl Freeze for ConrodBackendReusableGraph
impl RefUnwindSafe for ConrodBackendReusableGraph
impl Send for ConrodBackendReusableGraph
impl Sync for ConrodBackendReusableGraph
impl Unpin for ConrodBackendReusableGraph
impl UnwindSafe for ConrodBackendReusableGraph
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