Struct genet_abi::layer::LayerClass[][src]

#[repr(C)]
pub struct LayerClass { /* fields omitted */ }

A layer class object.

Methods

impl LayerClass
[src]

Creates a new builder object for LayerClass.

Trait Implementations

impl Into<Fixed<LayerClass>> for &'static LayerClass
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LayerClass

impl Sync for LayerClass