#[repr(C)]pub struct AiColor3D {
pub r: c_float,
pub g: c_float,
pub b: c_float,
}
Fields§
§r: c_float
§g: c_float
§b: c_float
Trait Implementations§
impl Copy for AiColor3D
impl StructuralPartialEq for AiColor3D
Auto Trait Implementations§
impl Freeze for AiColor3D
impl RefUnwindSafe for AiColor3D
impl Send for AiColor3D
impl Sync for AiColor3D
impl Unpin for AiColor3D
impl UnwindSafe for AiColor3D
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