Struct rtf_parser::RtfHeader
source · pub struct RtfHeader {
pub character_set: CharacterSet,
pub font_table: HashMap<u16, Font>,
}
Fields§
§character_set: CharacterSet
§font_table: HashMap<u16, Font>
Trait Implementations§
source§impl PartialEq for RtfHeader
impl PartialEq for RtfHeader
impl StructuralPartialEq for RtfHeader
Auto Trait Implementations§
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