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