Struct clang_sys::CXIndexOptions
source · #[repr(C)]pub struct CXIndexOptions {
pub Size: c_uint,
pub ThreadBackgroundPriorityForIndexing: CXChoice,
pub ThreadBackgroundPriorityForEditing: CXChoice,
pub flags: CXIndexOptions_Flags,
pub PreambleStoragePath: *const c_char,
pub InvocationEmissionPath: *const c_char,
}
Fields§
§Size: c_uint
§ThreadBackgroundPriorityForIndexing: CXChoice
§ThreadBackgroundPriorityForEditing: CXChoice
§flags: CXIndexOptions_Flags
§PreambleStoragePath: *const c_char
§InvocationEmissionPath: *const c_char
Trait Implementations§
source§impl Clone for CXIndexOptions
impl Clone for CXIndexOptions
source§fn clone(&self) -> CXIndexOptions
fn clone(&self) -> CXIndexOptions
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 CXIndexOptions
impl Debug for CXIndexOptions
source§impl Default for CXIndexOptions
impl Default for CXIndexOptions
source§fn default() -> CXIndexOptions
fn default() -> CXIndexOptions
Returns the “default value” for a type. Read more
impl Copy for CXIndexOptions
Auto Trait Implementations§
impl Freeze for CXIndexOptions
impl RefUnwindSafe for CXIndexOptions
impl !Send for CXIndexOptions
impl !Sync for CXIndexOptions
impl Unpin for CXIndexOptions
impl UnwindSafe for CXIndexOptions
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