Struct xcb::randr::GetPanning
source · pub struct GetPanning {
pub crtc: Crtc,
}
Expand description
The GetPanning
request.
This request replies GetPanningReply.
Associated cookie types are GetPanningCookie and GetPanningCookieUnchecked.
Fields§
§crtc: Crtc
Trait Implementations§
source§impl Clone for GetPanning
impl Clone for GetPanning
source§fn clone(&self) -> GetPanning
fn clone(&self) -> GetPanning
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 GetPanning
impl Debug for GetPanning
source§impl RawRequest for GetPanning
impl RawRequest for GetPanning
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 GetPanning
impl Request for GetPanning
source§impl RequestWithReply for GetPanning
impl RequestWithReply for GetPanning
source§type Reply = GetPanningReply
type Reply = GetPanningReply
Reply associated with the request
source§type Cookie = GetPanningCookie
type Cookie = GetPanningCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetPanningCookieUnchecked
type CookieUnchecked = GetPanningCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetPanning
impl RefUnwindSafe for GetPanning
impl Send for GetPanning
impl Sync for GetPanning
impl Unpin for GetPanning
impl UnwindSafe for GetPanning
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
)