pub struct CreateGc<'a> {
pub cid: Gcontext,
pub drawable: Drawable,
pub value_list: &'a [Gc],
}
Expand description
Creates a graphics context
Creates a graphics context. The graphics context can be used with any drawable that has the same root and depth as the specified drawable.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§cid: Gcontext
The ID with which you will refer to the graphics context, created by Connection::generate_id.
drawable: Drawable
Drawable to get the root/depth from.
value_list: &'a [Gc]
Trait Implementations§
source§impl<'a> RawRequest for CreateGc<'a>
impl<'a> RawRequest for CreateGc<'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 CreateGc<'a>
Auto Trait Implementations§
impl<'a> Freeze for CreateGc<'a>
impl<'a> RefUnwindSafe for CreateGc<'a>
impl<'a> Send for CreateGc<'a>
impl<'a> Sync for CreateGc<'a>
impl<'a> Unpin for CreateGc<'a>
impl<'a> UnwindSafe for CreateGc<'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
)