Struct ParagraphAlignment
#[repr(transparent)]pub struct ParagraphAlignment(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ParagraphAlignment
impl Clone for ParagraphAlignment
§fn clone(&self) -> ParagraphAlignment
fn clone(&self) -> ParagraphAlignment
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 more§impl Debug for ParagraphAlignment
impl Debug for ParagraphAlignment
§impl Default for ParagraphAlignment
impl Default for ParagraphAlignment
§fn default() -> ParagraphAlignment
fn default() -> ParagraphAlignment
Returns the “default value” for a type. Read more
§impl PartialEq for ParagraphAlignment
impl PartialEq for ParagraphAlignment
impl Copy for ParagraphAlignment
impl Eq for ParagraphAlignment
impl StructuralPartialEq for ParagraphAlignment
Auto Trait Implementations§
impl Freeze for ParagraphAlignment
impl RefUnwindSafe for ParagraphAlignment
impl Send for ParagraphAlignment
impl Sync for ParagraphAlignment
impl Unpin for ParagraphAlignment
impl UnwindSafe for ParagraphAlignment
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