pub struct TextStyleWithBoxCharacteristics {
pub name: String,
pub character_appearance: CharacterStyleSelectRef,
pub characteristics: Vec<MeasureValue>,
}Fields§
§name: String§character_appearance: CharacterStyleSelectRef§characteristics: Vec<MeasureValue>Trait Implementations§
Source§impl Clone for TextStyleWithBoxCharacteristics
impl Clone for TextStyleWithBoxCharacteristics
Source§fn clone(&self) -> TextStyleWithBoxCharacteristics
fn clone(&self) -> TextStyleWithBoxCharacteristics
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 PartialEq for TextStyleWithBoxCharacteristics
impl PartialEq for TextStyleWithBoxCharacteristics
Source§fn eq(&self, other: &TextStyleWithBoxCharacteristics) -> bool
fn eq(&self, other: &TextStyleWithBoxCharacteristics) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextStyleWithBoxCharacteristics
Auto Trait Implementations§
impl Freeze for TextStyleWithBoxCharacteristics
impl RefUnwindSafe for TextStyleWithBoxCharacteristics
impl Send for TextStyleWithBoxCharacteristics
impl Sync for TextStyleWithBoxCharacteristics
impl Unpin for TextStyleWithBoxCharacteristics
impl UnsafeUnpin for TextStyleWithBoxCharacteristics
impl UnwindSafe for TextStyleWithBoxCharacteristics
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