Struct fp_tui::FrameWidget
source · pub struct FrameWidget { /* private fields */ }Expand description
§Description
A basic container widget
Implementations§
Trait Implementations§
source§impl ContainerWidget for FrameWidget
impl ContainerWidget for FrameWidget
source§impl Widget for FrameWidget
impl Widget for FrameWidget
source§fn draw(
&mut self,
positioning_algorithm: &Box<dyn PositioningAlgorithm>,
display_buffer: &mut DisplayBuffer
)
fn draw( &mut self, positioning_algorithm: &Box<dyn PositioningAlgorithm>, display_buffer: &mut DisplayBuffer )
Description Read more
source§fn get_bounding_box(&self) -> BoundingBox
fn get_bounding_box(&self) -> BoundingBox
Description Read more
Auto Trait Implementations§
impl Freeze for FrameWidget
impl !RefUnwindSafe for FrameWidget
impl !Send for FrameWidget
impl !Sync for FrameWidget
impl Unpin for FrameWidget
impl !UnwindSafe for FrameWidget
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