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