Struct CXIdxContainerInfo

struct CXIdxContainerInfo { ... }

Fields

cursor: CXCursor

Implementations

impl Clone for CXIdxContainerInfo

fn clone(self: &Self) -> CXIdxContainerInfo

impl Copy for CXIdxContainerInfo

impl Debug for CXIdxContainerInfo

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for CXIdxContainerInfo

fn default() -> CXIdxContainerInfo

impl Freeze for CXIdxContainerInfo

impl RefUnwindSafe for CXIdxContainerInfo

impl Send for CXIdxContainerInfo

impl Sync for CXIdxContainerInfo

impl Unpin for CXIdxContainerInfo

impl UnsafeUnpin for CXIdxContainerInfo

impl UnwindSafe for CXIdxContainerInfo

impl<T> Any for CXIdxContainerInfo

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CXIdxContainerInfo

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for CXIdxContainerInfo

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for CXIdxContainerInfo

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for CXIdxContainerInfo

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for CXIdxContainerInfo

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for CXIdxContainerInfo

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for CXIdxContainerInfo

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for CXIdxContainerInfo

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>