Enum gtk4::SortColumn
source · pub enum SortColumn {
Default,
Index(u32),
}
Variants§
Trait Implementations§
source§impl Clone for SortColumn
impl Clone for SortColumn
source§fn clone(&self) -> SortColumn
fn clone(&self) -> SortColumn
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 SortColumn
impl Debug for SortColumn
source§impl Display for SortColumn
impl Display for SortColumn
source§impl Hash for SortColumn
impl Hash for SortColumn
source§impl Ord for SortColumn
impl Ord for SortColumn
source§fn cmp(&self, other: &SortColumn) -> Ordering
fn cmp(&self, other: &SortColumn) -> 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<SortColumn> for SortColumn
impl PartialEq<SortColumn> for SortColumn
source§fn eq(&self, other: &SortColumn) -> bool
fn eq(&self, other: &SortColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SortColumn> for SortColumn
impl PartialOrd<SortColumn> for SortColumn
source§fn partial_cmp(&self, other: &SortColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &SortColumn) -> Option<Ordering>
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 more