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