pub struct GetIntegerv {
pub context_tag: ContextTag,
pub pname: u32,
}Expand description
The GetIntegerv request.
This request replies GetIntegervReply.
Associated cookie types are GetIntegervCookie and GetIntegervCookieUnchecked.
Fields§
§context_tag: ContextTag§pname: u32Trait Implementations§
Source§impl Clone for GetIntegerv
impl Clone for GetIntegerv
Source§fn clone(&self) -> GetIntegerv
fn clone(&self) -> GetIntegerv
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetIntegerv
impl Debug for GetIntegerv
Source§impl RawRequest for GetIntegerv
impl RawRequest for GetIntegerv
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 Request for GetIntegerv
impl Request for GetIntegerv
Source§impl RequestWithReply for GetIntegerv
impl RequestWithReply for GetIntegerv
Source§type Reply = GetIntegervReply
type Reply = GetIntegervReply
Reply associated with the request
Source§type Cookie = GetIntegervCookie
type Cookie = GetIntegervCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetIntegervCookieUnchecked
type CookieUnchecked = GetIntegervCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetIntegerv
impl RefUnwindSafe for GetIntegerv
impl Send for GetIntegerv
impl Sync for GetIntegerv
impl Unpin for GetIntegerv
impl UnwindSafe for GetIntegerv
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