Struct x11rb_async::protocol::glx::GetTexLevelParameterfvRequest
source · pub struct GetTexLevelParameterfvRequest {
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 GetTexLevelParameterfvRequest
impl Clone for GetTexLevelParameterfvRequest
source§fn clone(&self) -> GetTexLevelParameterfvRequest
fn clone(&self) -> GetTexLevelParameterfvRequest
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 Default for GetTexLevelParameterfvRequest
impl Default for GetTexLevelParameterfvRequest
source§fn default() -> GetTexLevelParameterfvRequest
fn default() -> GetTexLevelParameterfvRequest
Returns the “default value” for a type. Read more
source§impl Hash for GetTexLevelParameterfvRequest
impl Hash for GetTexLevelParameterfvRequest
source§impl Ord for GetTexLevelParameterfvRequest
impl Ord for GetTexLevelParameterfvRequest
source§fn cmp(&self, other: &GetTexLevelParameterfvRequest) -> Ordering
fn cmp(&self, other: &GetTexLevelParameterfvRequest) -> 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 GetTexLevelParameterfvRequest
impl PartialEq for GetTexLevelParameterfvRequest
source§fn eq(&self, other: &GetTexLevelParameterfvRequest) -> bool
fn eq(&self, other: &GetTexLevelParameterfvRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetTexLevelParameterfvRequest
impl PartialOrd for GetTexLevelParameterfvRequest
source§fn partial_cmp(&self, other: &GetTexLevelParameterfvRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &GetTexLevelParameterfvRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for GetTexLevelParameterfvRequest
impl ReplyRequest for GetTexLevelParameterfvRequest
§type Reply = GetTexLevelParameterfvReply
type Reply = GetTexLevelParameterfvReply
The kind of reply that this request generates.
impl Copy for GetTexLevelParameterfvRequest
impl Eq for GetTexLevelParameterfvRequest
impl StructuralEq for GetTexLevelParameterfvRequest
impl StructuralPartialEq for GetTexLevelParameterfvRequest
Auto Trait Implementations§
impl RefUnwindSafe for GetTexLevelParameterfvRequest
impl Send for GetTexLevelParameterfvRequest
impl Sync for GetTexLevelParameterfvRequest
impl Unpin for GetTexLevelParameterfvRequest
impl UnwindSafe for GetTexLevelParameterfvRequest
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