pub struct XIListPropertiesRequest {
pub deviceid: u16,
}Fields§
§deviceid: u16Implementations§
Trait Implementations§
Source§impl Clone for XIListPropertiesRequest
impl Clone for XIListPropertiesRequest
Source§fn clone(&self) -> XIListPropertiesRequest
fn clone(&self) -> XIListPropertiesRequest
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 XIListPropertiesRequest
impl Debug for XIListPropertiesRequest
Source§impl Default for XIListPropertiesRequest
impl Default for XIListPropertiesRequest
Source§fn default() -> XIListPropertiesRequest
fn default() -> XIListPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for XIListPropertiesRequest
impl Hash for XIListPropertiesRequest
Source§impl Ord for XIListPropertiesRequest
impl Ord for XIListPropertiesRequest
Source§fn cmp(&self, other: &XIListPropertiesRequest) -> Ordering
fn cmp(&self, other: &XIListPropertiesRequest) -> 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 XIListPropertiesRequest
impl PartialEq for XIListPropertiesRequest
Source§impl PartialOrd for XIListPropertiesRequest
impl PartialOrd for XIListPropertiesRequest
Source§impl ReplyRequest for XIListPropertiesRequest
impl ReplyRequest for XIListPropertiesRequest
Source§type Reply = XIListPropertiesReply
type Reply = XIListPropertiesReply
The kind of reply that this request generates.
Source§impl Request for XIListPropertiesRequest
impl Request for XIListPropertiesRequest
impl Copy for XIListPropertiesRequest
impl Eq for XIListPropertiesRequest
impl StructuralPartialEq 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