Enum meshopt_rs::vertex::DecodeError
source · [−]pub enum DecodeError {
InvalidHeader,
UnsupportedVersion,
ExtraBytes,
UnexpectedEof,
}
Variants
InvalidHeader
UnsupportedVersion
ExtraBytes
UnexpectedEof
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
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