pub trait ItemConsts: Sized {
const cached_rendering_data_offset: FieldOffset<Self, CachedRenderingData>;
}
Expand description
Trait containing the associated constant relative to the trait Item.
Note: Was generated from the #[vtable]
macro on ItemVTable
Required Associated Constants§
Sourceconst 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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.