pub struct IntoPlanesError { /* private fields */ }Expand description
Returned when failing to split an image into planes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntoPlanesError
impl RefUnwindSafe for IntoPlanesError
impl Send for IntoPlanesError
impl Sync for IntoPlanesError
impl Unpin for IntoPlanesError
impl UnsafeUnpin for IntoPlanesError
impl UnwindSafe for IntoPlanesError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more