Struct xcb::glx::GetPolygonStippleCookieUnchecked
source · pub struct GetPolygonStippleCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetPolygonStipple.
This cookie can be used to get a GetPolygonStippleReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl CookieWithReplyUnchecked for GetPolygonStippleCookieUnchecked
impl CookieWithReplyUnchecked for GetPolygonStippleCookieUnchecked
source§type Reply = GetPolygonStippleReply
type Reply = GetPolygonStippleReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetPolygonStippleCookieUnchecked
impl RefUnwindSafe for GetPolygonStippleCookieUnchecked
impl Send for GetPolygonStippleCookieUnchecked
impl Sync for GetPolygonStippleCookieUnchecked
impl Unpin for GetPolygonStippleCookieUnchecked
impl UnwindSafe for GetPolygonStippleCookieUnchecked
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