mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-11 17:14:31 +00:00
Derive some traits
This commit is contained in:
parent
fc5ac7b439
commit
0d95ea126a
@ -2147,7 +2147,7 @@ fn ensure_libclang_is_loaded() {
|
||||
fn ensure_libclang_is_loaded() {}
|
||||
|
||||
/// Error type for rust-bindgen.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
#[non_exhaustive]
|
||||
pub enum BindgenError {
|
||||
/// The header was a folder.
|
||||
|
Loading…
Reference in New Issue
Block a user