Struct x11rb_protocol::protocol::xproto::AllocColorCellsRequest
source · pub struct AllocColorCellsRequest {
pub contiguous: bool,
pub cmap: Colormap,
pub colors: u16,
pub planes: u16,
}
Fields§
§contiguous: bool
§cmap: Colormap
§colors: u16
§planes: u16
Implementations§
Trait Implementations§
source§impl Clone for AllocColorCellsRequest
impl Clone for AllocColorCellsRequest
source§fn clone(&self) -> AllocColorCellsRequest
fn clone(&self) -> AllocColorCellsRequest
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 AllocColorCellsRequest
impl Debug for AllocColorCellsRequest
source§impl Default for AllocColorCellsRequest
impl Default for AllocColorCellsRequest
source§fn default() -> AllocColorCellsRequest
fn default() -> AllocColorCellsRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for AllocColorCellsRequest
impl ReplyRequest for AllocColorCellsRequest
§type Reply = AllocColorCellsReply
type Reply = AllocColorCellsReply
The kind of reply that this request generates.
source§impl Request for AllocColorCellsRequest
impl Request for AllocColorCellsRequest
impl Copy for AllocColorCellsRequest
Auto Trait Implementations§
impl Freeze for AllocColorCellsRequest
impl RefUnwindSafe for AllocColorCellsRequest
impl Send for AllocColorCellsRequest
impl Sync for AllocColorCellsRequest
impl Unpin for AllocColorCellsRequest
impl UnwindSafe for AllocColorCellsRequest
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