Struct AllocColorCellsRequest
pub struct AllocColorCellsRequest {
pub contiguous: bool,
pub cmap: u32,
pub colors: u16,
pub planes: u16,
}
Fields§
§contiguous: bool
§cmap: u32
§colors: u16
§planes: u16
Implementations§
Trait Implementations§
§impl Clone for AllocColorCellsRequest
impl Clone for AllocColorCellsRequest
§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 more§impl Debug for AllocColorCellsRequest
impl Debug for AllocColorCellsRequest
§impl Default for AllocColorCellsRequest
impl Default for AllocColorCellsRequest
§fn default() -> AllocColorCellsRequest
fn default() -> AllocColorCellsRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for AllocColorCellsRequest
impl ReplyRequest for AllocColorCellsRequest
§type Reply = AllocColorCellsReply
type Reply = AllocColorCellsReply
The kind of reply that this request generates.
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)