Struct genet_abi::layer::Layer[][src]

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

A layer object.

Methods

impl Layer
[src]

Creates a new Layer.

Returns the ID of self.

Returns the type of self.

Important traits for &'a [u8]

Returns the slice of headers.

Important traits for &'a [u8]

Returns the slice of attributes.

Find the attribute in the Layer.

Adds an attribute to the Layer.

Important traits for &'a [u8]

Returns the slice of payloads.

Adds a payload to the Layer.

Trait Implementations

impl Send for Layer
[src]

impl Debug for Layer
[src]

Formats the value using the given formatter. Read more

impl Into<MutFixed<Layer>> for Layer
[src]

Performs the conversion.

Auto Trait Implementations

impl !Sync for Layer