Struct xcb::xkb::GetNamedIndicator
source · pub struct GetNamedIndicator {
pub device_spec: DeviceSpec,
pub led_class: LedClass,
pub led_id: IdSpec,
pub indicator: Atom,
}
Expand description
The GetNamedIndicator
request.
This request replies GetNamedIndicatorReply.
Associated cookie types are GetNamedIndicatorCookie and GetNamedIndicatorCookieUnchecked.
Fields§
§device_spec: DeviceSpec
§led_class: LedClass
§led_id: IdSpec
§indicator: Atom
Trait Implementations§
source§impl Clone for GetNamedIndicator
impl Clone for GetNamedIndicator
source§fn clone(&self) -> GetNamedIndicator
fn clone(&self) -> GetNamedIndicator
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 GetNamedIndicator
impl Debug for GetNamedIndicator
source§impl RawRequest for GetNamedIndicator
impl RawRequest for GetNamedIndicator
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 GetNamedIndicator
impl Request for GetNamedIndicator
source§impl RequestWithReply for GetNamedIndicator
impl RequestWithReply for GetNamedIndicator
source§type Reply = GetNamedIndicatorReply
type Reply = GetNamedIndicatorReply
Reply associated with the request
source§type Cookie = GetNamedIndicatorCookie
type Cookie = GetNamedIndicatorCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetNamedIndicatorCookieUnchecked
type CookieUnchecked = GetNamedIndicatorCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetNamedIndicator
impl RefUnwindSafe for GetNamedIndicator
impl Send for GetNamedIndicator
impl Sync for GetNamedIndicator
impl Unpin for GetNamedIndicator
impl UnwindSafe for GetNamedIndicator
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
)