Struct xcb::x::GetPropertyReply
source · pub struct GetPropertyReply { /* private fields */ }
Implementations§
source§impl GetPropertyReply
impl GetPropertyReply
pub fn response_type(&self) -> u8
sourcepub fn format(&self) -> u8
pub fn format(&self) -> u8
Specifies whether the data should be viewed as a list of 8-bit, 16-bit, or 32-bit quantities. Possible values are 8, 16, and 32. This information allows the X server to correctly perform byte-swap operations as necessary.
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
sourcepub fn bytes_after(&self) -> u32
pub fn bytes_after(&self) -> u32
The number of bytes remaining to be read in the property if a partial read was performed.
Trait Implementations§
source§impl Debug for GetPropertyReply
impl Debug for GetPropertyReply
source§impl Drop for GetPropertyReply
impl Drop for GetPropertyReply
source§impl Reply for GetPropertyReply
impl Reply for GetPropertyReply
impl Send for GetPropertyReply
impl Sync for GetPropertyReply
Auto Trait Implementations§
impl Freeze for GetPropertyReply
impl RefUnwindSafe for GetPropertyReply
impl Unpin for GetPropertyReply
impl UnwindSafe for GetPropertyReply
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