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