Struct xcb::shape::GetRectanglesReply
source · pub struct GetRectanglesReply { /* private fields */ }
Expand description
Reply type for GetRectangles.
Can be obtained from a GetRectanglesCookie with Connection::wait_for_reply or from a GetRectanglesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetRectanglesReply
impl GetRectanglesReply
pub fn response_type(&self) -> u8
pub fn ordering(&self) -> ClipOrdering
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn rectangles(&self) -> &[Rectangle]
Trait Implementations§
source§impl Debug for GetRectanglesReply
impl Debug for GetRectanglesReply
source§impl Drop for GetRectanglesReply
impl Drop for GetRectanglesReply
source§impl Reply for GetRectanglesReply
impl Reply for GetRectanglesReply
impl Send for GetRectanglesReply
impl Sync for GetRectanglesReply
Auto Trait Implementations§
impl Freeze for GetRectanglesReply
impl RefUnwindSafe for GetRectanglesReply
impl Unpin for GetRectanglesReply
impl UnwindSafe for GetRectanglesReply
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