pub struct DeleteDevicePropertyRequest {
pub property: u32,
pub device_id: u8,
}Fields§
§property: u32§device_id: u8Implementations§
Trait Implementations§
Source§impl Clone for DeleteDevicePropertyRequest
impl Clone for DeleteDevicePropertyRequest
Source§fn clone(&self) -> DeleteDevicePropertyRequest
fn clone(&self) -> DeleteDevicePropertyRequest
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 DeleteDevicePropertyRequest
impl Debug for DeleteDevicePropertyRequest
Source§impl Default for DeleteDevicePropertyRequest
impl Default for DeleteDevicePropertyRequest
Source§fn default() -> DeleteDevicePropertyRequest
fn default() -> DeleteDevicePropertyRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DeleteDevicePropertyRequest
impl Hash for DeleteDevicePropertyRequest
Source§impl Ord for DeleteDevicePropertyRequest
impl Ord for DeleteDevicePropertyRequest
Source§fn cmp(&self, other: &DeleteDevicePropertyRequest) -> Ordering
fn cmp(&self, other: &DeleteDevicePropertyRequest) -> 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 PartialOrd for DeleteDevicePropertyRequest
impl PartialOrd for DeleteDevicePropertyRequest
impl Copy for DeleteDevicePropertyRequest
impl Eq for DeleteDevicePropertyRequest
impl StructuralPartialEq for DeleteDevicePropertyRequest
impl VoidRequest for DeleteDevicePropertyRequest
Auto Trait Implementations§
impl Freeze for DeleteDevicePropertyRequest
impl RefUnwindSafe for DeleteDevicePropertyRequest
impl Send for DeleteDevicePropertyRequest
impl Sync for DeleteDevicePropertyRequest
impl Unpin for DeleteDevicePropertyRequest
impl UnwindSafe for DeleteDevicePropertyRequest
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