pub struct MenuCell {
pub ch: char,
pub fg: (u8, u8, u8),
pub bg: (u8, u8, u8),
pub bold: bool,
pub blink: bool,
}Fields§
§ch: char§fg: (u8, u8, u8)§bg: (u8, u8, u8)§bold: bool§blink: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MenuCell
impl RefUnwindSafe for MenuCell
impl Send for MenuCell
impl Sync for MenuCell
impl Unpin for MenuCell
impl UnsafeUnpin for MenuCell
impl UnwindSafe for MenuCell
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