Struct xcb::randr::GetPanningReply
source · pub struct GetPanningReply { /* private fields */ }
Expand description
Reply type for GetPanning.
Can be obtained from a GetPanningCookie with Connection::wait_for_reply or from a GetPanningCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetPanningReply
impl GetPanningReply
pub fn response_type(&self) -> u8
pub fn status(&self) -> SetConfig
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn timestamp(&self) -> Timestamp
pub fn left(&self) -> u16
pub fn top(&self) -> u16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn track_left(&self) -> u16
pub fn track_top(&self) -> u16
pub fn track_width(&self) -> u16
pub fn track_height(&self) -> u16
pub fn border_left(&self) -> i16
pub fn border_top(&self) -> i16
pub fn border_right(&self) -> i16
pub fn border_bottom(&self) -> i16
Trait Implementations§
source§impl Debug for GetPanningReply
impl Debug for GetPanningReply
source§impl Drop for GetPanningReply
impl Drop for GetPanningReply
source§impl Reply for GetPanningReply
impl Reply for GetPanningReply
impl Send for GetPanningReply
impl Sync for GetPanningReply
Auto Trait Implementations§
impl Freeze for GetPanningReply
impl RefUnwindSafe for GetPanningReply
impl Unpin for GetPanningReply
impl UnwindSafe for GetPanningReply
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