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