pub struct Recursive<Inner, Value> {
    pub inner: Inner,
    pub value: Value,
}
Expand description

A recursive type-level linked list of Value entries. Mainly used to represent an arbitrary number of channels. The recursive architecture removes the need to implement traits for many different tuples.

Fields

inner: Inner

The remaining values of this linked list, probably either NoneMore or another instance of the same Recursive<Inner - 1, Value>.

value: Value

The next item in this linked list.

Implementations

Create a new recursive type. Equivalent to the manual constructor, but less verbose.

Trait Implementations

Check for duplicate channel names.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The resulting tuple type.

Convert this recursive type to a nice tuple.

The recursive type resulting from this tuple.

Create a recursive type from this tuple.

Deliver a block of pixels from a single layer to be stored in the file

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

This method tests for !=.

The channel descriptions from the image. Will be converted to a tuple before being stored in SpecificChannels<_, ChannelDescriptions>. Read more

Returns the channel descriptions based on the channels in the file.

The pixel type. Will be converted to a tuple at the end of the process.

Read the line of pixels.

The channel descriptions from the image. Will be converted to a tuple before being stored in SpecificChannels<_, ChannelDescriptions>. Read more

Returns the channel descriptions based on the channels in the file.

The pixel type. Will be converted to a tuple at the end of the process.

Read the line of pixels.

Write pixels to a slice of bytes. Recursively do this for all channels.

Write pixels to a slice of bytes. Recursively do this for all channels.

Compare self with the other. Exceptional behaviour: Read more

Compare self with the other. Panics if not equal. Read more

A type that has a recursive entry for each channel in the image, which must accept the desired pixel type. Read more

Create the temporary writer, accepting the sorted list of channels from channel_descriptions_list.

Return all the channels that should actually end up in the image, in any order.

A type that has a recursive entry for each channel in the image, which must accept the desired pixel type. Read more

Create the temporary writer, accepting the sorted list of channels from channel_descriptions_list.

Return all the channels that should actually end up in the image, in any order.

Generate the file meta data for this list of layers

The type of temporary writer

Create a temporary writer for this list of layers

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert this recursive type to a nice tuple.

Read this value from the supplied reader. Same as ReadEndian::read_from_little_endian().

Read this value from the supplied reader. Same as ReadEndian::read_from_big_endian().

Read this value from the supplied reader. Same as ReadEndian::read_from_native_endian().

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.