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