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§
sourceconst cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>
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.