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