pub struct SimpleTextPreprocessor { /* private fields */ }Trait Implementations§
Source§impl Debug for SimpleTextPreprocessor
impl Debug for SimpleTextPreprocessor
Source§impl Default for SimpleTextPreprocessor
impl Default for SimpleTextPreprocessor
Source§fn default() -> SimpleTextPreprocessor
fn default() -> SimpleTextPreprocessor
Returns the “default value” for a type. Read more
Source§impl TextPreprocessor for SimpleTextPreprocessor
impl TextPreprocessor for SimpleTextPreprocessor
fn activate_font(&mut self, font: u32)
fn new_paragraph(&mut self)
fn add_word(&mut self, word: &str, list: &mut Vec<Horizontal>)
fn add_space(&mut self, list: &mut Vec<Horizontal>)
fn add_text(&mut self, text: &str, list: &mut Vec<Horizontal>)
Auto Trait Implementations§
impl Freeze for SimpleTextPreprocessor
impl RefUnwindSafe for SimpleTextPreprocessor
impl Send for SimpleTextPreprocessor
impl Sync for SimpleTextPreprocessor
impl Unpin for SimpleTextPreprocessor
impl UnwindSafe for SimpleTextPreprocessor
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