Struct genet_abi::layer::LayerStack[][src]

pub struct LayerStack<'a> { /* fields omitted */ }

A layer stack object.

Methods

impl<'a> LayerStack<'a>
[src]

Returns the top of the LayerStack.

Returns the bottom of the LayerStack.

Find the attribute in the LayerStack.

Find the layer in the LayerStack.

Auto Trait Implementations

impl<'a> !Send for LayerStack<'a>

impl<'a> !Sync for LayerStack<'a>