Struct nvim_gtk::ui_model::item::InkOverflow[][src]

pub struct InkOverflow {
    pub left: f64,
    pub right: f64,
    pub top: f64,
    pub bot: f64,
}

Fields

left: f64right: f64top: f64bot: f64

Implementations

impl InkOverflow[src]

pub fn from(
    ctx: &Context,
    ink_rect: &Rectangle,
    cells_count: i32
) -> Option<Self>
[src]

Trait Implementations

impl Clone for InkOverflow[src]

Auto Trait Implementations

impl RefUnwindSafe for InkOverflow

impl Send for InkOverflow

impl Sync for InkOverflow

impl Unpin for InkOverflow

impl UnwindSafe for InkOverflow

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.