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