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