Struct conrod_example_shared::Ids[][src]

pub struct Ids {
    pub canvas: Id,
    pub title: Id,
    pub introduction: Id,
    pub shapes_canvas: Id,
    pub rounded_rectangle: Id,
    pub shapes_left_col: Id,
    pub shapes_right_col: Id,
    pub shapes_title: Id,
    pub line: Id,
    pub point_path: Id,
    pub rectangle_fill: Id,
    pub rectangle_outline: Id,
    pub trapezoid: Id,
    pub oval_fill: Id,
    pub oval_outline: Id,
    pub circle: Id,
    pub image_title: Id,
    pub rust_logo: Id,
    pub button_title: Id,
    pub button: Id,
    pub xy_pad: Id,
    pub toggle: Id,
    pub ball: Id,
    pub dialer_title: Id,
    pub number_dialer: Id,
    pub plot_path: Id,
    pub canvas_scrollbar: Id,
}

Fields

canvas: Idtitle: Idintroduction: Idshapes_canvas: Idrounded_rectangle: Idshapes_left_col: Idshapes_right_col: Idshapes_title: Idline: Idpoint_path: Idrectangle_fill: Idrectangle_outline: Idtrapezoid: Idoval_fill: Idoval_outline: Idcircle: Idimage_title: Idbutton_title: Idbutton: Idxy_pad: Idtoggle: Idball: Iddialer_title: Idnumber_dialer: Idplot_path: Idcanvas_scrollbar: Id

Implementations

impl Ids[src]

pub fn new(generator: Generator<'_>) -> Self[src]

Construct a new widget::Id container.

Auto Trait Implementations

impl RefUnwindSafe for Ids

impl Send for Ids

impl Sync for Ids

impl Unpin for Ids

impl UnwindSafe for Ids

Blanket Implementations

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

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

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

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

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

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>,