Struct x11rb::protocol::dri2::WaitSBCRequest [−][src]
pub struct WaitSBCRequest {
pub drawable: Drawable,
pub target_sbc_hi: u32,
pub target_sbc_lo: u32,
}
Fields
drawable: Drawable
target_sbc_hi: u32
target_sbc_lo: u32
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, WaitSBCReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Reply = WaitSBCReply
type Reply = WaitSBCReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for WaitSBCRequest
impl Send for WaitSBCRequest
impl Sync for WaitSBCRequest
impl Unpin for WaitSBCRequest
impl UnwindSafe for WaitSBCRequest
Blanket Implementations
Mutably borrows from an owned value. Read more