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