Struct conrod::graph::IsOverFn [] [src]

pub struct IsOverFn(pub IsOverFn);

A wrapper around a widget::IsOverFn to make implementing Debug easier for Container.

Trait Implementations

impl Copy for IsOverFn
[src]

impl Clone for IsOverFn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IsOverFn
[src]

[src]

Formats the value using the given formatter.