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