Struct openexr_sys::CEXR_Box2i
source · Expand description
A 2d integer bounding box.
Used in various parts of OpenEXR’s APIs.
Fields
min: CEXR_V2i
max: CEXR_V2i
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CEXR_Box2i
impl Send for CEXR_Box2i
impl Sync for CEXR_Box2i
impl Unpin for CEXR_Box2i
impl UnwindSafe for CEXR_Box2i
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more