pub struct CellCtrl(pub u8);Expand description
Bit-flags controlling individual cell appearance and layout.
Registration policy: Specification Required.
Tuple Fields§
§0: u8Implementations§
Source§impl CellCtrl
impl CellCtrl
Sourcepub const MERGE_RIGHT: Self
pub const MERGE_RIGHT: Self
The cell visually spans into the next column (both widths are consumed).
Trait Implementations§
impl Copy for CellCtrl
impl Eq for CellCtrl
impl StructuralPartialEq for CellCtrl
Auto Trait Implementations§
impl Freeze for CellCtrl
impl RefUnwindSafe for CellCtrl
impl Send for CellCtrl
impl Sync for CellCtrl
impl Unpin for CellCtrl
impl UnsafeUnpin for CellCtrl
impl UnwindSafe for CellCtrl
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