#[repr(C)]pub enum LayoutTextJustify {
Auto = 0,
None = 1,
InterWord = 2,
InterCharacter = 3,
Distribute = 4,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutTextJustify
impl Clone for LayoutTextJustify
Source§fn clone(&self) -> LayoutTextJustify
fn clone(&self) -> LayoutTextJustify
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 LayoutTextJustify
impl Debug for LayoutTextJustify
Source§impl Default for LayoutTextJustify
impl Default for LayoutTextJustify
Source§impl FormatAsRustCode for LayoutTextJustify
impl FormatAsRustCode for LayoutTextJustify
fn format_as_rust_code(&self, tabs: usize) -> String
Source§impl From<LayoutTextJustify> for CssProperty
impl From<LayoutTextJustify> for CssProperty
Source§fn from(e: LayoutTextJustify) -> Self
fn from(e: LayoutTextJustify) -> Self
Converts to this type from the input type.
Source§impl Hash for LayoutTextJustify
impl Hash for LayoutTextJustify
Source§impl Ord for LayoutTextJustify
impl Ord for LayoutTextJustify
Source§fn cmp(&self, other: &LayoutTextJustify) -> Ordering
fn cmp(&self, other: &LayoutTextJustify) -> Ordering
1.21.0 · 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 LayoutTextJustify
impl PartialEq for LayoutTextJustify
Source§impl PartialOrd for LayoutTextJustify
impl PartialOrd for LayoutTextJustify
Source§impl PrintAsCssValue for LayoutTextJustify
impl PrintAsCssValue for LayoutTextJustify
fn print_as_css_value(&self) -> String
impl Copy for LayoutTextJustify
impl Eq for LayoutTextJustify
impl StructuralPartialEq for LayoutTextJustify
Auto Trait Implementations§
impl Freeze for LayoutTextJustify
impl RefUnwindSafe for LayoutTextJustify
impl Send for LayoutTextJustify
impl Sync for LayoutTextJustify
impl Unpin for LayoutTextJustify
impl UnwindSafe for LayoutTextJustify
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