pub struct GraphWithControls { /* private fields */ }
Expand description
A GTK widget that contains a graph and controls to navigate it.
If you want a customised graph with your own controls, you might
want to try using Graph
, which is designed for customisation.
Implementations§
Source§impl GraphWithControls
impl GraphWithControls
Auto Trait Implementations§
impl Freeze for GraphWithControls
impl !RefUnwindSafe for GraphWithControls
impl !Send for GraphWithControls
impl !Sync for GraphWithControls
impl Unpin for GraphWithControls
impl !UnwindSafe for GraphWithControls
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