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: Timestamp
Trait 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
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
)