pub struct GetDevicePropertyRequest {
    pub property: u32,
    pub type_: u32,
    pub offset: u32,
    pub len: u32,
    pub device_id: u8,
    pub delete: bool,
}Fields§
§property: u32§type_: u32§offset: u32§len: u32§device_id: u8§delete: boolImplementations§
Trait Implementations§
Source§impl Clone for GetDevicePropertyRequest
 
impl Clone for GetDevicePropertyRequest
Source§fn clone(&self) -> GetDevicePropertyRequest
 
fn clone(&self) -> GetDevicePropertyRequest
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 GetDevicePropertyRequest
 
impl Debug for GetDevicePropertyRequest
Source§impl Default for GetDevicePropertyRequest
 
impl Default for GetDevicePropertyRequest
Source§fn default() -> GetDevicePropertyRequest
 
fn default() -> GetDevicePropertyRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetDevicePropertyRequest
 
impl Hash for GetDevicePropertyRequest
Source§impl Ord for GetDevicePropertyRequest
 
impl Ord for GetDevicePropertyRequest
Source§fn cmp(&self, other: &GetDevicePropertyRequest) -> Ordering
 
fn cmp(&self, other: &GetDevicePropertyRequest) -> 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 GetDevicePropertyRequest
 
impl PartialEq for GetDevicePropertyRequest
Source§impl PartialOrd for GetDevicePropertyRequest
 
impl PartialOrd for GetDevicePropertyRequest
Source§impl ReplyRequest for GetDevicePropertyRequest
 
impl ReplyRequest for GetDevicePropertyRequest
Source§type Reply = GetDevicePropertyReply
 
type Reply = GetDevicePropertyReply
The kind of reply that this request generates.
Source§impl Request for GetDevicePropertyRequest
 
impl Request for GetDevicePropertyRequest
impl Copy for GetDevicePropertyRequest
impl Eq for GetDevicePropertyRequest
impl StructuralPartialEq for GetDevicePropertyRequest
Auto Trait Implementations§
impl Freeze for GetDevicePropertyRequest
impl RefUnwindSafe for GetDevicePropertyRequest
impl Send for GetDevicePropertyRequest
impl Sync for GetDevicePropertyRequest
impl Unpin for GetDevicePropertyRequest
impl UnwindSafe for GetDevicePropertyRequest
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