Struct fcp_switching::encoding_scheme::EncodingScheme [] [src]

pub struct EncodingScheme { /* fields omitted */ }

A list of EncodingSchemeForm. Can be serialized to/deserialized from bytes, and constructed from/read to an iterator of EncodingSchemeForm.

Methods

impl EncodingScheme
[src]

Trait Implementations

impl Clone for EncodingScheme
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EncodingScheme
[src]

impl PartialEq for EncodingScheme
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for EncodingScheme
[src]

Formats the value using the given formatter.

impl IntoIterator for EncodingScheme
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'a> FromIterator<&'a EncodingSchemeForm> for EncodingScheme
[src]

Creates a value from an iterator. Read more