pub struct ParagraphStyleRun {
pub length: f64,
pub style: ParagraphStyle,
}Expand description
TS ParagraphStyleRun.
Fields§
§length: f64§style: ParagraphStyleTrait Implementations§
Source§impl Clone for ParagraphStyleRun
impl Clone for ParagraphStyleRun
Source§fn clone(&self) -> ParagraphStyleRun
fn clone(&self) -> ParagraphStyleRun
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParagraphStyleRun
impl Debug for ParagraphStyleRun
Source§impl Default for ParagraphStyleRun
impl Default for ParagraphStyleRun
Source§fn default() -> ParagraphStyleRun
fn default() -> ParagraphStyleRun
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParagraphStyleRun
impl RefUnwindSafe for ParagraphStyleRun
impl Send for ParagraphStyleRun
impl Sync for ParagraphStyleRun
impl Unpin for ParagraphStyleRun
impl UnsafeUnpin for ParagraphStyleRun
impl UnwindSafe for ParagraphStyleRun
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