Struct x11rb_async::protocol::dri2::WaitSBCRequest
source · pub struct WaitSBCRequest {
pub drawable: u32,
pub target_sbc_hi: u32,
pub target_sbc_lo: u32,
}Fields§
§drawable: u32§target_sbc_hi: u32§target_sbc_lo: u32Implementations§
Trait Implementations§
source§impl Clone for WaitSBCRequest
impl Clone for WaitSBCRequest
source§fn clone(&self) -> WaitSBCRequest
fn clone(&self) -> WaitSBCRequest
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 WaitSBCRequest
impl Debug for WaitSBCRequest
source§impl Default for WaitSBCRequest
impl Default for WaitSBCRequest
source§fn default() -> WaitSBCRequest
fn default() -> WaitSBCRequest
Returns the “default value” for a type. Read more
source§impl Hash for WaitSBCRequest
impl Hash for WaitSBCRequest
source§impl Ord for WaitSBCRequest
impl Ord for WaitSBCRequest
source§fn cmp(&self, other: &WaitSBCRequest) -> Ordering
fn cmp(&self, other: &WaitSBCRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for WaitSBCRequest
impl PartialEq for WaitSBCRequest
source§fn eq(&self, other: &WaitSBCRequest) -> bool
fn eq(&self, other: &WaitSBCRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WaitSBCRequest
impl PartialOrd for WaitSBCRequest
source§fn partial_cmp(&self, other: &WaitSBCRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &WaitSBCRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for WaitSBCRequest
impl ReplyRequest for WaitSBCRequest
§type Reply = WaitSBCReply
type Reply = WaitSBCReply
The kind of reply that this request generates.
source§impl Request for WaitSBCRequest
impl Request for WaitSBCRequest
impl Copy for WaitSBCRequest
impl Eq for WaitSBCRequest
impl StructuralEq for WaitSBCRequest
impl StructuralPartialEq for WaitSBCRequest
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§
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