pub struct TextRenderingMode(pub Number);
Tuple Fields§
§0: Number
Trait Implementations§
Source§impl Clone for TextRenderingMode
impl Clone for TextRenderingMode
Source§fn clone(&self) -> TextRenderingMode
fn clone(&self) -> TextRenderingMode
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 TextRenderingMode
impl Debug for TextRenderingMode
Source§impl<'a> From<TextRenderingMode> for TypedInstruction<'a>
impl<'a> From<TextRenderingMode> for TypedInstruction<'a>
Source§fn from(value: TextRenderingMode) -> Self
fn from(value: TextRenderingMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TextRenderingMode
impl PartialEq for TextRenderingMode
Source§impl<'a> TryFrom<TypedInstruction<'a>> for TextRenderingMode
impl<'a> TryFrom<TypedInstruction<'a>> for TextRenderingMode
impl StructuralPartialEq for TextRenderingMode
Auto Trait Implementations§
impl Freeze for TextRenderingMode
impl RefUnwindSafe for TextRenderingMode
impl Send for TextRenderingMode
impl Sync for TextRenderingMode
impl Unpin for TextRenderingMode
impl UnwindSafe for TextRenderingMode
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