Struct nannou::window::Id []

pub struct Id(_);

Identifier of a window. Unique for each window.

Can be obtained with window.id().

Whenever you receive an event specific to a window, this event contains a WindowId which you can then compare to the ids of your windows.

Trait Implementations

impl Ord for WindowId

impl Copy for WindowId

impl Hash for WindowId

impl Clone for WindowId

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for WindowId

impl PartialEq<WindowId> for WindowId

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for WindowId

Formats the value using the given formatter.

impl PartialOrd<WindowId> for WindowId