ApplicationWindowId

Trait ApplicationWindowId 

Source
pub trait ApplicationWindowId:
    Clone
    + Debug
    + Eq
    + Hash
    + Send { }
Expand description

Trait for window identifiers in an application.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ApplicationWindowId for Option<usize>

Source§

impl ApplicationWindowId for ()

Source§

impl ApplicationWindowId for usize

Source§

impl ApplicationWindowId for String

Implementors§