Struct openexr::flat::flat_image_level::FlatImageLevel[][src]

#[repr(transparent)]
pub struct FlatImageLevel(_);

Implementations

Get the level number of this level in the x direction

Get the level number of this level in the y direction

Get the data window for this levels

Get the FlatImage to which this level belongs

Get a mutable reference to the FlatImage to which this level belongs

Find a FlatChannelF16 with the given name

Find a FlatChannelF16 with the given name and get a mutable reference to it

Find a FlatChannelF32 with the given name

Find a FlatChannelF32 with the given name and get a mutable reference to it

Find a FlatChannelU32 with the given name

Find a FlatChannelU32 with the given name and get a mutable reference to it

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.