pub struct CompositorWindowId(/* private fields */);Expand description
Identifier for a compositor-managed native window attachment.
Implementations§
Trait Implementations§
Source§impl Clone for CompositorWindowId
impl Clone for CompositorWindowId
Source§fn clone(&self) -> CompositorWindowId
fn clone(&self) -> CompositorWindowId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompositorWindowId
impl Debug for CompositorWindowId
Source§impl Display for CompositorWindowId
impl Display for CompositorWindowId
Source§impl Hash for CompositorWindowId
impl Hash for CompositorWindowId
Source§impl Ord for CompositorWindowId
impl Ord for CompositorWindowId
Source§fn cmp(&self, other: &CompositorWindowId) -> Ordering
fn cmp(&self, other: &CompositorWindowId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CompositorWindowId
impl PartialEq for CompositorWindowId
Source§impl PartialOrd for CompositorWindowId
impl PartialOrd for CompositorWindowId
impl Copy for CompositorWindowId
impl Eq for CompositorWindowId
impl StructuralPartialEq for CompositorWindowId
Auto Trait Implementations§
impl Freeze for CompositorWindowId
impl RefUnwindSafe for CompositorWindowId
impl Send for CompositorWindowId
impl Sync for CompositorWindowId
impl Unpin for CompositorWindowId
impl UnsafeUnpin for CompositorWindowId
impl UnwindSafe for CompositorWindowId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.