pub struct CellCtrl(pub u8);Expand description
Bit-flags controlling individual cell appearance and layout.
Registration policy: Specification Required.
Tuple Fields§
§0: u8Implementations§
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