pub enum BindgenError {
IoError(Error),
MissingTypeData,
}Variants§
Trait Implementations§
Source§impl Debug for BindgenError
impl Debug for BindgenError
Auto Trait Implementations§
impl Freeze for BindgenError
impl !RefUnwindSafe for BindgenError
impl Send for BindgenError
impl Sync for BindgenError
impl Unpin for BindgenError
impl UnsafeUnpin for BindgenError
impl !UnwindSafe for BindgenError
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