pub struct Toilet {
pub header_line: HeaderLine,
pub comments: String,
pub fonts: HashMap<u32, FIGcharacter>,
}Expand description
Toilet font, which supports loading .tlf files, including zip-packaged fonts.
Fields§
§header_line: HeaderLine§comments: String§fonts: HashMap<u32, FIGcharacter>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Toilet
impl RefUnwindSafe for Toilet
impl Send for Toilet
impl Sync for Toilet
impl Unpin for Toilet
impl UnsafeUnpin for Toilet
impl UnwindSafe for Toilet
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