Struct PolyText8Request
pub struct PolyText8Request<'input> {
pub drawable: u32,
pub gc: u32,
pub x: i16,
pub y: i16,
pub items: Cow<'input, [u8]>,
}
Fields§
§drawable: u32
§gc: u32
§x: i16
§y: i16
§items: Cow<'input, [u8]>
Implementations§
§impl<'input> PolyText8Request<'input>
impl<'input> PolyText8Request<'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) -> PolyText8Request<'static>
pub fn into_owned(self) -> PolyText8Request<'static>
Clone all borrowed data in this PolyText8Request.
Trait Implementations§
§impl<'input> Clone for PolyText8Request<'input>
impl<'input> Clone for PolyText8Request<'input>
§fn clone(&self) -> PolyText8Request<'input>
fn clone(&self) -> PolyText8Request<'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 PolyText8Request<'_>
impl Debug for PolyText8Request<'_>
§impl<'input> Default for PolyText8Request<'input>
impl<'input> Default for PolyText8Request<'input>
§fn default() -> PolyText8Request<'input>
fn default() -> PolyText8Request<'input>
Returns the “default value” for a type. Read more
§impl<'input> Request for PolyText8Request<'input>
impl<'input> Request for PolyText8Request<'input>
impl<'input> VoidRequest for PolyText8Request<'input>
Auto Trait Implementations§
impl<'input> Freeze for PolyText8Request<'input>
impl<'input> RefUnwindSafe for PolyText8Request<'input>
impl<'input> Send for PolyText8Request<'input>
impl<'input> Sync for PolyText8Request<'input>
impl<'input> Unpin for PolyText8Request<'input>
impl<'input> UnwindSafe for PolyText8Request<'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
)