pub struct GetTexGenfvRequest {
pub context_tag: u32,
pub coord: u32,
pub pname: u32,
}Fields§
§context_tag: u32§coord: u32§pname: u32Implementations§
Trait Implementations§
Source§impl Clone for GetTexGenfvRequest
impl Clone for GetTexGenfvRequest
Source§fn clone(&self) -> GetTexGenfvRequest
fn clone(&self) -> GetTexGenfvRequest
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 Debug for GetTexGenfvRequest
impl Debug for GetTexGenfvRequest
Source§impl Default for GetTexGenfvRequest
impl Default for GetTexGenfvRequest
Source§fn default() -> GetTexGenfvRequest
fn default() -> GetTexGenfvRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetTexGenfvRequest
impl Hash for GetTexGenfvRequest
Source§impl Ord for GetTexGenfvRequest
impl Ord for GetTexGenfvRequest
Source§fn cmp(&self, other: &GetTexGenfvRequest) -> Ordering
fn cmp(&self, other: &GetTexGenfvRequest) -> 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 GetTexGenfvRequest
impl PartialEq for GetTexGenfvRequest
Source§impl PartialOrd for GetTexGenfvRequest
impl PartialOrd for GetTexGenfvRequest
Source§impl ReplyRequest for GetTexGenfvRequest
impl ReplyRequest for GetTexGenfvRequest
Source§type Reply = GetTexGenfvReply
type Reply = GetTexGenfvReply
The kind of reply that this request generates.
Source§impl Request for GetTexGenfvRequest
impl Request for GetTexGenfvRequest
impl Copy for GetTexGenfvRequest
impl Eq for GetTexGenfvRequest
impl StructuralPartialEq for GetTexGenfvRequest
Auto Trait Implementations§
impl Freeze for GetTexGenfvRequest
impl RefUnwindSafe for GetTexGenfvRequest
impl Send for GetTexGenfvRequest
impl Sync for GetTexGenfvRequest
impl Unpin for GetTexGenfvRequest
impl UnwindSafe for GetTexGenfvRequest
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