pub struct GetPanning {
pub crtc: Crtc,
}Expand description
The GetPanning request.
This request replies GetPanningReply.
Associated cookie types are GetPanningCookie and GetPanningCookieUnchecked.
Fields§
§crtc: CrtcTrait 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