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

pub trait ItemConsts: Sized {
    pub 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

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

impl ItemConsts for ClippedImage[src]

impl ItemConsts for Flickable[src]

impl ItemConsts for Image[src]

impl ItemConsts for Path[src]

impl ItemConsts for Rectangle[src]

impl ItemConsts for Text[src]

impl ItemConsts for TextInput[src]

impl ItemConsts for TouchArea[src]

impl ItemConsts for Window[src]

Loading content...