pub trait ItemConsts: Sized {
    const cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>;
}
Expand description

Trait containing the associated constant relative to the trait Item.

Note: Was generated from the #[vtable] macro on ItemVTable

Required Associated Constants§

source

const cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>

offset in bytes from the *const ItemImpl. isize::MAX means None

Implementors§

source§

impl ItemConsts for BorderRectangle

source§

impl ItemConsts for BoxShadow

source§

impl ItemConsts for Clip

source§

impl ItemConsts for ClippedImage

source§

impl ItemConsts for Empty

source§

impl ItemConsts for Flickable

source§

impl ItemConsts for FocusScope

source§

impl ItemConsts for ImageItem

source§

impl ItemConsts for Layer

source§

impl ItemConsts for Opacity

source§

impl ItemConsts for Path

source§

impl ItemConsts for Rectangle

source§

impl ItemConsts for Rotate

source§

impl ItemConsts for Text

source§

impl ItemConsts for TextInput

source§

impl ItemConsts for TouchArea

source§

impl ItemConsts for WindowItem