#[repr(u32)]pub enum ParagraphJustification {
JUSTIFICATION_UNKNOWN = 0,
JUSTIFICATION_LEFT = 1,
JUSTIFICATION_CENTER = 2,
JUSTIFICATION_RIGHT = 3,
}Variants§
Trait Implementations§
Source§impl Clone for ParagraphJustification
impl Clone for ParagraphJustification
Source§fn clone(&self) -> ParagraphJustification
fn clone(&self) -> ParagraphJustification
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 ParagraphJustification
impl Debug for ParagraphJustification
Source§impl Hash for ParagraphJustification
impl Hash for ParagraphJustification
Source§impl PartialEq for ParagraphJustification
impl PartialEq for ParagraphJustification
impl Copy for ParagraphJustification
impl Eq for ParagraphJustification
impl StructuralPartialEq for ParagraphJustification
Auto Trait Implementations§
impl Freeze for ParagraphJustification
impl RefUnwindSafe for ParagraphJustification
impl Send for ParagraphJustification
impl Sync for ParagraphJustification
impl Unpin for ParagraphJustification
impl UnwindSafe for ParagraphJustification
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