pub struct GetTexLevelParameterivRequest {
    pub context_tag: u32,
    pub target: u32,
    pub level: i32,
    pub pname: u32,
}Fields§
§context_tag: u32§target: u32§level: i32§pname: u32Implementations§
Trait Implementations§
Source§impl Clone for GetTexLevelParameterivRequest
 
impl Clone for GetTexLevelParameterivRequest
Source§fn clone(&self) -> GetTexLevelParameterivRequest
 
fn clone(&self) -> GetTexLevelParameterivRequest
Returns a duplicate 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 Default for GetTexLevelParameterivRequest
 
impl Default for GetTexLevelParameterivRequest
Source§fn default() -> GetTexLevelParameterivRequest
 
fn default() -> GetTexLevelParameterivRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetTexLevelParameterivRequest
 
impl Hash for GetTexLevelParameterivRequest
Source§impl Ord for GetTexLevelParameterivRequest
 
impl Ord for GetTexLevelParameterivRequest
Source§fn cmp(&self, other: &GetTexLevelParameterivRequest) -> Ordering
 
fn cmp(&self, other: &GetTexLevelParameterivRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetTexLevelParameterivRequest
 
impl PartialEq for GetTexLevelParameterivRequest
Source§fn eq(&self, other: &GetTexLevelParameterivRequest) -> bool
 
fn eq(&self, other: &GetTexLevelParameterivRequest) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetTexLevelParameterivRequest
 
impl PartialOrd for GetTexLevelParameterivRequest
Source§impl ReplyRequest for GetTexLevelParameterivRequest
 
impl ReplyRequest for GetTexLevelParameterivRequest
Source§type Reply = GetTexLevelParameterivReply
 
type Reply = GetTexLevelParameterivReply
The kind of reply that this request generates.
impl Copy for GetTexLevelParameterivRequest
impl Eq for GetTexLevelParameterivRequest
impl StructuralPartialEq for GetTexLevelParameterivRequest
Auto Trait Implementations§
impl Freeze for GetTexLevelParameterivRequest
impl RefUnwindSafe for GetTexLevelParameterivRequest
impl Send for GetTexLevelParameterivRequest
impl Sync for GetTexLevelParameterivRequest
impl Unpin for GetTexLevelParameterivRequest
impl UnwindSafe for GetTexLevelParameterivRequest
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