pub struct Item {
pub item: Item,
pub cells_count: usize,
pub glyphs: Option<GlyphString>,
pub ink_overflow: Option<InkOverflow>,
font: Font,
}Fields
item: Itemcells_count: usizeglyphs: Option<GlyphString>ink_overflow: Option<InkOverflow>font: FontImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Item
impl !Send for Item
impl !Sync for Item
impl Unpin for Item
impl UnwindSafe for Item
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more