#[repr(u32)]pub enum BuildInfoIndex {
CurrentDirectory = 0,
BuildTool = 1,
SourceFile = 2,
ProgramDatabaseFile = 3,
CommandArguments = 4,
}
Expand description
Identifies indexes into BuildInfo::args
.
Variants§
Trait Implementations§
Source§impl Clone for BuildInfoIndex
impl Clone for BuildInfoIndex
Source§fn clone(&self) -> BuildInfoIndex
fn clone(&self) -> BuildInfoIndex
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BuildInfoIndex
impl Debug for BuildInfoIndex
Source§impl Hash for BuildInfoIndex
impl Hash for BuildInfoIndex
Source§impl Ord for BuildInfoIndex
impl Ord for BuildInfoIndex
Source§fn cmp(&self, other: &BuildInfoIndex) -> Ordering
fn cmp(&self, other: &BuildInfoIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BuildInfoIndex
impl PartialEq for BuildInfoIndex
Source§impl PartialOrd for BuildInfoIndex
impl PartialOrd for BuildInfoIndex
impl Copy for BuildInfoIndex
impl Eq for BuildInfoIndex
impl StructuralPartialEq for BuildInfoIndex
Auto Trait Implementations§
impl Freeze for BuildInfoIndex
impl RefUnwindSafe for BuildInfoIndex
impl Send for BuildInfoIndex
impl Sync for BuildInfoIndex
impl Unpin for BuildInfoIndex
impl UnwindSafe for BuildInfoIndex
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