pub struct SetPanning {}Expand description
The SetPanning request.
This request replies SetPanningReply.
Associated cookie types are SetPanningCookie and SetPanningCookieUnchecked.
Fields§
§crtc: Crtc§timestamp: Timestamp§left: u16§top: u16§width: u16§height: u16§track_left: u16§track_top: u16§track_width: u16§track_height: u16§border_left: i16§border_top: i16§border_right: i16§border_bottom: i16Trait Implementations§
Source§impl Clone for SetPanning
impl Clone for SetPanning
Source§fn clone(&self) -> SetPanning
fn clone(&self) -> SetPanning
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 SetPanning
impl Debug for SetPanning
Source§impl RawRequest for SetPanning
impl RawRequest for SetPanning
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 SetPanning
impl Request for SetPanning
Source§impl RequestWithReply for SetPanning
impl RequestWithReply for SetPanning
Source§type Reply = SetPanningReply
type Reply = SetPanningReply
Reply associated with the request
Source§type Cookie = SetPanningCookie
type Cookie = SetPanningCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = SetPanningCookieUnchecked
type CookieUnchecked = SetPanningCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for SetPanning
impl RefUnwindSafe for SetPanning
impl Send for SetPanning
impl Sync for SetPanning
impl Unpin for SetPanning
impl UnwindSafe for SetPanning
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