#[repr(C)]pub struct AiMaterial {
pub properties: *mut *mut AiMaterialProperty,
pub num_properties: c_uint,
pub num_allocated: c_uint,
}
Fields§
§properties: *mut *mut AiMaterialProperty
§num_properties: c_uint
§num_allocated: c_uint
Auto Trait Implementations§
impl Freeze for AiMaterial
impl RefUnwindSafe for AiMaterial
impl !Send for AiMaterial
impl !Sync for AiMaterial
impl Unpin for AiMaterial
impl UnwindSafe for AiMaterial
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