#[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 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 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§impl PartialOrd for TableBgTarget
impl PartialOrd for TableBgTarget
impl 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