pub struct TextLiteral {
pub name: String,
pub literal: String,
pub placement: Axis2PlacementRef,
pub alignment: String,
pub path: TextPath,
pub font: FontSelectRef,
}Fields§
§name: String§literal: String§placement: Axis2PlacementRef§alignment: String§path: TextPath§font: FontSelectRefTrait Implementations§
Source§impl Clone for TextLiteral
impl Clone for TextLiteral
Source§fn clone(&self) -> TextLiteral
fn clone(&self) -> TextLiteral
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 TextLiteral
impl Debug for TextLiteral
Source§impl PartialEq for TextLiteral
impl PartialEq for TextLiteral
Source§fn eq(&self, other: &TextLiteral) -> bool
fn eq(&self, other: &TextLiteral) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextLiteral
Auto Trait Implementations§
impl Freeze for TextLiteral
impl RefUnwindSafe for TextLiteral
impl Send for TextLiteral
impl Sync for TextLiteral
impl Unpin for TextLiteral
impl UnsafeUnpin for TextLiteral
impl UnwindSafe for TextLiteral
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