Enum easy_imgui::TableBgTarget
source · #[repr(i32)]pub enum TableBgTarget {
None = 0,
RowBg0 = 1,
RowBg1 = 2,
CellBg = 3,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for TableBgTarget
impl Clone for TableBgTarget
source§fn clone(&self) -> TableBgTarget
fn clone(&self) -> TableBgTarget
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 TableBgTarget
impl Debug for TableBgTarget
source§impl Ord for TableBgTarget
impl Ord for TableBgTarget
source§fn cmp(&self, other: &TableBgTarget) -> Ordering
fn cmp(&self, other: &TableBgTarget) -> 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 TableBgTarget
impl PartialEq for TableBgTarget
source§fn eq(&self, other: &TableBgTarget) -> bool
fn eq(&self, other: &TableBgTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for TableBgTarget
impl PartialOrd for TableBgTarget
source§fn partial_cmp(&self, other: &TableBgTarget) -> Option<Ordering>
fn partial_cmp(&self, other: &TableBgTarget) -> 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 moreimpl Copy for TableBgTarget
impl Eq for TableBgTarget
impl StructuralPartialEq for TableBgTarget
Auto Trait Implementations§
impl Freeze for TableBgTarget
impl RefUnwindSafe for TableBgTarget
impl Send for TableBgTarget
impl Sync for TableBgTarget
impl Unpin for TableBgTarget
impl UnwindSafe for TableBgTarget
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