pub struct SgrCodes {
pub on: u8,
pub off: u8,
}Expand description
SGR attribute codes for style flags.
Fields§
§on: u8Enable code
off: u8Disable code
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SgrCodes
impl RefUnwindSafe for SgrCodes
impl Send for SgrCodes
impl Sync for SgrCodes
impl Unpin for SgrCodes
impl UnwindSafe for SgrCodes
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