pub struct IncludePath {
pub path: String,
pub system: bool,
}Expand description
A single include search path.
Fields§
§path: StringFilesystem path to the include directory.
system: boolWhether this is a system include path (uses -isystem instead of -I).
Trait Implementations§
Source§impl Clone for IncludePath
impl Clone for IncludePath
Source§fn clone(&self) -> IncludePath
fn clone(&self) -> IncludePath
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IncludePath
impl Debug for IncludePath
Auto Trait Implementations§
impl Freeze for IncludePath
impl RefUnwindSafe for IncludePath
impl Send for IncludePath
impl Sync for IncludePath
impl Unpin for IncludePath
impl UnwindSafe for IncludePath
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)