Struct conrod_example_shared::DemoApp [−][src]
pub struct DemoApp { /* fields omitted */ }Expand description
A demonstration of some application state we want to control with a conrod GUI.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for DemoApp
impl Send for DemoApp
impl Sync for DemoApp
impl Unpin for DemoApp
impl UnwindSafe for DemoApp
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,