Struct nvim_gtk::render::context::FontMetrix[][src]

struct FontMetrix {
    pango_context: Context,
    cell_metrics: CellMetrics,
    font_desc: FontDescription,
}

Fields

pango_context: Contextcell_metrics: CellMetricsfont_desc: FontDescription

Implementations

impl FontMetrix[src]

pub fn new(pango_context: Context, line_space: i32) -> Self[src]

Auto Trait Implementations

impl RefUnwindSafe for FontMetrix

impl !Send for FontMetrix

impl !Sync for FontMetrix

impl Unpin for FontMetrix

impl UnwindSafe for FontMetrix

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.