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

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>[src]

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

Loading content...

Implementors

impl ItemConsts for BorderRectangle[src]

impl ItemConsts for BoxShadow[src]

impl ItemConsts for Clip[src]

impl ItemConsts for ClippedImage[src]

impl ItemConsts for Flickable[src]

impl ItemConsts for FocusScope[src]

impl ItemConsts for Image[src]

impl ItemConsts for Opacity[src]

impl ItemConsts for Path[src]

impl ItemConsts for Rectangle[src]

impl ItemConsts for Rotate[src]

impl ItemConsts for Text[src]

impl ItemConsts for TextInput[src]

impl ItemConsts for TouchArea[src]

impl ItemConsts for Window[src]

Loading content...