pub struct IsEnabled {
pub context_tag: ContextTag,
pub capability: u32,
}Expand description
The IsEnabled request.
This request replies IsEnabledReply.
Associated cookie types are IsEnabledCookie and IsEnabledCookieUnchecked.
Fields§
§context_tag: ContextTag§capability: u32Trait Implementations§
Source§impl RawRequest for IsEnabled
impl RawRequest for IsEnabled
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 RequestWithReply for IsEnabled
impl RequestWithReply for IsEnabled
Source§type Reply = IsEnabledReply
type Reply = IsEnabledReply
Reply associated with the request
Source§type Cookie = IsEnabledCookie
type Cookie = IsEnabledCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = IsEnabledCookieUnchecked
type CookieUnchecked = IsEnabledCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for IsEnabled
impl RefUnwindSafe for IsEnabled
impl Send for IsEnabled
impl Sync for IsEnabled
impl Unpin for IsEnabled
impl UnsafeUnpin for IsEnabled
impl UnwindSafe for IsEnabled
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