Trait sixtyfps_corelib::items::ItemConsts[][src]

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

Trait containing the associated constant relative to the the trait Item.

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

Associated Constants

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

Implementors