#[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_charTrait Implementations§
Source§impl Clone for CXIndexOptions
impl Clone for CXIndexOptions
Source§fn clone(&self) -> CXIndexOptions
fn clone(&self) -> CXIndexOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CXIndexOptions
Source§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
Auto Trait Implementations§
impl !Send for CXIndexOptions
impl !Sync for CXIndexOptions
impl Freeze for CXIndexOptions
impl RefUnwindSafe for CXIndexOptions
impl Unpin for CXIndexOptions
impl UnsafeUnpin 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