Struct x11_dl::xrender::_XIndexValue
source · #[repr(C)]pub struct _XIndexValue {
pub pixel: c_ulong,
pub red: c_ushort,
pub green: c_ushort,
pub blue: c_ushort,
pub alpha: c_ushort,
}
Fields§
§pixel: c_ulong
§red: c_ushort
§green: c_ushort
§blue: c_ushort
§alpha: c_ushort
Trait Implementations§
source§impl Clone for _XIndexValue
impl Clone for _XIndexValue
source§fn clone(&self) -> _XIndexValue
fn clone(&self) -> _XIndexValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _XIndexValue
impl Debug for _XIndexValue
source§impl PartialEq for _XIndexValue
impl PartialEq for _XIndexValue
source§fn eq(&self, other: &_XIndexValue) -> bool
fn eq(&self, other: &_XIndexValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _XIndexValue
impl StructuralPartialEq for _XIndexValue
Auto Trait Implementations§
impl Freeze for _XIndexValue
impl RefUnwindSafe for _XIndexValue
impl Send for _XIndexValue
impl Sync for _XIndexValue
impl Unpin for _XIndexValue
impl UnwindSafe for _XIndexValue
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