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