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: u32Trait 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