pub struct ShapeParams {
pub text: Substr,
pub fonts: Rc<[Rc<Font>]>,
}Fields§
§text: Substr§fonts: Rc<[Rc<Font>]>Trait Implementations§
Source§impl Clone for ShapeParams
impl Clone for ShapeParams
Source§fn clone(&self) -> ShapeParams
fn clone(&self) -> ShapeParams
Returns a duplicate of the value. Read more
1.0.0 · 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 ShapeParams
impl Debug for ShapeParams
Source§impl Hash for ShapeParams
impl Hash for ShapeParams
Source§impl PartialEq for ShapeParams
impl PartialEq for ShapeParams
impl Eq for ShapeParams
impl StructuralPartialEq for ShapeParams
Auto Trait Implementations§
impl Freeze for ShapeParams
impl !RefUnwindSafe for ShapeParams
impl !Send for ShapeParams
impl !Sync for ShapeParams
impl Unpin for ShapeParams
impl !UnwindSafe for ShapeParams
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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