#[repr(C)]pub struct CodeExportType {
pub name: *const c_char,
pub fields: *const CodeTypeField,
pub field_count: u32,
}Expand description
Exported type declaration.
Fields§
§name: *const c_char§fields: *const CodeTypeField§field_count: u32Trait Implementations§
impl Send for CodeExportType
impl Sync for CodeExportType
Auto Trait Implementations§
impl Freeze for CodeExportType
impl RefUnwindSafe for CodeExportType
impl Unpin for CodeExportType
impl UnsafeUnpin for CodeExportType
impl UnwindSafe for CodeExportType
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