Struct GetDevicePropertyRequest
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: bool
Implementations§
Trait Implementations§
§impl Clone for GetDevicePropertyRequest
impl Clone for GetDevicePropertyRequest
§fn clone(&self) -> GetDevicePropertyRequest
fn clone(&self) -> GetDevicePropertyRequest
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 GetDevicePropertyRequest
impl Debug for GetDevicePropertyRequest
§impl Default for GetDevicePropertyRequest
impl Default for GetDevicePropertyRequest
§fn default() -> GetDevicePropertyRequest
fn default() -> GetDevicePropertyRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetDevicePropertyRequest
impl ReplyRequest for GetDevicePropertyRequest
§type Reply = GetDevicePropertyReply
type Reply = GetDevicePropertyReply
The kind of reply that this request generates.
§impl Request for GetDevicePropertyRequest
impl Request for GetDevicePropertyRequest
impl Copy 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
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
)