pub struct ParamsIncludeDirs<Is: AsRef<OsStr>, Ii: IntoIterator<Item = Is>>(pub Ii);Expand description
Give this to compile() or compile_for*() to add include directories (-I//I).
An empty iterator is a no-op.
Tuple Fields§
§0: IiAuto Trait Implementations§
impl<Is, Ii> Freeze for ParamsIncludeDirs<Is, Ii>where
Ii: Freeze,
impl<Is, Ii> RefUnwindSafe for ParamsIncludeDirs<Is, Ii>where
Ii: RefUnwindSafe,
impl<Is, Ii> Send for ParamsIncludeDirs<Is, Ii>where
Ii: Send,
impl<Is, Ii> Sync for ParamsIncludeDirs<Is, Ii>where
Ii: Sync,
impl<Is, Ii> Unpin for ParamsIncludeDirs<Is, Ii>where
Ii: Unpin,
impl<Is, Ii> UnwindSafe for ParamsIncludeDirs<Is, Ii>where
Ii: UnwindSafe,
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