pub struct IsTexture {
pub context_tag: ContextTag,
pub texture: u32,
}Expand description
The IsTexture request.
This request replies IsTextureReply.
Associated cookie types are IsTextureCookie and IsTextureCookieUnchecked.
Fields§
§context_tag: ContextTag§texture: u32Trait Implementations§
Source§impl RawRequest for IsTexture
impl RawRequest for IsTexture
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 RequestWithReply for IsTexture
impl RequestWithReply for IsTexture
Source§type Reply = IsTextureReply
type Reply = IsTextureReply
Reply associated with the request
Source§type Cookie = IsTextureCookie
type Cookie = IsTextureCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = IsTextureCookieUnchecked
type CookieUnchecked = IsTextureCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for IsTexture
impl RefUnwindSafe for IsTexture
impl Send for IsTexture
impl Sync for IsTexture
impl Unpin for IsTexture
impl UnwindSafe for IsTexture
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