Struct image_texel::layout::BadStrideError
source · [−]pub struct BadStrideError { /* private fields */ }Expand description
Error that occurs when a StrideSpec is invalid.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BadStrideError
impl Send for BadStrideError
impl Sync for BadStrideError
impl Unpin for BadStrideError
impl UnwindSafe for BadStrideError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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