pub struct TextFont {
pub typeface: String,
/* private fields */
}Expand description
A DrawingML text typeface reference.
Fields§
§typeface: StringImplementations§
Trait Implementations§
impl Eq for TextFont
impl StructuralPartialEq for TextFont
Auto Trait Implementations§
impl Freeze for TextFont
impl RefUnwindSafe for TextFont
impl Send for TextFont
impl Sync for TextFont
impl Unpin for TextFont
impl UnsafeUnpin for TextFont
impl UnwindSafe for TextFont
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