Struct rtf_parser::Painter
source · pub struct Painter {
pub font_ref: u16,
pub font_size: u16,
pub bold: bool,
pub italic: bool,
pub underline: bool,
}
Fields§
§font_ref: u16
§font_size: u16
§bold: bool
§italic: bool
§underline: bool
Trait Implementations§
source§impl PartialEq for Painter
impl PartialEq for Painter
impl StructuralPartialEq for Painter
Auto Trait Implementations§
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