#[repr(u32)]pub enum PageSegMode {
Show 15 variants
PSM_OSD_ONLY = 0,
PSM_AUTO_OSD = 1,
PSM_AUTO_ONLY = 2,
PSM_AUTO = 3,
PSM_SINGLE_COLUMN = 4,
PSM_SINGLE_BLOCK_VERT_TEXT = 5,
PSM_SINGLE_BLOCK = 6,
PSM_SINGLE_LINE = 7,
PSM_SINGLE_WORD = 8,
PSM_CIRCLE_WORD = 9,
PSM_SINGLE_CHAR = 10,
PSM_SPARSE_TEXT = 11,
PSM_SPARSE_TEXT_OSD = 12,
PSM_RAW_LINE = 13,
PSM_COUNT = 14,
}Variants§
PSM_OSD_ONLY = 0
PSM_AUTO_OSD = 1
PSM_AUTO_ONLY = 2
PSM_AUTO = 3
PSM_SINGLE_COLUMN = 4
PSM_SINGLE_BLOCK_VERT_TEXT = 5
PSM_SINGLE_BLOCK = 6
PSM_SINGLE_LINE = 7
PSM_SINGLE_WORD = 8
PSM_CIRCLE_WORD = 9
PSM_SINGLE_CHAR = 10
PSM_SPARSE_TEXT = 11
PSM_SPARSE_TEXT_OSD = 12
PSM_RAW_LINE = 13
PSM_COUNT = 14
Trait Implementations§
Source§impl Clone for PageSegMode
impl Clone for PageSegMode
Source§fn clone(&self) -> PageSegMode
fn clone(&self) -> PageSegMode
Returns a copy 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 PageSegMode
impl Debug for PageSegMode
Source§impl Hash for PageSegMode
impl Hash for PageSegMode
Source§impl PartialEq for PageSegMode
impl PartialEq for PageSegMode
impl Copy for PageSegMode
impl Eq for PageSegMode
impl StructuralPartialEq for PageSegMode
Auto Trait Implementations§
impl Freeze for PageSegMode
impl RefUnwindSafe for PageSegMode
impl Send for PageSegMode
impl Sync for PageSegMode
impl Unpin for PageSegMode
impl UnwindSafe for PageSegMode
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