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: i8Implementations§
Trait Implementations§
Source§impl Clone for DeviceBellRequest
impl Clone for DeviceBellRequest
Source§fn clone(&self) -> DeviceBellRequest
fn clone(&self) -> DeviceBellRequest
Returns a duplicate 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 DeviceBellRequest
impl Debug for DeviceBellRequest
Source§impl Default for DeviceBellRequest
impl Default for DeviceBellRequest
Source§fn default() -> DeviceBellRequest
fn default() -> DeviceBellRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceBellRequest
impl Hash for DeviceBellRequest
Source§impl Ord for DeviceBellRequest
impl Ord for DeviceBellRequest
Source§fn cmp(&self, other: &DeviceBellRequest) -> Ordering
fn cmp(&self, other: &DeviceBellRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeviceBellRequest
impl PartialEq for DeviceBellRequest
Source§impl PartialOrd for DeviceBellRequest
impl PartialOrd for DeviceBellRequest
Source§impl Request for DeviceBellRequest
impl Request for DeviceBellRequest
impl Copy for DeviceBellRequest
impl Eq for DeviceBellRequest
impl StructuralPartialEq 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