Struct xcb::shm::CreateSegmentReply
source · pub struct CreateSegmentReply { /* private fields */ }
Expand description
Reply type for CreateSegment.
Can be obtained from a CreateSegmentCookie with Connection::wait_for_reply or from a CreateSegmentCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for CreateSegmentReply
impl Debug for CreateSegmentReply
source§impl Drop for CreateSegmentReply
impl Drop for CreateSegmentReply
source§impl Reply for CreateSegmentReply
impl Reply for CreateSegmentReply
impl Send for CreateSegmentReply
impl Sync for CreateSegmentReply
Auto Trait Implementations§
impl Freeze for CreateSegmentReply
impl RefUnwindSafe for CreateSegmentReply
impl Unpin for CreateSegmentReply
impl UnwindSafe for CreateSegmentReply
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