Struct CXIdxLoc
struct CXIdxLoc { ... }
Fields
ptr_data: [*mut c_void; 2]int_data: c_uint
Implementations
impl Clone for CXIdxLoc
fn clone(self: &Self) -> CXIdxLoc
impl Copy for CXIdxLoc
impl Debug for CXIdxLoc
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXIdxLoc
fn default() -> CXIdxLoc
impl Freeze for CXIdxLoc
impl RefUnwindSafe for CXIdxLoc
impl Send for CXIdxLoc
impl Sync for CXIdxLoc
impl Unpin for CXIdxLoc
impl UnsafeUnpin for CXIdxLoc
impl UnwindSafe for CXIdxLoc
impl<T> Any for CXIdxLoc
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXIdxLoc
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXIdxLoc
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXIdxLoc
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXIdxLoc
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXIdxLoc
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXIdxLoc
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXIdxLoc
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXIdxLoc
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>