[][src]Struct prototty_render::MeasureBoundsAndDraw

pub struct MeasureBoundsAndDraw<'a, D> { /* fields omitted */ }

Methods

impl<'a, D> MeasureBoundsAndDraw<'a, D> where
    D: Frame
[src]

pub fn new(draw: &'a mut D) -> Self[src]

Trait Implementations

impl<'a, D> Frame for MeasureBoundsAndDraw<'a, D> where
    D: Frame
[src]

Auto Trait Implementations

impl<'a, D> RefUnwindSafe for MeasureBoundsAndDraw<'a, D> where
    D: RefUnwindSafe

impl<'a, D> Send for MeasureBoundsAndDraw<'a, D> where
    D: Send

impl<'a, D> Sync for MeasureBoundsAndDraw<'a, D> where
    D: Sync

impl<'a, D> Unpin for MeasureBoundsAndDraw<'a, D>

impl<'a, D> !UnwindSafe for MeasureBoundsAndDraw<'a, D>

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.