pub struct IinfBox {
pub items: ArrayVec<InfeBox, 3>,
}
Expand description
Item Info box
Fields§
§items: ArrayVec<InfeBox, 3>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IinfBox
impl RefUnwindSafe for IinfBox
impl Send for IinfBox
impl Sync for IinfBox
impl Unpin for IinfBox
impl UnwindSafe for IinfBox
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