pub struct AllocColorCellsRequest {
pub contiguous: bool,
pub cmap: u32,
pub colors: u16,
pub planes: u16,
}Fields§
§contiguous: bool§cmap: u32§colors: u16§planes: u16Implementations§
Trait Implementations§
Source§impl Clone for AllocColorCellsRequest
impl Clone for AllocColorCellsRequest
Source§fn clone(&self) -> AllocColorCellsRequest
fn clone(&self) -> AllocColorCellsRequest
Returns a duplicate 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 Hash for AllocColorCellsRequest
impl Hash for AllocColorCellsRequest
Source§impl Ord for AllocColorCellsRequest
impl Ord for AllocColorCellsRequest
Source§fn cmp(&self, other: &AllocColorCellsRequest) -> Ordering
fn cmp(&self, other: &AllocColorCellsRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AllocColorCellsRequest
impl PartialEq for AllocColorCellsRequest
Source§impl PartialOrd for AllocColorCellsRequest
impl PartialOrd for AllocColorCellsRequest
Source§impl ReplyRequest for AllocColorCellsRequest
impl ReplyRequest for AllocColorCellsRequest
Source§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
impl Eq for AllocColorCellsRequest
impl StructuralPartialEq 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