#[repr(C)]pub struct AiExportDataBlob {
pub size: usize,
pub data: *mut c_void,
pub name: AiString,
pub next: *mut AiExportDataBlob,
}
Fields§
§size: usize
§data: *mut c_void
§name: AiString
§next: *mut AiExportDataBlob
Auto Trait Implementations§
impl Freeze for AiExportDataBlob
impl RefUnwindSafe for AiExportDataBlob
impl !Send for AiExportDataBlob
impl !Sync for AiExportDataBlob
impl Unpin for AiExportDataBlob
impl UnwindSafe for AiExportDataBlob
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