Struct icu_segmenter::line::LineBreakTypeLatin1
source · pub struct LineBreakTypeLatin1;
Trait Implementations§
source§impl Debug for LineBreakTypeLatin1
impl Debug for LineBreakTypeLatin1
source§impl<'l, 's> LineBreakType<'l, 's> for LineBreakTypeLatin1
impl<'l, 's> LineBreakType<'l, 's> for LineBreakTypeLatin1
§type IterAttr = Latin1Indices<'s>
type IterAttr = Latin1Indices<'s>
The iterator over characters.
fn get_linebreak_property_with_rule( iterator: &LineBreakIterator<'_, '_, Self>, c: u8, ) -> u8
fn use_complex_breaking( _iterator: &LineBreakIterator<'_, '_, Self>, _c: u8, ) -> bool
fn get_current_position_character_len( _: &LineBreakIterator<'_, '_, Self>, ) -> usize
fn handle_complex_language( _: &mut LineBreakIterator<'_, '_, Self>, _: Self::CharType, ) -> Option<usize>
Auto Trait Implementations§
impl Freeze for LineBreakTypeLatin1
impl RefUnwindSafe for LineBreakTypeLatin1
impl Send for LineBreakTypeLatin1
impl Sync for LineBreakTypeLatin1
impl Unpin for LineBreakTypeLatin1
impl UnwindSafe for LineBreakTypeLatin1
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