Trait i_slint_core::items::ItemConsts

source ·
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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ItemConsts for BasicBorderRectangle

source§

impl ItemConsts for BorderRectangle

source§

impl ItemConsts for BoxShadow

source§

impl ItemConsts for Clip

source§

impl ItemConsts for ClippedImage

source§

impl ItemConsts for ComplexText

source§

impl ItemConsts for ComponentContainer

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 SimpleText

source§

impl ItemConsts for SwipeGestureHandler

source§

impl ItemConsts for TextInput

source§

impl ItemConsts for TouchArea

source§

impl ItemConsts for WindowItem