pub struct BindingGenerationFailure { /* private fields */ }
Expand description
autocxx couldn’t generate these bindings. If you come across a method, type or function which refers to this type, it indicates that autocxx couldn’t generate that binding. A documentation comment should be attached indicating the reason.
Auto Trait Implementations§
impl Freeze for BindingGenerationFailure
impl RefUnwindSafe for BindingGenerationFailure
impl !Send for BindingGenerationFailure
impl !Sync for BindingGenerationFailure
impl !Unpin for BindingGenerationFailure
impl UnwindSafe for BindingGenerationFailure
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