Struct openexr::core::frame_buffer::FrameBuffer[][src]

pub struct FrameBuffer { /* fields omitted */ }

Implementations

Create a new FrameBuffer.

Insert a Slice into the FrameBuffer.

Errors

Find the Slice with the given name in the FrameBuffer

Returns

  • Some([SliceRef]) - if the Slice is found
  • None - otherwise

Find the Slice with the given name in the FrameBuffer and get a mutable Ref to it

Returns

  • Some([SliceRefMut]) - if the Slice is found
  • None - otherwise

Get an iterator over the Slices in this FrameBuffer

Trait Implementations

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

Executes the destructor for this type. Read more

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.