logo
pub trait LayoutRaw {
    fn layout_raw(value: *const Self) -> Layout;
}
Expand description

Gets the layout of a type from its pointer.

Required methods

Gets the layout of the type.

Implementations on Foreign Types

Implementors