#[repr(C)]pub struct CXType {
pub kind: CXTypeKind,
pub data: [*mut c_void; 2],
}
Fields
kind: CXTypeKind
data: [*mut c_void; 2]
Trait Implementations
impl Copy for CXType
Auto Trait Implementations
impl RefUnwindSafe for CXType
impl !Send for CXType
impl !Sync for CXType
impl Unpin for CXType
impl UnwindSafe for CXType
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