Struct clang_sys::CXCompletionResult
source · #[repr(C)]pub struct CXCompletionResult {
pub CursorKind: CXCursorKind,
pub CompletionString: CXCompletionString,
}
Fields
CursorKind: CXCursorKind
CompletionString: CXCompletionString
Trait Implementations
sourceimpl Clone for CXCompletionResult
impl Clone for CXCompletionResult
sourcefn clone(&self) -> CXCompletionResult
fn clone(&self) -> CXCompletionResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CXCompletionResult
impl Debug for CXCompletionResult
sourceimpl Default for CXCompletionResult
impl Default for CXCompletionResult
sourcefn default() -> CXCompletionResult
fn default() -> CXCompletionResult
Returns the “default value” for a type. Read more
impl Copy for CXCompletionResult
Auto Trait Implementations
impl RefUnwindSafe for CXCompletionResult
impl !Send for CXCompletionResult
impl !Sync for CXCompletionResult
impl Unpin for CXCompletionResult
impl UnwindSafe for CXCompletionResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more