pub struct TextFont<'a>(pub Name<'a>, pub Number);
Tuple Fields§
§0: Name<'a>
§1: Number
Trait Implementations§
Source§impl<'a> From<TextFont<'a>> for TypedInstruction<'a>
impl<'a> From<TextFont<'a>> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for TextFont<'a>
impl<'a> TryFrom<TypedInstruction<'a>> for TextFont<'a>
impl<'a> StructuralPartialEq for TextFont<'a>
Auto Trait Implementations§
impl<'a> Freeze for TextFont<'a>
impl<'a> RefUnwindSafe for TextFont<'a>
impl<'a> Send for TextFont<'a>
impl<'a> Sync for TextFont<'a>
impl<'a> Unpin for TextFont<'a>
impl<'a> UnwindSafe for TextFont<'a>
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