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