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