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

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

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

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

Associated Constants

const cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>

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

Loading content...

Implementors

Loading content...