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