pub struct GetMapdv {
pub context_tag: ContextTag,
pub target: u32,
pub query: u32,
}
Expand description
The GetMapdv
request.
This request replies GetMapdvReply.
Associated cookie types are GetMapdvCookie and GetMapdvCookieUnchecked.
Fields§
§context_tag: ContextTag
§target: u32
§query: u32
Trait Implementations§
source§impl RawRequest for GetMapdv
impl RawRequest for GetMapdv
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 GetMapdv
impl RequestWithReply for GetMapdv
source§type Reply = GetMapdvReply
type Reply = GetMapdvReply
Reply associated with the request
source§type Cookie = GetMapdvCookie
type Cookie = GetMapdvCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetMapdvCookieUnchecked
type CookieUnchecked = GetMapdvCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetMapdv
impl RefUnwindSafe for GetMapdv
impl Send for GetMapdv
impl Sync for GetMapdv
impl Unpin for GetMapdv
impl UnwindSafe for GetMapdv
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
)