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: u32
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)