Struct clang_sys::CXIdxClientContainer [] [src]

pub struct CXIdxClientContainer(pub *mut c_void);

Trait Implementations

impl Debug for CXIdxClientContainer
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for CXIdxClientContainer
[src]

fn clone(&self) -> CXIdxClientContainer

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CXIdxClientContainer
[src]