#[repr(C)]pub enum TextBoxEdgeUnder {
Auto = 0,
Text = 1,
Alphabetic = 2,
Ideographic = 3,
IdeographicInk = 4,
}Expand description
The UNDER edge metric of text-box-edge (second value).
Variants§
Auto = 0
Follows the over edge’s auto (single-value form only).
Text = 1
Use the text-under baseline
Alphabetic = 2
Use the alphabetic baseline
Ideographic = 3
Use the ideographic-under baseline
IdeographicInk = 4
Use the ideographic-ink-under baseline
Trait Implementations§
Source§impl Clone for TextBoxEdgeUnder
impl Clone for TextBoxEdgeUnder
Source§fn clone(&self) -> TextBoxEdgeUnder
fn clone(&self) -> TextBoxEdgeUnder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextBoxEdgeUnder
Source§impl Debug for TextBoxEdgeUnder
impl Debug for TextBoxEdgeUnder
Source§impl Default for TextBoxEdgeUnder
impl Default for TextBoxEdgeUnder
Source§fn default() -> TextBoxEdgeUnder
fn default() -> TextBoxEdgeUnder
Returns the “default value” for a type. Read more
impl Eq for TextBoxEdgeUnder
Source§impl FormatAsRustCode for TextBoxEdgeUnder
impl FormatAsRustCode for TextBoxEdgeUnder
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl Hash for TextBoxEdgeUnder
impl Hash for TextBoxEdgeUnder
Source§impl Ord for TextBoxEdgeUnder
impl Ord for TextBoxEdgeUnder
Source§fn cmp(&self, other: &TextBoxEdgeUnder) -> Ordering
fn cmp(&self, other: &TextBoxEdgeUnder) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextBoxEdgeUnder
impl PartialEq for TextBoxEdgeUnder
Source§impl PartialOrd for TextBoxEdgeUnder
impl PartialOrd for TextBoxEdgeUnder
impl StructuralPartialEq for TextBoxEdgeUnder
Auto Trait Implementations§
impl Freeze for TextBoxEdgeUnder
impl RefUnwindSafe for TextBoxEdgeUnder
impl Send for TextBoxEdgeUnder
impl Sync for TextBoxEdgeUnder
impl Unpin for TextBoxEdgeUnder
impl UnsafeUnpin for TextBoxEdgeUnder
impl UnwindSafe for TextBoxEdgeUnder
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