mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-03-03 04:07:29 +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() {}
|
fn ensure_libclang_is_loaded() {}
|
||||||
|
|
||||||
/// Error type for rust-bindgen.
|
/// Error type for rust-bindgen.
|
||||||
#[derive(Debug)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum BindgenError {
|
pub enum BindgenError {
|
||||||
/// The header was a folder.
|
/// The header was a folder.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user