#[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_char
Auto Trait Implementations§
impl Freeze for AiExportFormatDesc
impl RefUnwindSafe for AiExportFormatDesc
impl !Send for AiExportFormatDesc
impl !Sync for AiExportFormatDesc
impl Unpin 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