Struct rtf_parser::parser::Painter
source · pub struct Painter {
pub color_ref: ColorRef,
pub font_ref: FontRef,
pub font_size: u16,
pub bold: bool,
pub italic: bool,
pub underline: bool,
pub superscript: bool,
pub subscript: bool,
pub smallcaps: bool,
pub strike: bool,
}
Fields§
§color_ref: ColorRef
§font_ref: FontRef
§font_size: u16
§bold: bool
§italic: bool
§underline: bool
§superscript: bool
§subscript: bool
§smallcaps: bool
§strike: bool
Trait Implementations§
source§impl PartialEq for Painter
impl PartialEq for Painter
impl StructuralPartialEq for Painter
Auto Trait Implementations§
impl Freeze for Painter
impl RefUnwindSafe for Painter
impl Send for Painter
impl Sync for Painter
impl Unpin for Painter
impl UnwindSafe for Painter
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