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