pub struct FillPoly<'a> {
pub drawable: Drawable,
pub gc: Gcontext,
pub shape: PolyShape,
pub coordinate_mode: CoordMode,
pub points: &'a [Point],
}Expand description
The FillPoly request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§drawable: Drawable§gc: Gcontext§shape: PolyShape§coordinate_mode: CoordMode§points: &'a [Point]Trait Implementations§
Source§impl<'a> RawRequest for FillPoly<'a>
impl<'a> RawRequest for FillPoly<'a>
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
impl<'a> RequestWithoutReply for FillPoly<'a>
Auto Trait Implementations§
impl<'a> Freeze for FillPoly<'a>
impl<'a> RefUnwindSafe for FillPoly<'a>
impl<'a> Send for FillPoly<'a>
impl<'a> Sync for FillPoly<'a>
impl<'a> Unpin for FillPoly<'a>
impl<'a> UnwindSafe for FillPoly<'a>
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