Struct ParagraphStyle
#[repr(transparent)]pub struct ParagraphStyle(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ParagraphStyle
impl ParagraphStyle
pub const Undefined: Self = _
pub const None: Self = _
pub const Normal: Self = _
pub const Heading1: Self = _
pub const Heading2: Self = _
pub const Heading3: Self = _
pub const Heading4: Self = _
pub const Heading5: Self = _
pub const Heading6: Self = _
pub const Heading7: Self = _
pub const Heading8: Self = _
pub const Heading9: Self = _
Trait Implementations§
§impl Clone for ParagraphStyle
impl Clone for ParagraphStyle
§fn clone(&self) -> ParagraphStyle
fn clone(&self) -> ParagraphStyle
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 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