pub struct PolyArc<'a> {
pub drawable: Drawable,
pub gc: Gcontext,
pub arcs: &'a [Arc],
}
Expand description
The PolyArc
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§drawable: Drawable
§gc: Gcontext
§arcs: &'a [Arc]
Trait Implementations§
source§impl<'a> RawRequest for PolyArc<'a>
impl<'a> RawRequest for PolyArc<'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 PolyArc<'a>
Auto Trait Implementations§
impl<'a> Freeze for PolyArc<'a>
impl<'a> RefUnwindSafe for PolyArc<'a>
impl<'a> Send for PolyArc<'a>
impl<'a> Sync for PolyArc<'a>
impl<'a> Unpin for PolyArc<'a>
impl<'a> UnwindSafe for PolyArc<'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
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
)