Struct libreda_db::layout::types::LayerInfo [−][src]
Expand description
Meta-data of a layer.
Fields
index: UInt
Identifier of the layer.
datatype: UInt
Identifier of the layer.
name: Option<NameType>
Name of the layer.
Trait Implementations
Auto Trait Implementations
impl<NameType> RefUnwindSafe for LayerInfo<NameType> where
NameType: RefUnwindSafe,
impl<NameType> UnwindSafe for LayerInfo<NameType> where
NameType: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more