#[repr(C)]pub struct WuiForegroundColor {
pub color: *mut WuiComputed<Color>,
}Expand description
FFI-safe representation of a foreground color.
Fields§
§color: *mut WuiComputed<Color>Pointer to the computed color.
Auto Trait Implementations§
impl Freeze for WuiForegroundColor
impl !RefUnwindSafe for WuiForegroundColor
impl !Send for WuiForegroundColor
impl !Sync for WuiForegroundColor
impl Unpin for WuiForegroundColor
impl !UnwindSafe for WuiForegroundColor
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more