pub struct NoneMore;
Expand description

No more recursion. Can be used within any Recursive<NoneMore, YourValue> type.

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 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 !=.

A separate internal reader for the pixels. Will be of type Recursive<_, SampleReader<_>>, depending on the pixels of the specific channel combination. Read more

Create a separate internal reader for the pixels of the specific channel combination.

Plan to read an additional channel from the image, with the specified name. If the channel cannot be found in the image when the image is read, the image will not be loaded. The generic parameter can usually be inferred from the closure in collect_pixels. Read more

Plan to read an additional channel from the image, with the specified name. If the file does not contain this channel, the specified default sample will be returned instead. You can check whether the channel has been loaded by checking the presence of the optional channel description before instantiating your own image. The generic parameter can usually be inferred from the closure in collect_pixels. Read more

Using two closures, define how to store the pixels. The first closure creates an image, and the second closure inserts a single pixel. The type of the pixel can be defined by the second closure; it must be a tuple containing f16, f32, u32 or Sample values. See the examples for more information. Read more

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.

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.

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.

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.