Struct clang_sys::CXIdxContainerInfo[][src]

#[repr(C)]
pub struct CXIdxContainerInfo { pub cursor: CXCursor, }

Fields

Trait Implementations

impl Copy for CXIdxContainerInfo
[src]

impl Clone for CXIdxContainerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxContainerInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxContainerInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations