#[repr(C)]pub enum TableCellCtrl {
MergeRight = 1,
TextCrop = 2,
Custom1 = 16,
Custom2 = 32,
Custom3 = 64,
Custom4 = 128,
}Variants§
Trait Implementations§
Source§impl Clone for TableCellCtrl
impl Clone for TableCellCtrl
Source§fn clone(&self) -> TableCellCtrl
fn clone(&self) -> TableCellCtrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableCellCtrl
impl Debug for TableCellCtrl
Source§impl PartialEq for TableCellCtrl
impl PartialEq for TableCellCtrl
Source§fn eq(&self, other: &TableCellCtrl) -> bool
fn eq(&self, other: &TableCellCtrl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TableCellCtrl
impl Eq for TableCellCtrl
impl StructuralPartialEq for TableCellCtrl
Auto Trait Implementations§
impl Freeze for TableCellCtrl
impl RefUnwindSafe for TableCellCtrl
impl Send for TableCellCtrl
impl Sync for TableCellCtrl
impl Unpin for TableCellCtrl
impl UnsafeUnpin for TableCellCtrl
impl UnwindSafe for TableCellCtrl
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