pub struct StackWidget<'a> {
pub bounds: Rect<u16>,
pub stack: &'a Stack<'a>,
}
Fields§
§bounds: Rect<u16>
§stack: &'a Stack<'a>
Trait Implementations§
Source§impl<'a> Debug for StackWidget<'a>
impl<'a> Debug for StackWidget<'a>
Source§impl<'a> Display for StackWidget<'a>
impl<'a> Display for StackWidget<'a>
Auto Trait Implementations§
impl<'a> Freeze for StackWidget<'a>
impl<'a> RefUnwindSafe for StackWidget<'a>
impl<'a> Send for StackWidget<'a>
impl<'a> Sync for StackWidget<'a>
impl<'a> Unpin for StackWidget<'a>
impl<'a> UnwindSafe for StackWidget<'a>
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