Struct XIListPropertiesRequest
pub struct XIListPropertiesRequest {
pub deviceid: u16,
}
Fields§
§deviceid: u16
Implementations§
Trait Implementations§
§impl Clone for XIListPropertiesRequest
impl Clone for XIListPropertiesRequest
§fn clone(&self) -> XIListPropertiesRequest
fn clone(&self) -> XIListPropertiesRequest
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 XIListPropertiesRequest
impl Debug for XIListPropertiesRequest
§impl Default for XIListPropertiesRequest
impl Default for XIListPropertiesRequest
§fn default() -> XIListPropertiesRequest
fn default() -> XIListPropertiesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for XIListPropertiesRequest
impl ReplyRequest for XIListPropertiesRequest
§type Reply = XIListPropertiesReply
type Reply = XIListPropertiesReply
The kind of reply that this request generates.
§impl Request for XIListPropertiesRequest
impl Request for XIListPropertiesRequest
impl Copy for XIListPropertiesRequest
Auto Trait Implementations§
impl Freeze for XIListPropertiesRequest
impl RefUnwindSafe for XIListPropertiesRequest
impl Send for XIListPropertiesRequest
impl Sync for XIListPropertiesRequest
impl Unpin for XIListPropertiesRequest
impl UnwindSafe for XIListPropertiesRequest
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
)