pub struct GetMinmaxParameteriv {
pub context_tag: ContextTag,
pub target: u32,
pub pname: u32,
}Expand description
The GetMinmaxParameteriv request.
This request replies GetMinmaxParameterivReply.
Associated cookie types are GetMinmaxParameterivCookie and GetMinmaxParameterivCookieUnchecked.
Fields§
§context_tag: ContextTag§target: u32§pname: u32Trait Implementations§
Source§impl Clone for GetMinmaxParameteriv
impl Clone for GetMinmaxParameteriv
Source§fn clone(&self) -> GetMinmaxParameteriv
fn clone(&self) -> GetMinmaxParameteriv
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 GetMinmaxParameteriv
impl Debug for GetMinmaxParameteriv
Source§impl RawRequest for GetMinmaxParameteriv
impl RawRequest for GetMinmaxParameteriv
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 GetMinmaxParameteriv
impl Request for GetMinmaxParameteriv
Source§impl RequestWithReply for GetMinmaxParameteriv
impl RequestWithReply for GetMinmaxParameteriv
Source§type Reply = GetMinmaxParameterivReply
type Reply = GetMinmaxParameterivReply
Reply associated with the request
Source§type Cookie = GetMinmaxParameterivCookie
type Cookie = GetMinmaxParameterivCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetMinmaxParameterivCookieUnchecked
type CookieUnchecked = GetMinmaxParameterivCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetMinmaxParameteriv
impl RefUnwindSafe for GetMinmaxParameteriv
impl Send for GetMinmaxParameteriv
impl Sync for GetMinmaxParameteriv
impl Unpin for GetMinmaxParameteriv
impl UnwindSafe for GetMinmaxParameteriv
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