Struct rtf_parser::header::RtfHeader
source · pub struct RtfHeader {
pub character_set: CharacterSet,
pub font_table: FontTable,
pub color_table: ColorTable,
pub stylesheet: StyleSheet,
}
Expand description
Information about the document, including references to fonts & styles
Fields§
§character_set: CharacterSet
§font_table: FontTable
§color_table: ColorTable
§stylesheet: StyleSheet
Trait Implementations§
source§impl PartialEq for RtfHeader
impl PartialEq for RtfHeader
impl StructuralPartialEq for RtfHeader
Auto Trait Implementations§
impl Freeze for RtfHeader
impl RefUnwindSafe for RtfHeader
impl Send for RtfHeader
impl Sync for RtfHeader
impl Unpin for RtfHeader
impl UnwindSafe for RtfHeader
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