LayoutRef

Type Alias LayoutRef 

Source
pub type LayoutRef = Arc<dyn Layout>;

Aliased Type§

pub struct LayoutRef { /* private fields */ }

Trait Implementations§

Source§

impl From<ChunkedLayout> for LayoutRef

Source§

fn from(value: ChunkedLayout) -> LayoutRef

Converts to this type from the input type.
Source§

impl From<DictLayout> for LayoutRef

Source§

fn from(value: DictLayout) -> LayoutRef

Converts to this type from the input type.
Source§

impl From<FlatLayout> for LayoutRef

Source§

fn from(value: FlatLayout) -> LayoutRef

Converts to this type from the input type.
Source§

impl From<StructLayout> for LayoutRef

Source§

fn from(value: StructLayout) -> LayoutRef

Converts to this type from the input type.
Source§

impl From<ZonedLayout> for LayoutRef

Source§

fn from(value: ZonedLayout) -> LayoutRef

Converts to this type from the input type.