#[repr(C)]pub struct AiExportFormatDesc {
pub id: *const c_char,
pub description: *const c_char,
pub file_extension: *const c_char,
}Fields§
§id: *const c_char§description: *const c_char§file_extension: *const c_charAuto Trait Implementations§
impl !Send for AiExportFormatDesc
impl !Sync for AiExportFormatDesc
impl Freeze for AiExportFormatDesc
impl RefUnwindSafe for AiExportFormatDesc
impl Unpin for AiExportFormatDesc
impl UnsafeUnpin for AiExportFormatDesc
impl UnwindSafe for AiExportFormatDesc
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