Trait openexr::prelude::Bound2[][src]

pub trait Bound2<T> where
    T: Sub<T, Output = T> + Copy + Debug
{ fn from_slice(slice: &[T; 4]) -> Self;
fn as_slice(&self) -> &[T; 4];
fn as_ptr(&self) -> *const T; fn width(&self) -> T { ... }
fn height(&self) -> T { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors