#[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 Freeze for CXType
impl RefUnwindSafe for CXType
impl !Send for CXType
impl !Sync for CXType
impl Unpin for CXType
impl UnwindSafe for CXType
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