Struct xcb::xinput::DeviceBell
source · pub struct DeviceBell {
pub device_id: u8,
pub feedback_id: u8,
pub feedback_class: u8,
pub percent: i8,
}
Expand description
The DeviceBell
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§device_id: u8
§feedback_id: u8
§feedback_class: u8
§percent: i8
Trait Implementations§
source§impl Clone for DeviceBell
impl Clone for DeviceBell
source§fn clone(&self) -> DeviceBell
fn clone(&self) -> DeviceBell
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 DeviceBell
impl Debug for DeviceBell
source§impl RawRequest for DeviceBell
impl RawRequest for DeviceBell
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 DeviceBell
impl Request for DeviceBell
impl RequestWithoutReply for DeviceBell
Auto Trait Implementations§
impl Freeze for DeviceBell
impl RefUnwindSafe for DeviceBell
impl Send for DeviceBell
impl Sync for DeviceBell
impl Unpin for DeviceBell
impl UnwindSafe for DeviceBell
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
)