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