Struct AllocNamedColorRequest
pub struct AllocNamedColorRequest<'input> {
pub cmap: u32,
pub name: Cow<'input, [u8]>,
}
Fields§
§cmap: u32
§name: Cow<'input, [u8]>
Implementations§
§impl<'input> AllocNamedColorRequest<'input>
impl<'input> AllocNamedColorRequest<'input>
pub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize(self) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> AllocNamedColorRequest<'static>
pub fn into_owned(self) -> AllocNamedColorRequest<'static>
Clone all borrowed data in this AllocNamedColorRequest.
Trait Implementations§
§impl<'input> Clone for AllocNamedColorRequest<'input>
impl<'input> Clone for AllocNamedColorRequest<'input>
§fn clone(&self) -> AllocNamedColorRequest<'input>
fn clone(&self) -> AllocNamedColorRequest<'input>
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 AllocNamedColorRequest<'_>
impl Debug for AllocNamedColorRequest<'_>
§impl<'input> Default for AllocNamedColorRequest<'input>
impl<'input> Default for AllocNamedColorRequest<'input>
§fn default() -> AllocNamedColorRequest<'input>
fn default() -> AllocNamedColorRequest<'input>
Returns the “default value” for a type. Read more
§impl<'input> ReplyRequest for AllocNamedColorRequest<'input>
impl<'input> ReplyRequest for AllocNamedColorRequest<'input>
§type Reply = AllocNamedColorReply
type Reply = AllocNamedColorReply
The kind of reply that this request generates.
§impl<'input> Request for AllocNamedColorRequest<'input>
impl<'input> Request for AllocNamedColorRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for AllocNamedColorRequest<'input>
impl<'input> RefUnwindSafe for AllocNamedColorRequest<'input>
impl<'input> Send for AllocNamedColorRequest<'input>
impl<'input> Sync for AllocNamedColorRequest<'input>
impl<'input> Unpin for AllocNamedColorRequest<'input>
impl<'input> UnwindSafe for AllocNamedColorRequest<'input>
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
)