pub struct AppWindowId(/* private fields */);Trait Implementations§
Source§impl Clone for AppWindowId
impl Clone for AppWindowId
Source§fn clone(&self) -> AppWindowId
fn clone(&self) -> AppWindowId
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 AppWindowId
impl Debug for AppWindowId
Source§impl Default for AppWindowId
impl Default for AppWindowId
Source§fn default() -> AppWindowId
fn default() -> AppWindowId
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for AppWindowId
impl From<KeyData> for AppWindowId
Source§impl Hash for AppWindowId
impl Hash for AppWindowId
Source§impl Key for AppWindowId
impl Key for AppWindowId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for AppWindowId
impl Ord for AppWindowId
Source§fn cmp(&self, other: &AppWindowId) -> Ordering
fn cmp(&self, other: &AppWindowId) -> 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 AppWindowId
impl PartialEq for AppWindowId
Source§impl PartialOrd for AppWindowId
impl PartialOrd for AppWindowId
impl Copy for AppWindowId
impl Eq for AppWindowId
impl StructuralPartialEq for AppWindowId
Auto Trait Implementations§
impl Freeze for AppWindowId
impl RefUnwindSafe for AppWindowId
impl Send for AppWindowId
impl Sync for AppWindowId
impl Unpin for AppWindowId
impl UnsafeUnpin for AppWindowId
impl UnwindSafe for AppWindowId
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