Struct pix_engine::window::WindowId
source · pub struct WindowId(_);Expand description
Window Identifier.
Methods from Deref<Target = u32>§
Trait Implementations§
source§impl Ord for WindowId
impl Ord for WindowId
source§impl PartialEq<WindowId> for WindowId
impl PartialEq<WindowId> for WindowId
source§impl PartialOrd<WindowId> for WindowId
impl PartialOrd<WindowId> for WindowId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for WindowId
impl Eq for WindowId
impl StructuralEq for WindowId
impl StructuralPartialEq for WindowId
Auto Trait Implementations§
impl RefUnwindSafe for WindowId
impl Send for WindowId
impl Sync for WindowId
impl Unpin for WindowId
impl UnwindSafe for WindowId
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more