pub enum PageSegmentationMode {
Auto,
SingleColumn,
SingleBlockVertText,
SingleBlock,
SingleLine,
SingleWord,
SingleCharacter,
SparseText,
}Expand description
Page segmentation modes
Variants§
Trait Implementations§
Source§impl Clone for PageSegmentationMode
impl Clone for PageSegmentationMode
Source§fn clone(&self) -> PageSegmentationMode
fn clone(&self) -> PageSegmentationMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PageSegmentationMode
impl Debug for PageSegmentationMode
impl Copy for PageSegmentationMode
Auto Trait Implementations§
impl Freeze for PageSegmentationMode
impl RefUnwindSafe for PageSegmentationMode
impl Send for PageSegmentationMode
impl Sync for PageSegmentationMode
impl Unpin for PageSegmentationMode
impl UnwindSafe for PageSegmentationMode
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