Struct x11rb_protocol::protocol::xproto::QueryColorsReply
source · [−]Fields
sequence: u16
length: u32
colors: Vec<Rgb>
Implementations
sourceimpl QueryColorsReply
impl QueryColorsReply
sourcepub fn colors_len(&self) -> u16
pub fn colors_len(&self) -> u16
Get the value of the colors_len
field.
The colors_len
field is used as the length field of the colors
field.
This function computes the field’s value again based on the length of the list.
Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
Trait Implementations
sourceimpl Clone for QueryColorsReply
impl Clone for QueryColorsReply
sourcefn clone(&self) -> QueryColorsReply
fn clone(&self) -> QueryColorsReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QueryColorsReply
impl Debug for QueryColorsReply
sourceimpl Default for QueryColorsReply
impl Default for QueryColorsReply
sourcefn default() -> QueryColorsReply
fn default() -> QueryColorsReply
Returns the “default value” for a type. Read more
sourceimpl From<QueryColorsReply> for Reply
impl From<QueryColorsReply> for Reply
sourcefn from(reply: QueryColorsReply) -> Reply
fn from(reply: QueryColorsReply) -> Reply
Converts to this type from the input type.
sourceimpl Hash for QueryColorsReply
impl Hash for QueryColorsReply
sourceimpl Ord for QueryColorsReply
impl Ord for QueryColorsReply
sourceimpl PartialEq<QueryColorsReply> for QueryColorsReply
impl PartialEq<QueryColorsReply> for QueryColorsReply
sourcefn eq(&self, other: &QueryColorsReply) -> bool
fn eq(&self, other: &QueryColorsReply) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &QueryColorsReply) -> bool
fn ne(&self, other: &QueryColorsReply) -> bool
This method tests for !=
.
sourceimpl PartialOrd<QueryColorsReply> for QueryColorsReply
impl PartialOrd<QueryColorsReply> for QueryColorsReply
sourcefn partial_cmp(&self, other: &QueryColorsReply) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryColorsReply) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl TryParse for QueryColorsReply
impl TryParse for QueryColorsReply
impl Eq for QueryColorsReply
impl StructuralEq for QueryColorsReply
impl StructuralPartialEq for QueryColorsReply
Auto Trait Implementations
impl RefUnwindSafe for QueryColorsReply
impl Send for QueryColorsReply
impl Sync for QueryColorsReply
impl Unpin for QueryColorsReply
impl UnwindSafe for QueryColorsReply
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