pub struct GetNames {
pub device_spec: DeviceSpec,
pub which: NameDetail,
}Expand description
The GetNames request.
This request replies GetNamesReply.
Associated cookie types are GetNamesCookie and GetNamesCookieUnchecked.
Fields§
§device_spec: DeviceSpec§which: NameDetailTrait Implementations§
Source§impl RawRequest for GetNames
impl RawRequest for GetNames
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl RequestWithReply for GetNames
impl RequestWithReply for GetNames
Source§type Reply = GetNamesReply
type Reply = GetNamesReply
Reply associated with the request
Source§type Cookie = GetNamesCookie
type Cookie = GetNamesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetNamesCookieUnchecked
type CookieUnchecked = GetNamesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetNames
impl RefUnwindSafe for GetNames
impl Send for GetNames
impl Sync for GetNames
impl Unpin for GetNames
impl UnwindSafe for GetNames
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