#[repr(C)]pub struct XftColor {
pub pixel: c_ulong,
pub color: XRenderColor,
}
Fields
pixel: c_ulong
color: XRenderColor
Trait Implementations
sourceimpl PartialEq<XftColor> for XftColor
impl PartialEq<XftColor> for XftColor
impl Copy for XftColor
impl StructuralPartialEq for XftColor
Auto Trait Implementations
impl RefUnwindSafe for XftColor
impl Send for XftColor
impl Sync for XftColor
impl Unpin for XftColor
impl UnwindSafe for XftColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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