Struct xcb::record::EnableContext
source · pub struct EnableContext {
pub context: Context,
}
Expand description
The EnableContext
request.
This request replies EnableContextReply.
Associated cookie types are EnableContextCookie and EnableContextCookieUnchecked.
Fields§
§context: Context
Trait Implementations§
source§impl Clone for EnableContext
impl Clone for EnableContext
source§fn clone(&self) -> EnableContext
fn clone(&self) -> EnableContext
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 moresource§impl Debug for EnableContext
impl Debug for EnableContext
source§impl RawRequest for EnableContext
impl RawRequest for EnableContext
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
source§impl Request for EnableContext
impl Request for EnableContext
source§impl RequestWithReply for EnableContext
impl RequestWithReply for EnableContext
source§type Reply = EnableContextReply
type Reply = EnableContextReply
Reply associated with the request
source§type Cookie = EnableContextCookie
type Cookie = EnableContextCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = EnableContextCookieUnchecked
type CookieUnchecked = EnableContextCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for EnableContext
impl RefUnwindSafe for EnableContext
impl Send for EnableContext
impl Sync for EnableContext
impl Unpin for EnableContext
impl UnwindSafe for EnableContext
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
)