pub struct InvalidPlaneLayout { /* private fields */ }Expand description
Payload for ConvertError::InvalidPlaneLayout.
A plane reported linesize <= 0 or otherwise inconsistent layout.
Implementations§
Trait Implementations§
Source§impl Clone for InvalidPlaneLayout
impl Clone for InvalidPlaneLayout
Source§fn clone(&self) -> InvalidPlaneLayout
fn clone(&self) -> InvalidPlaneLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidPlaneLayout
Source§impl Debug for InvalidPlaneLayout
impl Debug for InvalidPlaneLayout
Auto Trait Implementations§
impl Freeze for InvalidPlaneLayout
impl RefUnwindSafe for InvalidPlaneLayout
impl Send for InvalidPlaneLayout
impl Sync for InvalidPlaneLayout
impl Unpin for InvalidPlaneLayout
impl UnsafeUnpin for InvalidPlaneLayout
impl UnwindSafe for InvalidPlaneLayout
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