pub struct Config {
pub mod_name: String,
pub cbindgen_config: Config,
pub cbindgen_config_from_file: Option<String>,
pub current_crate: Crate,
pub external_crates: Vec<Crate>,
pub languages: Vec<Lang>,
}Fields§
§mod_name: String§cbindgen_config: Config§cbindgen_config_from_file: Option<String>§current_crate: Crate§external_crates: Vec<Crate>§languages: Vec<Lang>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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