Struct xcb::xprint::PrintInputSelectedReply
source · pub struct PrintInputSelectedReply { /* private fields */ }
Expand description
Reply type for PrintInputSelected.
Can be obtained from a PrintInputSelectedCookie with Connection::wait_for_reply or from a PrintInputSelectedCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl PrintInputSelectedReply
impl PrintInputSelectedReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn event_mask(&self) -> u32
pub fn all_events_mask(&self) -> u32
Trait Implementations§
source§impl Debug for PrintInputSelectedReply
impl Debug for PrintInputSelectedReply
source§impl Drop for PrintInputSelectedReply
impl Drop for PrintInputSelectedReply
source§impl Reply for PrintInputSelectedReply
impl Reply for PrintInputSelectedReply
impl Send for PrintInputSelectedReply
impl Sync for PrintInputSelectedReply
Auto Trait Implementations§
impl Freeze for PrintInputSelectedReply
impl RefUnwindSafe for PrintInputSelectedReply
impl Unpin for PrintInputSelectedReply
impl UnwindSafe for PrintInputSelectedReply
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