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