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