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