pub struct WaitSbc {
pub drawable: Drawable,
pub target_sbc_hi: u32,
pub target_sbc_lo: u32,
}
Expand description
The WaitSbc
request.
This request replies WaitSbcReply.
Associated cookie types are WaitSbcCookie and WaitSbcCookieUnchecked.
Fields§
§drawable: Drawable
§target_sbc_hi: u32
§target_sbc_lo: u32
Trait Implementations§
source§impl RawRequest for WaitSbc
impl RawRequest for WaitSbc
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 RequestWithReply for WaitSbc
impl RequestWithReply for WaitSbc
source§type Reply = WaitSbcReply
type Reply = WaitSbcReply
Reply associated with the request
source§type Cookie = WaitSbcCookie
type Cookie = WaitSbcCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = WaitSbcCookieUnchecked
type CookieUnchecked = WaitSbcCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for WaitSbc
impl RefUnwindSafe for WaitSbc
impl Send for WaitSbc
impl Sync for WaitSbc
impl Unpin for WaitSbc
impl UnwindSafe for WaitSbc
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
)