pub struct GrabPort {
pub port: Port,
pub time: Timestamp,
}Expand description
The GrabPort request.
This request replies GrabPortReply.
Associated cookie types are GrabPortCookie and GrabPortCookieUnchecked.
Fields§
§port: Port§time: TimestampTrait Implementations§
Source§impl RawRequest for GrabPort
impl RawRequest for GrabPort
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 GrabPort
impl RequestWithReply for GrabPort
Source§type Reply = GrabPortReply
type Reply = GrabPortReply
Reply associated with the request
Source§type Cookie = GrabPortCookie
type Cookie = GrabPortCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GrabPortCookieUnchecked
type CookieUnchecked = GrabPortCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GrabPort
impl RefUnwindSafe for GrabPort
impl Send for GrabPort
impl Sync for GrabPort
impl Unpin for GrabPort
impl UnwindSafe for GrabPort
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