#[repr(C)]pub struct AiImporterDesc {
pub name: *const c_char,
pub author: *const c_char,
pub maintainer: *const c_char,
pub comments: *const c_char,
pub flags: AiImporterFlags,
pub min_major: c_uint,
pub min_minor: c_uint,
pub max_major: c_uint,
pub max_minor: c_uint,
pub file_extensions: *const c_char,
}Fields§
§name: *const c_char§maintainer: *const c_char§comments: *const c_char§flags: AiImporterFlags§min_major: c_uint§min_minor: c_uint§max_major: c_uint§max_minor: c_uint§file_extensions: *const c_charAuto Trait Implementations§
impl Freeze for AiImporterDesc
impl RefUnwindSafe for AiImporterDesc
impl !Send for AiImporterDesc
impl !Sync for AiImporterDesc
impl Unpin for AiImporterDesc
impl UnwindSafe for AiImporterDesc
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