Struct genet_abi::layer::Parent[][src]

#[repr(C)]
pub struct Parent<'a> { /* fields omitted */ }

A mutable proxy for a layer object.

Methods

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

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.

Important traits for &'a [u8]

Methods from Deref<Target = 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<'a> Deref for Parent<'a>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<'a> DerefMut for Parent<'a>
[src]

Mutably dereferences the value.

Auto Trait Implementations

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

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