pub struct FontInfo {
pub font: Font,
pub text_range: TextRange,
}
Fields§
§font: Font
§text_range: TextRange
Implementations§
Trait Implementations§
impl StructuralPartialEq for FontInfo
Auto Trait Implementations§
impl Freeze for FontInfo
impl !RefUnwindSafe for FontInfo
impl Send for FontInfo
impl Sync for FontInfo
impl Unpin for FontInfo
impl UnwindSafe for FontInfo
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