initSidebarItems({"struct":[["PhantomData","`PhantomData` allows you to describe that a type acts as if it stores a value of type `T`, even though it does not. This allows you to inform the compiler about certain safety properties of your code."]],"trait":[["Copy","Types that can be copied by simply copying bits (i.e. `memcpy`)."],["Reflect","Types that can be reflected over."],["Send","Types that can be transferred across thread boundaries."],["Sized","Types with a constant size known at compile-time."],["Sync","Types that can be safely shared between threads when aliased."],["Unsize","Types that can be \"unsized\" to a dynamically sized type."]]});