#[repr(C)]pub struct aiMetadataEntry {
pub mType: aiMetadataType,
pub mData: *mut c_void,
}Fields§
§mType: aiMetadataType§mData: *mut c_voidTrait Implementations§
Source§impl Clone for aiMetadataEntry
impl Clone for aiMetadataEntry
Source§fn clone(&self) -> aiMetadataEntry
fn clone(&self) -> aiMetadataEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for aiMetadataEntry
Source§impl Debug for aiMetadataEntry
impl Debug for aiMetadataEntry
impl Eq for aiMetadataEntry
Source§impl Hash for aiMetadataEntry
impl Hash for aiMetadataEntry
Source§impl PartialEq for aiMetadataEntry
impl PartialEq for aiMetadataEntry
Source§fn eq(&self, other: &aiMetadataEntry) -> bool
fn eq(&self, other: &aiMetadataEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for aiMetadataEntry
Auto 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