Struct direct_gui::InvalidControlReference [] [src]

pub struct InvalidControlReference;

An error type for when a reference is not valid anymore.

Trait Implementations

impl Debug for InvalidControlReference
[src]

[src]

Formats the value using the given formatter.

impl Clone for InvalidControlReference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for InvalidControlReference
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidControlReference
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more