Struct xcb::randr::GetCrtcTransformReply
source · pub struct GetCrtcTransformReply { /* private fields */ }
Expand description
Reply type for GetCrtcTransform.
Can be obtained from a GetCrtcTransformCookie with Connection::wait_for_reply or from a GetCrtcTransformCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetCrtcTransformReply
impl GetCrtcTransformReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn pending_transform(&self) -> Transform
pub fn has_transforms(&self) -> bool
pub fn current_transform(&self) -> Transform
pub fn pending_filter_name(&self) -> &Lat1Str
pub fn pending_params(&self) -> &[Fixed]
pub fn current_filter_name(&self) -> &Lat1Str
pub fn current_params(&self) -> &[Fixed]
Trait Implementations§
source§impl Debug for GetCrtcTransformReply
impl Debug for GetCrtcTransformReply
source§impl Drop for GetCrtcTransformReply
impl Drop for GetCrtcTransformReply
source§impl Reply for GetCrtcTransformReply
impl Reply for GetCrtcTransformReply
impl Send for GetCrtcTransformReply
impl Sync for GetCrtcTransformReply
Auto Trait Implementations§
impl Freeze for GetCrtcTransformReply
impl RefUnwindSafe for GetCrtcTransformReply
impl Unpin for GetCrtcTransformReply
impl UnwindSafe for GetCrtcTransformReply
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