Fields
ptr_data: [*mut c_void; 2]
int_data: c_uint
Trait Implementations
impl Copy for CXIdxLoc
Auto Trait Implementations
impl RefUnwindSafe for CXIdxLoc
impl !Send for CXIdxLoc
impl !Sync for CXIdxLoc
impl Unpin for CXIdxLoc
impl UnwindSafe for CXIdxLoc
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