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