Struct xcb::glx::GetTexLevelParameteriv
source · 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: u32
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)