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
const 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