Trait rkyv_test::validation::LayoutRaw
source · [−]pub trait LayoutRaw {
fn layout_raw(value: *const Self) -> Layout;
}
Expand description
Gets the layout of a type from its pointer.
Required Methods
sourcefn layout_raw(value: *const Self) -> Layout
fn layout_raw(value: *const Self) -> Layout
Gets the layout of the type.