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