Struct xcb::randr::SetPanning
source · 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: i16
Trait 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
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
)