Struct xcb::sync::QueryAlarm
source · pub struct QueryAlarm {
pub alarm: Alarm,
}
Expand description
The QueryAlarm
request.
This request replies QueryAlarmReply.
Associated cookie types are QueryAlarmCookie and QueryAlarmCookieUnchecked.
Fields§
§alarm: Alarm
Trait Implementations§
source§impl Clone for QueryAlarm
impl Clone for QueryAlarm
source§fn clone(&self) -> QueryAlarm
fn clone(&self) -> QueryAlarm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryAlarm
impl Debug for QueryAlarm
source§impl RawRequest for QueryAlarm
impl RawRequest for QueryAlarm
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for QueryAlarm
impl Request for QueryAlarm
source§impl RequestWithReply for QueryAlarm
impl RequestWithReply for QueryAlarm
source§type Reply = QueryAlarmReply
type Reply = QueryAlarmReply
Reply associated with the request
source§type Cookie = QueryAlarmCookie
type Cookie = QueryAlarmCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryAlarmCookieUnchecked
type CookieUnchecked = QueryAlarmCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryAlarm
impl RefUnwindSafe for QueryAlarm
impl Send for QueryAlarm
impl Sync for QueryAlarm
impl Unpin for QueryAlarm
impl UnwindSafe for QueryAlarm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)