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>,
15 marker: PhantomData<*const ()>, // !Send + !Sync
244 impl<'a> Debug for Cfg<'a> { implementation
325 impl<'a> Cfg<'a> { implementation
342 Handle(<*const Cfg>::cast(self)) in handle() constant
348 pub enum Cfg<'a> { enum
353 impl<'a> Debug for Cfg<'a> { implementation
363 impl<'a> Deref for Cfg<'a> { implementation
381 impl<'a> DerefMut for Cfg<'a> { implementation
394 impl<'a> Drop for Cfg<'a> { implementation