#[repr(C)]pub struct AiMetadataEntry {
pub data_type: AiMetadataType,
pub data: *mut c_void,
}Fields§
§data_type: AiMetadataType§data: *mut c_voidAuto Trait Implementations§
impl !Send for AiMetadataEntry
impl !Sync for AiMetadataEntry
impl Freeze for AiMetadataEntry
impl RefUnwindSafe for AiMetadataEntry
impl Unpin for AiMetadataEntry
impl UnsafeUnpin for AiMetadataEntry
impl UnwindSafe for AiMetadataEntry
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