pub struct StyleMask {
pub fg: bool,
pub bg: bool,
pub attrs: bool,
}Expand description
Mask for which style channels effects are allowed to override.
Fields§
§fg: bool§bg: bool§attrs: boolImplementations§
Trait Implementations§
impl Copy for StyleMask
impl Eq for StyleMask
impl StructuralPartialEq for StyleMask
Auto Trait Implementations§
impl Freeze for StyleMask
impl RefUnwindSafe for StyleMask
impl Send for StyleMask
impl Sync for StyleMask
impl Unpin for StyleMask
impl UnsafeUnpin for StyleMask
impl UnwindSafe for StyleMask
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