#[repr(C)]pub struct AiMaterialProperty {
pub key: AiString,
pub semantic: c_uint,
pub index: c_uint,
pub data_length: c_uint,
pub property_type: AiPropertyTypeInfo,
pub data: *mut c_char,
}
Fields§
§key: AiString
§semantic: c_uint
§index: c_uint
§data_length: c_uint
§property_type: AiPropertyTypeInfo
§data: *mut c_char
Auto Trait Implementations§
impl Freeze for AiMaterialProperty
impl RefUnwindSafe for AiMaterialProperty
impl !Send for AiMaterialProperty
impl !Sync for AiMaterialProperty
impl Unpin for AiMaterialProperty
impl UnwindSafe for AiMaterialProperty
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