Expand description
IPC representation of a color value.
Fields
r: u8
Red channel (0-255)
g: u8
Green channel (0-255)
b: u8
Blue channel (0-255)
Auto Trait Implementations
impl RefUnwindSafe for IpcColor
impl Send for IpcColor
impl Sync for IpcColor
impl Unpin for IpcColor
impl UnwindSafe for IpcColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more