Struct DeviceBellRequest
pub struct DeviceBellRequest {
pub device_id: u8,
pub feedback_id: u8,
pub feedback_class: u8,
pub percent: i8,
}
Fields§
§device_id: u8
§feedback_id: u8
§feedback_class: u8
§percent: i8
Implementations§
Trait Implementations§
§impl Clone for DeviceBellRequest
impl Clone for DeviceBellRequest
§fn clone(&self) -> DeviceBellRequest
fn clone(&self) -> DeviceBellRequest
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 more§impl Debug for DeviceBellRequest
impl Debug for DeviceBellRequest
§impl Default for DeviceBellRequest
impl Default for DeviceBellRequest
§fn default() -> DeviceBellRequest
fn default() -> DeviceBellRequest
Returns the “default value” for a type. Read more
§impl Request for DeviceBellRequest
impl Request for DeviceBellRequest
impl Copy for DeviceBellRequest
impl VoidRequest for DeviceBellRequest
Auto Trait Implementations§
impl Freeze for DeviceBellRequest
impl RefUnwindSafe for DeviceBellRequest
impl Send for DeviceBellRequest
impl Sync for DeviceBellRequest
impl Unpin for DeviceBellRequest
impl UnwindSafe for DeviceBellRequest
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
)