pub struct NamedWindowDefinition(pub Ident, pub WindowSpec);
Tuple Fields§
§0: Ident
§1: WindowSpec
Trait Implementations§
Source§impl Clone for NamedWindowDefinition
impl Clone for NamedWindowDefinition
Source§fn clone(&self) -> NamedWindowDefinition
fn clone(&self) -> NamedWindowDefinition
Returns a copy 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 NamedWindowDefinition
impl Debug for NamedWindowDefinition
Source§impl Display for NamedWindowDefinition
impl Display for NamedWindowDefinition
Source§impl Hash for NamedWindowDefinition
impl Hash for NamedWindowDefinition
Source§impl Ord for NamedWindowDefinition
impl Ord for NamedWindowDefinition
Source§fn cmp(&self, other: &NamedWindowDefinition) -> Ordering
fn cmp(&self, other: &NamedWindowDefinition) -> 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 NamedWindowDefinition
impl PartialEq for NamedWindowDefinition
Source§impl PartialOrd for NamedWindowDefinition
impl PartialOrd for NamedWindowDefinition
impl Eq for NamedWindowDefinition
impl StructuralPartialEq for NamedWindowDefinition
Auto Trait Implementations§
impl Freeze for NamedWindowDefinition
impl RefUnwindSafe for NamedWindowDefinition
impl Send for NamedWindowDefinition
impl Sync for NamedWindowDefinition
impl Unpin for NamedWindowDefinition
impl UnwindSafe for NamedWindowDefinition
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