#[repr(C)]pub struct A_Color {
pub alpha: A_FpLong,
pub red: A_FpLong,
pub green: A_FpLong,
pub blue: A_FpLong,
}Fields§
§alpha: A_FpLong§red: A_FpLong§green: A_FpLong§blue: A_FpLongTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_Color
impl RefUnwindSafe for A_Color
impl Send for A_Color
impl Sync for A_Color
impl Unpin for A_Color
impl UnwindSafe for A_Color
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