Struct clang_sys::CXCompletionResult
source · #[repr(C)]pub struct CXCompletionResult {
pub CursorKind: CXCursorKind,
pub CompletionString: CXCompletionString,
}
Fields§
§CursorKind: CXCursorKind
§CompletionString: CXCompletionString
Trait Implementations§
source§impl Clone for CXCompletionResult
impl Clone for CXCompletionResult
source§fn clone(&self) -> CXCompletionResult
fn clone(&self) -> CXCompletionResult
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 CXCompletionResult
impl Debug for CXCompletionResult
source§impl Default for CXCompletionResult
impl Default for CXCompletionResult
source§fn default() -> CXCompletionResult
fn default() -> CXCompletionResult
Returns the “default value” for a type. Read more
impl Copy for CXCompletionResult
Auto Trait Implementations§
impl Freeze for CXCompletionResult
impl RefUnwindSafe for CXCompletionResult
impl !Send for CXCompletionResult
impl !Sync for CXCompletionResult
impl Unpin for CXCompletionResult
impl UnwindSafe for CXCompletionResult
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