Struct CXCodeCompleteResults
struct CXCodeCompleteResults { ... }
Fields
Results: *mut CXCompletionResultNumResults: c_uint
Implementations
impl Clone for CXCodeCompleteResults
fn clone(self: &Self) -> CXCodeCompleteResults
impl Copy for CXCodeCompleteResults
impl Debug for CXCodeCompleteResults
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXCodeCompleteResults
fn default() -> CXCodeCompleteResults
impl Freeze for CXCodeCompleteResults
impl RefUnwindSafe for CXCodeCompleteResults
impl Send for CXCodeCompleteResults
impl Sync for CXCodeCompleteResults
impl Unpin for CXCodeCompleteResults
impl UnsafeUnpin for CXCodeCompleteResults
impl UnwindSafe for CXCodeCompleteResults
impl<T> Any for CXCodeCompleteResults
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXCodeCompleteResults
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXCodeCompleteResults
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXCodeCompleteResults
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXCodeCompleteResults
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXCodeCompleteResults
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXCodeCompleteResults
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXCodeCompleteResults
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXCodeCompleteResults
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>