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