Lines Matching defs:Cfg
6 pub struct Cfg<'a> { struct
8 pub include_prefix: &'a str,
10 pub exported_header_dirs: Vec<&'a Path>,
12 pub exported_header_prefixes: Vec<&'a str>,
14 pub exported_header_links: Vec<&'a str>,
16 pub doxygen: bool,
17 marker: PhantomData<*const ()>, // !Send + !Sync
318 impl<'a> Debug for Cfg<'a> { implementation
402 impl<'a> Cfg<'a> { impl
421 Handle(<*const Cfg>::cast(self)) in handle() constant
427 pub enum Cfg<'a> { enum
432 impl<'a> Debug for Cfg<'a> { implementation
442 impl<'a> Deref for Cfg<'a> { implementation
460 impl<'a> DerefMut for Cfg<'a> { implementation
473 impl<'a> Drop for Cfg<'a> { implementation