pub struct EffectiveTextProperties {
pub paragraph: CT_TextParagraphProperties,
pub run: CT_TextCharacterProperties,
}Expand description
Resolved paragraph and character properties without opaque XML or actions.
Fields§
§paragraph: CT_TextParagraphProperties§run: CT_TextCharacterPropertiesTrait Implementations§
Source§impl Clone for EffectiveTextProperties
impl Clone for EffectiveTextProperties
Source§fn clone(&self) -> EffectiveTextProperties
fn clone(&self) -> EffectiveTextProperties
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 EffectiveTextProperties
impl Debug for EffectiveTextProperties
Source§impl Default for EffectiveTextProperties
impl Default for EffectiveTextProperties
Source§fn default() -> EffectiveTextProperties
fn default() -> EffectiveTextProperties
Returns the “default value” for a type. Read more
impl Eq for EffectiveTextProperties
Source§impl PartialEq for EffectiveTextProperties
impl PartialEq for EffectiveTextProperties
impl StructuralPartialEq for EffectiveTextProperties
Auto Trait Implementations§
impl Freeze for EffectiveTextProperties
impl RefUnwindSafe for EffectiveTextProperties
impl Send for EffectiveTextProperties
impl Sync for EffectiveTextProperties
impl Unpin for EffectiveTextProperties
impl UnsafeUnpin for EffectiveTextProperties
impl UnwindSafe for EffectiveTextProperties
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