[][src]Struct ggpf::game::breakthrough::ui::IBreakthrough

pub struct IBreakthrough { /* fields omitted */ }

Interactive interface for Breakthrough

Methods

impl IBreakthrough[src]

pub fn new(initial_state: Breakthrough) -> Self[src]

Instanciates a view with given state.

Trait Implementations

impl GameView for IBreakthrough[src]

type G = Breakthrough

Interfaced game type Read more

impl View for IBreakthrough[src]

Auto Trait Implementations

impl !RefUnwindSafe for IBreakthrough

impl Send for IBreakthrough

impl Sync for IBreakthrough

impl Unpin for IBreakthrough

impl !UnwindSafe for IBreakthrough

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AnyView for T where
    T: View, 

fn as_any(&self) -> &(dyn Any + 'static)

Downcast self to a Any.

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Downcast self to a mutable Any.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T> Finder for T where
    T: View, 

impl<T> From<T> for T[src]

impl<T> FromPy<T> for T

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoBoxedView for T where
    T: View, 

impl<T, U> IntoPy<U> for T where
    U: FromPy<T>, 

impl<T> Nameable for T where
    T: View, 

impl<T> Resizable for T where
    T: View, 

impl<T> Scrollable for T where
    T: View, 

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> View for T where
    T: ViewWrapper, 

impl<T> With for T