pub struct MeasureBoundsAndDraw<'a, D> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, D> Frame for MeasureBoundsAndDraw<'a, D>where
D: Frame,
impl<'a, D> Frame for MeasureBoundsAndDraw<'a, D>where
D: Frame,
fn set_cell_relative<C: ColModify>( &mut self, relative_coord: Coord, relative_depth: i8, relative_cell: ViewCell, context: ViewContext<C>, )
fn set_cell_absolute( &mut self, absolute_coord: Coord, absolute_depth: i8, absolute_cell: ViewCell, )
fn blend_cell_background_relative<C: ColModify, B: Blend>( &mut self, relative_coord: Coord, relative_depth: i8, rgb24: Rgb24, alpha: u8, blend: B, context: ViewContext<C>, )
fn blend_cell_background_absolute<B: Blend>( &mut self, absolute_coord: Coord, absolute_depth: i8, rgb24: Rgb24, alpha: u8, blend: B, )
Auto Trait Implementations§
impl<'a, D> Freeze for MeasureBoundsAndDraw<'a, D>
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§
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