(function() {var implementors = {};
implementors["adler32"] = [{text:"impl UnwindSafe for RollingAdler32",synthetic:true,types:["adler32::RollingAdler32"]},];
implementors["alga"] = [{text:"impl<O> UnwindSafe for Id<O> where
O: UnwindSafe, ",synthetic:true,types:["alga::general::identity::Id"]},{text:"impl UnwindSafe for Additive",synthetic:true,types:["alga::general::operator::Additive"]},{text:"impl UnwindSafe for Multiplicative",synthetic:true,types:["alga::general::operator::Multiplicative"]},];
implementors["andrew"] = [{text:"impl<'a> !UnwindSafe for Canvas<'a>",synthetic:true,types:["andrew::Canvas"]},{text:"impl UnwindSafe for Endian",synthetic:true,types:["andrew::Endian"]},{text:"impl UnwindSafe for Line",synthetic:true,types:["andrew::line::Line"]},{text:"impl UnwindSafe for Sides",synthetic:true,types:["andrew::shapes::rectangle::Sides"]},{text:"impl UnwindSafe for Rectangle",synthetic:true,types:["andrew::shapes::rectangle::Rectangle"]},{text:"impl<'a> UnwindSafe for Text<'a>",synthetic:true,types:["andrew::text::Text"]},{text:"impl UnwindSafe for FontConfig",synthetic:true,types:["andrew::text::fontconfig::FontConfig"]},];
implementors["approx"] = [{text:"impl<A: ?Sized, B: ?Sized> UnwindSafe for AbsDiff<A, B> where
<A as AbsDiffEq<B>>::Epsilon: UnwindSafe, ",synthetic:true,types:["approx::AbsDiff"]},{text:"impl<A: ?Sized, B: ?Sized> UnwindSafe for Relative<A, B> where
<A as AbsDiffEq<B>>::Epsilon: UnwindSafe, ",synthetic:true,types:["approx::Relative"]},{text:"impl<A: ?Sized, B: ?Sized> UnwindSafe for Ulps<A, B> where
<A as AbsDiffEq<B>>::Epsilon: UnwindSafe, ",synthetic:true,types:["approx::Ulps"]},];
implementors["byteorder"] = [{text:"impl UnwindSafe for BigEndian",synthetic:true,types:["byteorder::BigEndian"]},{text:"impl UnwindSafe for LittleEndian",synthetic:true,types:["byteorder::LittleEndian"]},];
implementors["cgmath"] = [{text:"impl<S> UnwindSafe for Matrix2<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::matrix::Matrix2"]},{text:"impl<S> UnwindSafe for Matrix3<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::matrix::Matrix3"]},{text:"impl<S> UnwindSafe for Matrix4<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::matrix::Matrix4"]},{text:"impl<S> UnwindSafe for Quaternion<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::quaternion::Quaternion"]},{text:"impl<S> UnwindSafe for Vector1<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::vector::Vector1"]},{text:"impl<S> UnwindSafe for Vector2<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::vector::Vector2"]},{text:"impl<S> UnwindSafe for Vector3<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::vector::Vector3"]},{text:"impl<S> UnwindSafe for Vector4<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::vector::Vector4"]},{text:"impl<S> UnwindSafe for Deg<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::angle::Deg"]},{text:"impl<S> UnwindSafe for Rad<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::angle::Rad"]},{text:"impl<A> UnwindSafe for Euler<A> where
A: UnwindSafe, ",synthetic:true,types:["cgmath::euler::Euler"]},{text:"impl<S> UnwindSafe for Point1<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::point::Point1"]},{text:"impl<S> UnwindSafe for Point2<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::point::Point2"]},{text:"impl<S> UnwindSafe for Point3<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::point::Point3"]},{text:"impl<S> UnwindSafe for Basis2<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::rotation::Basis2"]},{text:"impl<S> UnwindSafe for Basis3<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::rotation::Basis3"]},{text:"impl<V, R> UnwindSafe for Decomposed<V, R> where
R: UnwindSafe,
V: UnwindSafe,
<V as VectorSpace>::Scalar: UnwindSafe, ",synthetic:true,types:["cgmath::transform::Decomposed"]},{text:"impl<S> UnwindSafe for PerspectiveFov<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::projection::PerspectiveFov"]},{text:"impl<S> UnwindSafe for Perspective<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::projection::Perspective"]},{text:"impl<S> UnwindSafe for Ortho<S> where
S: UnwindSafe, ",synthetic:true,types:["cgmath::projection::Ortho"]},];
implementors["color_quant"] = [{text:"impl UnwindSafe for NeuQuant",synthetic:true,types:["color_quant::NeuQuant"]},];
implementors["crossbeam_channel"] = [{text:"impl<T> UnwindSafe for IntoIter<T>",synthetic:true,types:["crossbeam_channel::channel::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T>",synthetic:true,types:["crossbeam_channel::channel::Iter"]},{text:"impl<'a, T> UnwindSafe for TryIter<'a, T>",synthetic:true,types:["crossbeam_channel::channel::TryIter"]},{text:"impl<'a> !UnwindSafe for Select<'a>",synthetic:true,types:["crossbeam_channel::select::Select"]},{text:"impl<'a> UnwindSafe for SelectedOperation<'a>",synthetic:true,types:["crossbeam_channel::select::SelectedOperation"]},{text:"impl UnwindSafe for RecvError",synthetic:true,types:["crossbeam_channel::err::RecvError"]},{text:"impl UnwindSafe for ReadyTimeoutError",synthetic:true,types:["crossbeam_channel::err::ReadyTimeoutError"]},{text:"impl UnwindSafe for SelectTimeoutError",synthetic:true,types:["crossbeam_channel::err::SelectTimeoutError"]},{text:"impl UnwindSafe for TryReadyError",synthetic:true,types:["crossbeam_channel::err::TryReadyError"]},{text:"impl UnwindSafe for TrySelectError",synthetic:true,types:["crossbeam_channel::err::TrySelectError"]},{text:"impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_channel::err::SendError"]},{text:"impl UnwindSafe for RecvTimeoutError",synthetic:true,types:["crossbeam_channel::err::RecvTimeoutError"]},{text:"impl UnwindSafe for TryRecvError",synthetic:true,types:["crossbeam_channel::err::TryRecvError"]},{text:"impl<T> UnwindSafe for SendTimeoutError<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_channel::err::SendTimeoutError"]},{text:"impl<T> UnwindSafe for TrySendError<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_channel::err::TrySendError"]},{text:"impl<T> UnwindSafe for Sender<T>",synthetic:false,types:["crossbeam_channel::channel::Sender"]},{text:"impl<T> UnwindSafe for Receiver<T>",synthetic:false,types:["crossbeam_channel::channel::Receiver"]},];
implementors["crossbeam_deque"] = [{text:"impl<T> UnwindSafe for Worker<T> where
T: RefUnwindSafe, ",synthetic:true,types:["crossbeam_deque::Worker"]},{text:"impl<T> UnwindSafe for Stealer<T> where
T: RefUnwindSafe, ",synthetic:true,types:["crossbeam_deque::Stealer"]},{text:"impl<T> UnwindSafe for Pop<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_deque::Pop"]},{text:"impl<T> UnwindSafe for Steal<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_deque::Steal"]},];
implementors["crossbeam_epoch"] = [{text:"impl<T> UnwindSafe for Atomic<T> where
T: RefUnwindSafe, ",synthetic:true,types:["crossbeam_epoch::atomic::Atomic"]},{text:"impl<'g, T, P> UnwindSafe for CompareAndSetError<'g, T, P> where
P: UnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["crossbeam_epoch::atomic::CompareAndSetError"]},{text:"impl<T> UnwindSafe for Owned<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_epoch::atomic::Owned"]},{text:"impl<'g, T> UnwindSafe for Shared<'g, T> where
T: RefUnwindSafe, ",synthetic:true,types:["crossbeam_epoch::atomic::Shared"]},{text:"impl !UnwindSafe for Collector",synthetic:true,types:["crossbeam_epoch::collector::Collector"]},{text:"impl !UnwindSafe for LocalHandle",synthetic:true,types:["crossbeam_epoch::collector::LocalHandle"]},{text:"impl !UnwindSafe for Guard",synthetic:true,types:["crossbeam_epoch::guard::Guard"]},];
implementors["crossbeam_queue"] = [{text:"impl<T> !UnwindSafe for ArrayQueue<T>",synthetic:true,types:["crossbeam_queue::array_queue::ArrayQueue"]},{text:"impl<T> !UnwindSafe for SegQueue<T>",synthetic:true,types:["crossbeam_queue::seg_queue::SegQueue"]},{text:"impl UnwindSafe for PopError",synthetic:true,types:["crossbeam_queue::err::PopError"]},{text:"impl<T> UnwindSafe for PushError<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_queue::err::PushError"]},];
implementors["crossbeam_utils"] = [{text:"impl<T> UnwindSafe for CachePadded<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_utils::cache_padded::CachePadded"]},{text:"impl UnwindSafe for Backoff",synthetic:true,types:["crossbeam_utils::backoff::Backoff"]},{text:"impl<T> UnwindSafe for AtomicCell<T> where
T: UnwindSafe, ",synthetic:true,types:["crossbeam_utils::atomic::atomic_cell::AtomicCell"]},{text:"impl<'a, T: ?Sized> UnwindSafe for ShardedLockReadGuard<'a, T>",synthetic:true,types:["crossbeam_utils::sync::sharded_lock::ShardedLockReadGuard"]},{text:"impl<'a, T: ?Sized> UnwindSafe for ShardedLockWriteGuard<'a, T>",synthetic:true,types:["crossbeam_utils::sync::sharded_lock::ShardedLockWriteGuard"]},{text:"impl !UnwindSafe for Parker",synthetic:true,types:["crossbeam_utils::sync::parker::Parker"]},{text:"impl !UnwindSafe for Unparker",synthetic:true,types:["crossbeam_utils::sync::parker::Unparker"]},{text:"impl !UnwindSafe for WaitGroup",synthetic:true,types:["crossbeam_utils::sync::wait_group::WaitGroup"]},{text:"impl<'env> !UnwindSafe for Scope<'env>",synthetic:true,types:["crossbeam_utils::thread::Scope"]},{text:"impl<'scope, 'env> !UnwindSafe for ScopedThreadBuilder<'scope, 'env>",synthetic:true,types:["crossbeam_utils::thread::ScopedThreadBuilder"]},{text:"impl<'scope, T> !UnwindSafe for ScopedJoinHandle<'scope, T>",synthetic:true,types:["crossbeam_utils::thread::ScopedJoinHandle"]},{text:"impl<T: ?Sized> UnwindSafe for ShardedLock<T>",synthetic:false,types:["crossbeam_utils::sync::sharded_lock::ShardedLock"]},];
implementors["deflate"] = [{text:"impl UnwindSafe for CompressionOptions",synthetic:true,types:["deflate::compression_options::CompressionOptions"]},{text:"impl UnwindSafe for SpecialOptions",synthetic:true,types:["deflate::compression_options::SpecialOptions"]},{text:"impl UnwindSafe for Compression",synthetic:true,types:["deflate::compression_options::Compression"]},{text:"impl UnwindSafe for MatchingType",synthetic:true,types:["deflate::lz77::MatchingType"]},{text:"impl<W> UnwindSafe for DeflateEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["deflate::writer::DeflateEncoder"]},{text:"impl<W> UnwindSafe for ZlibEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["deflate::writer::ZlibEncoder"]},];
implementors["dlib"] = [{text:"impl UnwindSafe for DlError",synthetic:true,types:["dlib::DlError"]},];
implementors["filetime"] = [{text:"impl UnwindSafe for FileTime",synthetic:true,types:["filetime::FileTime"]},];
implementors["fnv"] = [{text:"impl UnwindSafe for FnvHasher",synthetic:true,types:["fnv::FnvHasher"]},];
implementors["gif"] = [{text:"impl<'a> UnwindSafe for Frame<'a>",synthetic:true,types:["gif::common::Frame"]},{text:"impl UnwindSafe for StreamingDecoder",synthetic:true,types:["gif::reader::decoder::StreamingDecoder"]},{text:"impl UnwindSafe for MemoryLimit",synthetic:true,types:["gif::reader::MemoryLimit"]},{text:"impl<R> UnwindSafe for Reader<R> where
R: UnwindSafe, ",synthetic:true,types:["gif::reader::Reader"]},{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["gif::reader::Decoder"]},{text:"impl<W> UnwindSafe for Encoder<W> where
W: UnwindSafe, ",synthetic:true,types:["gif::encoder::Encoder"]},{text:"impl UnwindSafe for Block",synthetic:true,types:["gif::common::Block"]},{text:"impl UnwindSafe for Extension",synthetic:true,types:["gif::common::Extension"]},{text:"impl UnwindSafe for DisposalMethod",synthetic:true,types:["gif::common::DisposalMethod"]},{text:"impl<'a> UnwindSafe for Decoded<'a>",synthetic:true,types:["gif::reader::decoder::Decoded"]},{text:"impl !UnwindSafe for DecodingError",synthetic:true,types:["gif::reader::decoder::DecodingError"]},{text:"impl UnwindSafe for ColorOutput",synthetic:true,types:["gif::reader::ColorOutput"]},{text:"impl UnwindSafe for Extensions",synthetic:true,types:["gif::reader::decoder::Extensions"]},{text:"impl UnwindSafe for ExtensionData",synthetic:true,types:["gif::encoder::ExtensionData"]},{text:"impl UnwindSafe for Repeat",synthetic:true,types:["gif::encoder::Repeat"]},];
implementors["hprof"] = [{text:"impl !UnwindSafe for Profiler",synthetic:true,types:["hprof::Profiler"]},{text:"impl<'a> !UnwindSafe for ProfileGuard<'a>",synthetic:true,types:["hprof::ProfileGuard"]},{text:"impl !UnwindSafe for ProfileNode",synthetic:true,types:["hprof::ProfileNode"]},];
implementors["image"] = [{text:"impl<T> UnwindSafe for Luma<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::Luma"]},{text:"impl<T> UnwindSafe for LumaA<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::LumaA"]},{text:"impl<T> UnwindSafe for Rgb<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::Rgb"]},{text:"impl<T> UnwindSafe for Rgba<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::Rgba"]},{text:"impl<T> UnwindSafe for Bgr<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::Bgr"]},{text:"impl<T> UnwindSafe for Bgra<T> where
T: UnwindSafe, ",synthetic:true,types:["image::color::Bgra"]},{text:"impl<'a, I> !UnwindSafe for MutPixels<'a, I>",synthetic:true,types:["image::image::MutPixels"]},{text:"impl<'a, I: ?Sized> UnwindSafe for Pixels<'a, I> where
I: RefUnwindSafe, ",synthetic:true,types:["image::image::Pixels"]},{text:"impl<I> UnwindSafe for SubImage<I> where
I: UnwindSafe, ",synthetic:true,types:["image::image::SubImage"]},{text:"impl<P, Container> UnwindSafe for ImageBuffer<P, Container> where
Container: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["image::buffer::ImageBuffer"]},{text:"impl UnwindSafe for Frame",synthetic:true,types:["image::animation::Frame"]},{text:"impl<'a> !UnwindSafe for Frames<'a>",synthetic:true,types:["image::animation::Frames"]},{text:"impl UnwindSafe for ColorType",synthetic:true,types:["image::color::ColorType"]},{text:"impl !UnwindSafe for ImageError",synthetic:true,types:["image::image::ImageError"]},{text:"impl UnwindSafe for FilterType",synthetic:true,types:["image::imageops::sample::FilterType"]},{text:"impl UnwindSafe for ImageFormat",synthetic:true,types:["image::image::ImageFormat"]},{text:"impl UnwindSafe for ImageOutputFormat",synthetic:true,types:["image::image::ImageOutputFormat"]},{text:"impl UnwindSafe for DynamicImage",synthetic:true,types:["image::dynimage::DynamicImage"]},{text:"impl UnwindSafe for NeuQuant",synthetic:true,types:["image::math::nq::NeuQuant"]},{text:"impl UnwindSafe for BiLevel",synthetic:true,types:["image::imageops::colorops::BiLevel"]},{text:"impl<Buffer> UnwindSafe for FlatSamples<Buffer> where
Buffer: UnwindSafe, ",synthetic:true,types:["image::flat::FlatSamples"]},{text:"impl UnwindSafe for SampleLayout",synthetic:true,types:["image::flat::SampleLayout"]},{text:"impl<Buffer, P> UnwindSafe for View<Buffer, P> where
Buffer: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["image::flat::View"]},{text:"impl<Buffer, P> UnwindSafe for ViewMut<Buffer, P> where
Buffer: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["image::flat::ViewMut"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["image::flat::Error"]},{text:"impl UnwindSafe for NormalForm",synthetic:true,types:["image::flat::NormalForm"]},{text:"impl<R> UnwindSafe for BMPDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::bmp::decoder::BMPDecoder"]},{text:"impl<'a, W> !UnwindSafe for BMPEncoder<'a, W>",synthetic:true,types:["image::bmp::encoder::BMPEncoder"]},{text:"impl<R> UnwindSafe for DXTDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::dxt::DXTDecoder"]},{text:"impl<R> UnwindSafe for DXTReader<R> where
R: UnwindSafe, ",synthetic:true,types:["image::dxt::DXTReader"]},{text:"impl<W> UnwindSafe for DXTEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::dxt::DXTEncoder"]},{text:"impl UnwindSafe for DXTVariant",synthetic:true,types:["image::dxt::DXTVariant"]},{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::gif::Decoder"]},{text:"impl<W> UnwindSafe for Encoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::gif::Encoder"]},{text:"impl<R> UnwindSafe for HDRAdapter<R> where
R: UnwindSafe, ",synthetic:true,types:["image::hdr::decoder::HDRAdapter"]},{text:"impl<R> UnwindSafe for HDRDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::hdr::decoder::HDRDecoder"]},{text:"impl UnwindSafe for RGBE8Pixel",synthetic:true,types:["image::hdr::decoder::RGBE8Pixel"]},{text:"impl<R> UnwindSafe for HDRImageDecoderIterator<R> where
R: UnwindSafe, ",synthetic:true,types:["image::hdr::decoder::HDRImageDecoderIterator"]},{text:"impl UnwindSafe for HDRMetadata",synthetic:true,types:["image::hdr::decoder::HDRMetadata"]},{text:"impl<W> UnwindSafe for HDREncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::hdr::encoder::HDREncoder"]},{text:"impl<R> UnwindSafe for ICODecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::ico::decoder::ICODecoder"]},{text:"impl<W> UnwindSafe for ICOEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::ico::encoder::ICOEncoder"]},{text:"impl<R> UnwindSafe for JPEGDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::jpeg::decoder::JPEGDecoder"]},{text:"impl<'a, W> !UnwindSafe for JPEGEncoder<'a, W>",synthetic:true,types:["image::jpeg::encoder::JPEGEncoder"]},{text:"impl<R> UnwindSafe for PNGDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::png::PNGDecoder"]},{text:"impl<W> UnwindSafe for PNGEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::png::PNGEncoder"]},{text:"impl<R> UnwindSafe for PNMDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::pnm::decoder::PNMDecoder"]},{text:"impl<W> UnwindSafe for PNMEncoder<W> where
W: UnwindSafe, ",synthetic:true,types:["image::pnm::encoder::PNMEncoder"]},{text:"impl UnwindSafe for ArbitraryHeader",synthetic:true,types:["image::pnm::header::ArbitraryHeader"]},{text:"impl UnwindSafe for BitmapHeader",synthetic:true,types:["image::pnm::header::BitmapHeader"]},{text:"impl UnwindSafe for GraymapHeader",synthetic:true,types:["image::pnm::header::GraymapHeader"]},{text:"impl UnwindSafe for PixmapHeader",synthetic:true,types:["image::pnm::header::PixmapHeader"]},{text:"impl UnwindSafe for PNMHeader",synthetic:true,types:["image::pnm::header::PNMHeader"]},{text:"impl UnwindSafe for ArbitraryTuplType",synthetic:true,types:["image::pnm::header::ArbitraryTuplType"]},{text:"impl UnwindSafe for PNMSubtype",synthetic:true,types:["image::pnm::header::PNMSubtype"]},{text:"impl UnwindSafe for SampleEncoding",synthetic:true,types:["image::pnm::header::SampleEncoding"]},{text:"impl<R> UnwindSafe for TGADecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::tga::decoder::TGADecoder"]},{text:"impl<R> UnwindSafe for TIFFDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::tiff::TIFFDecoder"]},{text:"impl<R> UnwindSafe for WebpDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::webp::decoder::WebpDecoder"]},{text:"impl UnwindSafe for Frame",synthetic:true,types:["image::webp::vp8::Frame"]},{text:"impl<R> UnwindSafe for VP8Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["image::webp::vp8::VP8Decoder"]},];
implementors["inflate"] = [{text:"impl<W> UnwindSafe for InflateWriter<W> where
W: UnwindSafe, ",synthetic:true,types:["inflate::writer::InflateWriter"]},{text:"impl<R> UnwindSafe for DeflateDecoder<R> where
R: UnwindSafe, ",synthetic:true,types:["inflate::reader::DeflateDecoder"]},{text:"impl<R> UnwindSafe for DeflateDecoderBuf<R> where
R: UnwindSafe, ",synthetic:true,types:["inflate::reader::DeflateDecoderBuf"]},{text:"impl UnwindSafe for InflateStream",synthetic:true,types:["inflate::InflateStream"]},];
implementors["inotify"] = [{text:"impl<S> UnwindSafe for Event<S> where
S: UnwindSafe, ",synthetic:true,types:["inotify::events::Event"]},{text:"impl UnwindSafe for EventMask",synthetic:true,types:["inotify::events::EventMask"]},{text:"impl<'a> UnwindSafe for Events<'a>",synthetic:true,types:["inotify::events::Events"]},{text:"impl UnwindSafe for Inotify",synthetic:true,types:["inotify::inotify::Inotify"]},{text:"impl UnwindSafe for WatchDescriptor",synthetic:true,types:["inotify::watches::WatchDescriptor"]},{text:"impl UnwindSafe for WatchMask",synthetic:true,types:["inotify::watches::WatchMask"]},];
implementors["inotify_sys"] = [{text:"impl UnwindSafe for inotify_event",synthetic:true,types:["inotify_sys::inotify_event"]},];
implementors["iovec"] = [{text:"impl UnwindSafe for IoVec",synthetic:true,types:["iovec::IoVec"]},];
implementors["jpeg_decoder"] = [{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["jpeg_decoder::decoder::Decoder"]},{text:"impl UnwindSafe for ImageInfo",synthetic:true,types:["jpeg_decoder::decoder::ImageInfo"]},{text:"impl UnwindSafe for PixelFormat",synthetic:true,types:["jpeg_decoder::decoder::PixelFormat"]},{text:"impl !UnwindSafe for Error",synthetic:true,types:["jpeg_decoder::error::Error"]},{text:"impl UnwindSafe for UnsupportedFeature",synthetic:true,types:["jpeg_decoder::error::UnsupportedFeature"]},];
implementors["libloading"] = [{text:"impl UnwindSafe for Library",synthetic:true,types:["libloading::Library"]},{text:"impl<'lib, T> UnwindSafe for Symbol<'lib, T> where
T: RefUnwindSafe + UnwindSafe, ",synthetic:true,types:["libloading::Symbol"]},{text:"impl UnwindSafe for Library",synthetic:true,types:["libloading::os::unix::Library"]},{text:"impl<T> UnwindSafe for Symbol<T> where
T: UnwindSafe, ",synthetic:true,types:["libloading::os::unix::Symbol"]},];
implementors["line_drawing"] = [{text:"impl<T> UnwindSafe for Bresenham<T> where
T: UnwindSafe, ",synthetic:true,types:["line_drawing::bresenham::Bresenham"]},{text:"impl<I, O> UnwindSafe for Midpoint<I, O> where
I: UnwindSafe,
O: UnwindSafe, ",synthetic:true,types:["line_drawing::midpoint::Midpoint"]},{text:"impl<I, O> UnwindSafe for XiaolinWu<I, O> where
I: UnwindSafe,
O: UnwindSafe, ",synthetic:true,types:["line_drawing::xiaolin_wu::XiaolinWu"]},{text:"impl<T> UnwindSafe for WalkGrid<T> where
T: UnwindSafe, ",synthetic:true,types:["line_drawing::grid_walking::WalkGrid"]},{text:"impl<T> UnwindSafe for Supercover<T> where
T: UnwindSafe, ",synthetic:true,types:["line_drawing::grid_walking::Supercover"]},{text:"impl<T> UnwindSafe for Bresenham3d<T> where
T: UnwindSafe, ",synthetic:true,types:["line_drawing::bresenham_3d::Bresenham3d"]},{text:"impl<I, O> UnwindSafe for WalkVoxels<I, O> where
I: UnwindSafe,
O: UnwindSafe, ",synthetic:true,types:["line_drawing::walk_voxels::WalkVoxels"]},{text:"impl<T> UnwindSafe for BresenhamCircle<T> where
T: UnwindSafe, ",synthetic:true,types:["line_drawing::bresenham_circle::BresenhamCircle"]},{text:"impl UnwindSafe for VoxelOrigin",synthetic:true,types:["line_drawing::walk_voxels::VoxelOrigin"]},{text:"impl<T, I> UnwindSafe for Steps<T, I> where
I: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["line_drawing::steps::Steps"]},{text:"impl UnwindSafe for Octant",synthetic:true,types:["line_drawing::octant::Octant"]},];
implementors["linked_hash_map"] = [{text:"impl<K, V, S> UnwindSafe for LinkedHashMap<K, V, S> where
K: RefUnwindSafe,
S: UnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["linked_hash_map::LinkedHashMap"]},{text:"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["linked_hash_map::Iter"]},{text:"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>",synthetic:true,types:["linked_hash_map::IterMut"]},{text:"impl<K, V> UnwindSafe for IntoIter<K, V> where
K: RefUnwindSafe + UnwindSafe,
V: RefUnwindSafe + UnwindSafe, ",synthetic:true,types:["linked_hash_map::IntoIter"]},{text:"impl<'a, K, V, S = RandomState> !UnwindSafe for Entries<'a, K, V, S>",synthetic:true,types:["linked_hash_map::Entries"]},{text:"impl<'a, K, V> UnwindSafe for Keys<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["linked_hash_map::Keys"]},{text:"impl<'a, K, V> UnwindSafe for Values<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["linked_hash_map::Values"]},{text:"impl<'a, K, V, S> UnwindSafe for OccupiedEntry<'a, K, V, S> where
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["linked_hash_map::OccupiedEntry"]},{text:"impl<'a, K, V, S = RandomState> !UnwindSafe for VacantEntry<'a, K, V, S>",synthetic:true,types:["linked_hash_map::VacantEntry"]},{text:"impl<'a, K, V, S = RandomState> !UnwindSafe for Entry<'a, K, V, S>",synthetic:true,types:["linked_hash_map::Entry"]},];
implementors["lock_api"] = [{text:"impl UnwindSafe for GuardSend",synthetic:true,types:["lock_api::GuardSend"]},{text:"impl UnwindSafe for GuardNoSend",synthetic:true,types:["lock_api::GuardNoSend"]},{text:"impl<R, T: ?Sized> UnwindSafe for Mutex<R, T> where
R: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["lock_api::mutex::Mutex"]},{text:"impl<'a, R, T> !UnwindSafe for MutexGuard<'a, R, T>",synthetic:true,types:["lock_api::mutex::MutexGuard"]},{text:"impl<'a, R, T> !UnwindSafe for MappedMutexGuard<'a, R, T>",synthetic:true,types:["lock_api::mutex::MappedMutexGuard"]},{text:"impl<R, G, T: ?Sized> UnwindSafe for ReentrantMutex<R, G, T> where
G: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["lock_api::remutex::ReentrantMutex"]},{text:"impl<'a, R, G, T> !UnwindSafe for ReentrantMutexGuard<'a, R, G, T>",synthetic:true,types:["lock_api::remutex::ReentrantMutexGuard"]},{text:"impl<'a, R, G, T> !UnwindSafe for MappedReentrantMutexGuard<'a, R, G, T>",synthetic:true,types:["lock_api::remutex::MappedReentrantMutexGuard"]},{text:"impl<R, T: ?Sized> UnwindSafe for RwLock<R, T> where
R: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["lock_api::rwlock::RwLock"]},{text:"impl<'a, R, T> !UnwindSafe for RwLockReadGuard<'a, R, T>",synthetic:true,types:["lock_api::rwlock::RwLockReadGuard"]},{text:"impl<'a, R, T> !UnwindSafe for RwLockWriteGuard<'a, R, T>",synthetic:true,types:["lock_api::rwlock::RwLockWriteGuard"]},{text:"impl<'a, R, T> !UnwindSafe for RwLockUpgradableReadGuard<'a, R, T>",synthetic:true,types:["lock_api::rwlock::RwLockUpgradableReadGuard"]},{text:"impl<'a, R, T: ?Sized> UnwindSafe for MappedRwLockReadGuard<'a, R, T> where
R: RefUnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["lock_api::rwlock::MappedRwLockReadGuard"]},{text:"impl<'a, R, T> !UnwindSafe for MappedRwLockWriteGuard<'a, R, T>",synthetic:true,types:["lock_api::rwlock::MappedRwLockWriteGuard"]},];
implementors["log"] = [{text:"impl<'a> !UnwindSafe for LogRecord<'a>",synthetic:true,types:["log::LogRecord"]},{text:"impl<'a> UnwindSafe for LogMetadata<'a>",synthetic:true,types:["log::LogMetadata"]},{text:"impl UnwindSafe for LogLocation",synthetic:true,types:["log::LogLocation"]},{text:"impl UnwindSafe for MaxLogLevelFilter",synthetic:true,types:["log::MaxLogLevelFilter"]},{text:"impl UnwindSafe for SetLoggerError",synthetic:true,types:["log::SetLoggerError"]},{text:"impl UnwindSafe for ShutdownLoggerError",synthetic:true,types:["log::ShutdownLoggerError"]},{text:"impl UnwindSafe for LogLevel",synthetic:true,types:["log::LogLevel"]},{text:"impl UnwindSafe for LogLevelFilter",synthetic:true,types:["log::LogLevelFilter"]},];
implementors["lzw"] = [{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["lzw::lzw::Decoder"]},{text:"impl<R> UnwindSafe for DecoderEarlyChange<R> where
R: UnwindSafe, ",synthetic:true,types:["lzw::lzw::DecoderEarlyChange"]},{text:"impl<W> UnwindSafe for Encoder<W> where
W: UnwindSafe, ",synthetic:true,types:["lzw::lzw::Encoder"]},{text:"impl UnwindSafe for LsbReader",synthetic:true,types:["lzw::bitstream::LsbReader"]},{text:"impl<W> UnwindSafe for LsbWriter<W> where
W: UnwindSafe, ",synthetic:true,types:["lzw::bitstream::LsbWriter"]},{text:"impl UnwindSafe for MsbReader",synthetic:true,types:["lzw::bitstream::MsbReader"]},{text:"impl<W> UnwindSafe for MsbWriter<W> where
W: UnwindSafe, ",synthetic:true,types:["lzw::bitstream::MsbWriter"]},{text:"impl UnwindSafe for Bits",synthetic:true,types:["lzw::bitstream::Bits"]},];
implementors["memmap"] = [{text:"impl UnwindSafe for MmapOptions",synthetic:true,types:["memmap::MmapOptions"]},{text:"impl UnwindSafe for Mmap",synthetic:true,types:["memmap::Mmap"]},{text:"impl UnwindSafe for MmapMut",synthetic:true,types:["memmap::MmapMut"]},];
implementors["mio"] = [{text:"impl !UnwindSafe for Poll",synthetic:true,types:["mio::poll::Poll"]},{text:"impl !UnwindSafe for Registration",synthetic:true,types:["mio::poll::Registration"]},{text:"impl !UnwindSafe for SetReadiness",synthetic:true,types:["mio::poll::SetReadiness"]},{text:"impl UnwindSafe for PollOpt",synthetic:true,types:["mio::event_imp::PollOpt"]},{text:"impl UnwindSafe for Ready",synthetic:true,types:["mio::event_imp::Ready"]},{text:"impl UnwindSafe for Token",synthetic:true,types:["mio::token::Token"]},{text:"impl UnwindSafe for Events",synthetic:true,types:["mio::poll::Events"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["mio::event_imp::Event"]},{text:"impl<'a> UnwindSafe for Iter<'a>",synthetic:true,types:["mio::poll::Iter"]},{text:"impl<'a> UnwindSafe for EventedFd<'a>",synthetic:true,types:["mio::sys::unix::eventedfd::EventedFd"]},{text:"impl UnwindSafe for UnixReady",synthetic:true,types:["mio::sys::unix::ready::UnixReady"]},{text:"impl UnwindSafe for TcpListener",synthetic:true,types:["mio::net::tcp::TcpListener"]},{text:"impl UnwindSafe for TcpStream",synthetic:true,types:["mio::net::tcp::TcpStream"]},{text:"impl UnwindSafe for UdpSocket",synthetic:true,types:["mio::net::udp::UdpSocket"]},];
implementors["mio_extras"] = [{text:"impl<T> !UnwindSafe for Sender<T>",synthetic:true,types:["mio_extras::channel::Sender"]},{text:"impl<T> !UnwindSafe for SyncSender<T>",synthetic:true,types:["mio_extras::channel::SyncSender"]},{text:"impl<T> !UnwindSafe for Receiver<T>",synthetic:true,types:["mio_extras::channel::Receiver"]},{text:"impl<T> !UnwindSafe for SendError<T>",synthetic:true,types:["mio_extras::channel::SendError"]},{text:"impl<T> !UnwindSafe for TrySendError<T>",synthetic:true,types:["mio_extras::channel::TrySendError"]},{text:"impl<T> !UnwindSafe for Timer<T>",synthetic:true,types:["mio_extras::timer::Timer"]},{text:"impl UnwindSafe for Builder",synthetic:true,types:["mio_extras::timer::Builder"]},{text:"impl UnwindSafe for Timeout",synthetic:true,types:["mio_extras::timer::Timeout"]},];
implementors["nalgebra"] = [{text:"impl<N, R, C, S> UnwindSafe for Matrix<N, R, C, S> where
C: UnwindSafe,
N: UnwindSafe,
R: UnwindSafe,
S: UnwindSafe, ",synthetic:true,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<T> UnwindSafe for Unit<T> where
T: UnwindSafe, ",synthetic:true,types:["nalgebra::base::unit::Unit"]},{text:"impl UnwindSafe for EuclideanNorm",synthetic:true,types:["nalgebra::base::norm::EuclideanNorm"]},{text:"impl UnwindSafe for LpNorm",synthetic:true,types:["nalgebra::base::norm::LpNorm"]},{text:"impl UnwindSafe for UniformNorm",synthetic:true,types:["nalgebra::base::norm::UniformNorm"]},{text:"impl<N, R, C> UnwindSafe for ArrayStorage<N, R, C> where
<<<R as DimName>::Value as Mul<<C as DimName>::Value>>::Output as ArrayLength<N>>::ArrayType: UnwindSafe, ",synthetic:true,types:["nalgebra::base::array_storage::ArrayStorage"]},{text:"impl<'a, N, R, C, RStride, CStride> UnwindSafe for SliceStorage<'a, N, R, C, RStride, CStride> where
C: UnwindSafe,
CStride: UnwindSafe,
N: RefUnwindSafe,
R: UnwindSafe,
RStride: UnwindSafe, ",synthetic:true,types:["nalgebra::base::matrix_slice::SliceStorage"]},{text:"impl<'a, N, R, C, RStride, CStride> !UnwindSafe for SliceStorageMut<'a, N, R, C, RStride, CStride>",synthetic:true,types:["nalgebra::base::matrix_slice::SliceStorageMut"]},{text:"impl<N, R, C> UnwindSafe for VecStorage<N, R, C> where
C: UnwindSafe,
N: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["nalgebra::base::vec_storage::VecStorage"]},{text:"impl UnwindSafe for ShapeConstraint",synthetic:true,types:["nalgebra::base::constraint::ShapeConstraint"]},{text:"impl<N> UnwindSafe for X<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::X"]},{text:"impl<N> UnwindSafe for XY<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::XY"]},{text:"impl<N> UnwindSafe for XYZ<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::XYZ"]},{text:"impl<N> UnwindSafe for XYZW<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::XYZW"]},{text:"impl<N> UnwindSafe for XYZWA<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::XYZWA"]},{text:"impl<N> UnwindSafe for XYZWAB<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::XYZWAB"]},{text:"impl<N> UnwindSafe for IJKW<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::IJKW"]},{text:"impl<N> UnwindSafe for M2x2<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M2x2"]},{text:"impl<N> UnwindSafe for M2x3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M2x3"]},{text:"impl<N> UnwindSafe for M2x4<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M2x4"]},{text:"impl<N> UnwindSafe for M2x5<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M2x5"]},{text:"impl<N> UnwindSafe for M2x6<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M2x6"]},{text:"impl<N> UnwindSafe for M3x2<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M3x2"]},{text:"impl<N> UnwindSafe for M3x3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M3x3"]},{text:"impl<N> UnwindSafe for M3x4<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M3x4"]},{text:"impl<N> UnwindSafe for M3x5<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M3x5"]},{text:"impl<N> UnwindSafe for M3x6<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M3x6"]},{text:"impl<N> UnwindSafe for M4x2<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M4x2"]},{text:"impl<N> UnwindSafe for M4x3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M4x3"]},{text:"impl<N> UnwindSafe for M4x4<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M4x4"]},{text:"impl<N> UnwindSafe for M4x5<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M4x5"]},{text:"impl<N> UnwindSafe for M4x6<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M4x6"]},{text:"impl<N> UnwindSafe for M5x2<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M5x2"]},{text:"impl<N> UnwindSafe for M5x3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M5x3"]},{text:"impl<N> UnwindSafe for M5x4<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M5x4"]},{text:"impl<N> UnwindSafe for M5x5<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M5x5"]},{text:"impl<N> UnwindSafe for M5x6<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M5x6"]},{text:"impl<N> UnwindSafe for M6x2<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M6x2"]},{text:"impl<N> UnwindSafe for M6x3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M6x3"]},{text:"impl<N> UnwindSafe for M6x4<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M6x4"]},{text:"impl<N> UnwindSafe for M6x5<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M6x5"]},{text:"impl<N> UnwindSafe for M6x6<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::base::coordinates::M6x6"]},{text:"impl UnwindSafe for DefaultAllocator",synthetic:true,types:["nalgebra::base::default_allocator::DefaultAllocator"]},{text:"impl UnwindSafe for Dynamic",synthetic:true,types:["nalgebra::base::dimension::Dynamic"]},{text:"impl UnwindSafe for U1",synthetic:true,types:["nalgebra::base::dimension::U1"]},{text:"impl UnwindSafe for U0",synthetic:true,types:["nalgebra::base::dimension::U0"]},{text:"impl UnwindSafe for U2",synthetic:true,types:["nalgebra::base::dimension::U2"]},{text:"impl UnwindSafe for U3",synthetic:true,types:["nalgebra::base::dimension::U3"]},{text:"impl UnwindSafe for U4",synthetic:true,types:["nalgebra::base::dimension::U4"]},{text:"impl UnwindSafe for U5",synthetic:true,types:["nalgebra::base::dimension::U5"]},{text:"impl UnwindSafe for U6",synthetic:true,types:["nalgebra::base::dimension::U6"]},{text:"impl UnwindSafe for U7",synthetic:true,types:["nalgebra::base::dimension::U7"]},{text:"impl UnwindSafe for U8",synthetic:true,types:["nalgebra::base::dimension::U8"]},{text:"impl UnwindSafe for U9",synthetic:true,types:["nalgebra::base::dimension::U9"]},{text:"impl UnwindSafe for U10",synthetic:true,types:["nalgebra::base::dimension::U10"]},{text:"impl UnwindSafe for U11",synthetic:true,types:["nalgebra::base::dimension::U11"]},{text:"impl UnwindSafe for U12",synthetic:true,types:["nalgebra::base::dimension::U12"]},{text:"impl UnwindSafe for U13",synthetic:true,types:["nalgebra::base::dimension::U13"]},{text:"impl UnwindSafe for U14",synthetic:true,types:["nalgebra::base::dimension::U14"]},{text:"impl UnwindSafe for U15",synthetic:true,types:["nalgebra::base::dimension::U15"]},{text:"impl UnwindSafe for U16",synthetic:true,types:["nalgebra::base::dimension::U16"]},{text:"impl UnwindSafe for U17",synthetic:true,types:["nalgebra::base::dimension::U17"]},{text:"impl UnwindSafe for U18",synthetic:true,types:["nalgebra::base::dimension::U18"]},{text:"impl UnwindSafe for U19",synthetic:true,types:["nalgebra::base::dimension::U19"]},{text:"impl UnwindSafe for U20",synthetic:true,types:["nalgebra::base::dimension::U20"]},{text:"impl UnwindSafe for U21",synthetic:true,types:["nalgebra::base::dimension::U21"]},{text:"impl UnwindSafe for U22",synthetic:true,types:["nalgebra::base::dimension::U22"]},{text:"impl UnwindSafe for U23",synthetic:true,types:["nalgebra::base::dimension::U23"]},{text:"impl UnwindSafe for U24",synthetic:true,types:["nalgebra::base::dimension::U24"]},{text:"impl UnwindSafe for U25",synthetic:true,types:["nalgebra::base::dimension::U25"]},{text:"impl UnwindSafe for U26",synthetic:true,types:["nalgebra::base::dimension::U26"]},{text:"impl UnwindSafe for U27",synthetic:true,types:["nalgebra::base::dimension::U27"]},{text:"impl UnwindSafe for U28",synthetic:true,types:["nalgebra::base::dimension::U28"]},{text:"impl UnwindSafe for U29",synthetic:true,types:["nalgebra::base::dimension::U29"]},{text:"impl UnwindSafe for U30",synthetic:true,types:["nalgebra::base::dimension::U30"]},{text:"impl UnwindSafe for U31",synthetic:true,types:["nalgebra::base::dimension::U31"]},{text:"impl UnwindSafe for U32",synthetic:true,types:["nalgebra::base::dimension::U32"]},{text:"impl UnwindSafe for U33",synthetic:true,types:["nalgebra::base::dimension::U33"]},{text:"impl UnwindSafe for U34",synthetic:true,types:["nalgebra::base::dimension::U34"]},{text:"impl UnwindSafe for U35",synthetic:true,types:["nalgebra::base::dimension::U35"]},{text:"impl UnwindSafe for U36",synthetic:true,types:["nalgebra::base::dimension::U36"]},{text:"impl UnwindSafe for U37",synthetic:true,types:["nalgebra::base::dimension::U37"]},{text:"impl UnwindSafe for U38",synthetic:true,types:["nalgebra::base::dimension::U38"]},{text:"impl UnwindSafe for U39",synthetic:true,types:["nalgebra::base::dimension::U39"]},{text:"impl UnwindSafe for U40",synthetic:true,types:["nalgebra::base::dimension::U40"]},{text:"impl UnwindSafe for U41",synthetic:true,types:["nalgebra::base::dimension::U41"]},{text:"impl UnwindSafe for U42",synthetic:true,types:["nalgebra::base::dimension::U42"]},{text:"impl UnwindSafe for U43",synthetic:true,types:["nalgebra::base::dimension::U43"]},{text:"impl UnwindSafe for U44",synthetic:true,types:["nalgebra::base::dimension::U44"]},{text:"impl UnwindSafe for U45",synthetic:true,types:["nalgebra::base::dimension::U45"]},{text:"impl UnwindSafe for U46",synthetic:true,types:["nalgebra::base::dimension::U46"]},{text:"impl UnwindSafe for U47",synthetic:true,types:["nalgebra::base::dimension::U47"]},{text:"impl UnwindSafe for U48",synthetic:true,types:["nalgebra::base::dimension::U48"]},{text:"impl UnwindSafe for U49",synthetic:true,types:["nalgebra::base::dimension::U49"]},{text:"impl UnwindSafe for U50",synthetic:true,types:["nalgebra::base::dimension::U50"]},{text:"impl UnwindSafe for U51",synthetic:true,types:["nalgebra::base::dimension::U51"]},{text:"impl UnwindSafe for U52",synthetic:true,types:["nalgebra::base::dimension::U52"]},{text:"impl UnwindSafe for U53",synthetic:true,types:["nalgebra::base::dimension::U53"]},{text:"impl UnwindSafe for U54",synthetic:true,types:["nalgebra::base::dimension::U54"]},{text:"impl UnwindSafe for U55",synthetic:true,types:["nalgebra::base::dimension::U55"]},{text:"impl UnwindSafe for U56",synthetic:true,types:["nalgebra::base::dimension::U56"]},{text:"impl UnwindSafe for U57",synthetic:true,types:["nalgebra::base::dimension::U57"]},{text:"impl UnwindSafe for U58",synthetic:true,types:["nalgebra::base::dimension::U58"]},{text:"impl UnwindSafe for U59",synthetic:true,types:["nalgebra::base::dimension::U59"]},{text:"impl UnwindSafe for U60",synthetic:true,types:["nalgebra::base::dimension::U60"]},{text:"impl UnwindSafe for U61",synthetic:true,types:["nalgebra::base::dimension::U61"]},{text:"impl UnwindSafe for U62",synthetic:true,types:["nalgebra::base::dimension::U62"]},{text:"impl UnwindSafe for U63",synthetic:true,types:["nalgebra::base::dimension::U63"]},{text:"impl UnwindSafe for U64",synthetic:true,types:["nalgebra::base::dimension::U64"]},{text:"impl UnwindSafe for U65",synthetic:true,types:["nalgebra::base::dimension::U65"]},{text:"impl UnwindSafe for U66",synthetic:true,types:["nalgebra::base::dimension::U66"]},{text:"impl UnwindSafe for U67",synthetic:true,types:["nalgebra::base::dimension::U67"]},{text:"impl UnwindSafe for U68",synthetic:true,types:["nalgebra::base::dimension::U68"]},{text:"impl UnwindSafe for U69",synthetic:true,types:["nalgebra::base::dimension::U69"]},{text:"impl UnwindSafe for U70",synthetic:true,types:["nalgebra::base::dimension::U70"]},{text:"impl UnwindSafe for U71",synthetic:true,types:["nalgebra::base::dimension::U71"]},{text:"impl UnwindSafe for U72",synthetic:true,types:["nalgebra::base::dimension::U72"]},{text:"impl UnwindSafe for U73",synthetic:true,types:["nalgebra::base::dimension::U73"]},{text:"impl UnwindSafe for U74",synthetic:true,types:["nalgebra::base::dimension::U74"]},{text:"impl UnwindSafe for U75",synthetic:true,types:["nalgebra::base::dimension::U75"]},{text:"impl UnwindSafe for U76",synthetic:true,types:["nalgebra::base::dimension::U76"]},{text:"impl UnwindSafe for U77",synthetic:true,types:["nalgebra::base::dimension::U77"]},{text:"impl UnwindSafe for U78",synthetic:true,types:["nalgebra::base::dimension::U78"]},{text:"impl UnwindSafe for U79",synthetic:true,types:["nalgebra::base::dimension::U79"]},{text:"impl UnwindSafe for U80",synthetic:true,types:["nalgebra::base::dimension::U80"]},{text:"impl UnwindSafe for U81",synthetic:true,types:["nalgebra::base::dimension::U81"]},{text:"impl UnwindSafe for U82",synthetic:true,types:["nalgebra::base::dimension::U82"]},{text:"impl UnwindSafe for U83",synthetic:true,types:["nalgebra::base::dimension::U83"]},{text:"impl UnwindSafe for U84",synthetic:true,types:["nalgebra::base::dimension::U84"]},{text:"impl UnwindSafe for U85",synthetic:true,types:["nalgebra::base::dimension::U85"]},{text:"impl UnwindSafe for U86",synthetic:true,types:["nalgebra::base::dimension::U86"]},{text:"impl UnwindSafe for U87",synthetic:true,types:["nalgebra::base::dimension::U87"]},{text:"impl UnwindSafe for U88",synthetic:true,types:["nalgebra::base::dimension::U88"]},{text:"impl UnwindSafe for U89",synthetic:true,types:["nalgebra::base::dimension::U89"]},{text:"impl UnwindSafe for U90",synthetic:true,types:["nalgebra::base::dimension::U90"]},{text:"impl UnwindSafe for U91",synthetic:true,types:["nalgebra::base::dimension::U91"]},{text:"impl UnwindSafe for U92",synthetic:true,types:["nalgebra::base::dimension::U92"]},{text:"impl UnwindSafe for U93",synthetic:true,types:["nalgebra::base::dimension::U93"]},{text:"impl UnwindSafe for U94",synthetic:true,types:["nalgebra::base::dimension::U94"]},{text:"impl UnwindSafe for U95",synthetic:true,types:["nalgebra::base::dimension::U95"]},{text:"impl UnwindSafe for U96",synthetic:true,types:["nalgebra::base::dimension::U96"]},{text:"impl UnwindSafe for U97",synthetic:true,types:["nalgebra::base::dimension::U97"]},{text:"impl UnwindSafe for U98",synthetic:true,types:["nalgebra::base::dimension::U98"]},{text:"impl UnwindSafe for U99",synthetic:true,types:["nalgebra::base::dimension::U99"]},{text:"impl UnwindSafe for U100",synthetic:true,types:["nalgebra::base::dimension::U100"]},{text:"impl UnwindSafe for U101",synthetic:true,types:["nalgebra::base::dimension::U101"]},{text:"impl UnwindSafe for U102",synthetic:true,types:["nalgebra::base::dimension::U102"]},{text:"impl UnwindSafe for U103",synthetic:true,types:["nalgebra::base::dimension::U103"]},{text:"impl UnwindSafe for U104",synthetic:true,types:["nalgebra::base::dimension::U104"]},{text:"impl UnwindSafe for U105",synthetic:true,types:["nalgebra::base::dimension::U105"]},{text:"impl UnwindSafe for U106",synthetic:true,types:["nalgebra::base::dimension::U106"]},{text:"impl UnwindSafe for U107",synthetic:true,types:["nalgebra::base::dimension::U107"]},{text:"impl UnwindSafe for U108",synthetic:true,types:["nalgebra::base::dimension::U108"]},{text:"impl UnwindSafe for U109",synthetic:true,types:["nalgebra::base::dimension::U109"]},{text:"impl UnwindSafe for U110",synthetic:true,types:["nalgebra::base::dimension::U110"]},{text:"impl UnwindSafe for U111",synthetic:true,types:["nalgebra::base::dimension::U111"]},{text:"impl UnwindSafe for U112",synthetic:true,types:["nalgebra::base::dimension::U112"]},{text:"impl UnwindSafe for U113",synthetic:true,types:["nalgebra::base::dimension::U113"]},{text:"impl UnwindSafe for U114",synthetic:true,types:["nalgebra::base::dimension::U114"]},{text:"impl UnwindSafe for U115",synthetic:true,types:["nalgebra::base::dimension::U115"]},{text:"impl UnwindSafe for U116",synthetic:true,types:["nalgebra::base::dimension::U116"]},{text:"impl UnwindSafe for U117",synthetic:true,types:["nalgebra::base::dimension::U117"]},{text:"impl UnwindSafe for U118",synthetic:true,types:["nalgebra::base::dimension::U118"]},{text:"impl UnwindSafe for U119",synthetic:true,types:["nalgebra::base::dimension::U119"]},{text:"impl UnwindSafe for U120",synthetic:true,types:["nalgebra::base::dimension::U120"]},{text:"impl UnwindSafe for U121",synthetic:true,types:["nalgebra::base::dimension::U121"]},{text:"impl UnwindSafe for U122",synthetic:true,types:["nalgebra::base::dimension::U122"]},{text:"impl UnwindSafe for U123",synthetic:true,types:["nalgebra::base::dimension::U123"]},{text:"impl UnwindSafe for U124",synthetic:true,types:["nalgebra::base::dimension::U124"]},{text:"impl UnwindSafe for U125",synthetic:true,types:["nalgebra::base::dimension::U125"]},{text:"impl UnwindSafe for U126",synthetic:true,types:["nalgebra::base::dimension::U126"]},{text:"impl UnwindSafe for U127",synthetic:true,types:["nalgebra::base::dimension::U127"]},{text:"impl<'a, N, R, C, S> UnwindSafe for MatrixIter<'a, N, R, C, S> where
C: UnwindSafe,
N: RefUnwindSafe,
R: UnwindSafe,
S: UnwindSafe,
<S as Storage<N, R, C>>::CStride: UnwindSafe,
<S as Storage<N, R, C>>::RStride: UnwindSafe, ",synthetic:true,types:["nalgebra::base::iter::MatrixIter"]},{text:"impl<'a, N, R, C, S> !UnwindSafe for MatrixIterMut<'a, N, R, C, S>",synthetic:true,types:["nalgebra::base::iter::MatrixIterMut"]},{text:"impl<'a, N, R, C, S> UnwindSafe for RowIter<'a, N, R, C, S> where
C: RefUnwindSafe,
N: RefUnwindSafe,
R: RefUnwindSafe,
S: RefUnwindSafe, ",synthetic:true,types:["nalgebra::base::iter::RowIter"]},{text:"impl<'a, N, R, C, S> !UnwindSafe for RowIterMut<'a, N, R, C, S>",synthetic:true,types:["nalgebra::base::iter::RowIterMut"]},{text:"impl<'a, N, R, C, S> UnwindSafe for ColumnIter<'a, N, R, C, S> where
C: RefUnwindSafe,
N: RefUnwindSafe,
R: RefUnwindSafe,
S: RefUnwindSafe, ",synthetic:true,types:["nalgebra::base::iter::ColumnIter"]},{text:"impl<'a, N, R, C, S> !UnwindSafe for ColumnIterMut<'a, N, R, C, S>",synthetic:true,types:["nalgebra::base::iter::ColumnIterMut"]},{text:"impl<N, D> !UnwindSafe for Point<N, D>",synthetic:true,types:["nalgebra::geometry::point::Point"]},{text:"impl<N, D> !UnwindSafe for Rotation<N, D>",synthetic:true,types:["nalgebra::geometry::rotation::Rotation"]},{text:"impl<N> UnwindSafe for Quaternion<N> where
N: Scalar + UnwindSafe, ",synthetic:true,types:["nalgebra::geometry::quaternion::Quaternion"]},{text:"impl<N, D> !UnwindSafe for Translation<N, D>",synthetic:true,types:["nalgebra::geometry::translation::Translation"]},{text:"impl<N, D, R> !UnwindSafe for Isometry<N, D, R>",synthetic:true,types:["nalgebra::geometry::isometry::Isometry"]},{text:"impl<N, D, R> !UnwindSafe for Similarity<N, D, R>",synthetic:true,types:["nalgebra::geometry::similarity::Similarity"]},{text:"impl<N, D, C> !UnwindSafe for Transform<N, D, C>",synthetic:true,types:["nalgebra::geometry::transform::Transform"]},{text:"impl<N, D, S> UnwindSafe for Reflection<N, D, S> where
D: UnwindSafe,
N: UnwindSafe,
S: UnwindSafe, ",synthetic:true,types:["nalgebra::geometry::reflection::Reflection"]},{text:"impl<N> UnwindSafe for Orthographic3<N> where
N: Scalar + UnwindSafe, ",synthetic:true,types:["nalgebra::geometry::orthographic::Orthographic3"]},{text:"impl<N> UnwindSafe for Perspective3<N> where
N: UnwindSafe, ",synthetic:true,types:["nalgebra::geometry::perspective::Perspective3"]},{text:"impl UnwindSafe for TGeneral",synthetic:true,types:["nalgebra::geometry::transform::TGeneral"]},{text:"impl UnwindSafe for TProjective",synthetic:true,types:["nalgebra::geometry::transform::TProjective"]},{text:"impl UnwindSafe for TAffine",synthetic:true,types:["nalgebra::geometry::transform::TAffine"]},{text:"impl<N, R, C> !UnwindSafe for Bidiagonal<N, R, C>",synthetic:true,types:["nalgebra::linalg::bidiagonal::Bidiagonal"]},{text:"impl<N, D> !UnwindSafe for Cholesky<N, D>",synthetic:true,types:["nalgebra::linalg::cholesky::Cholesky"]},{text:"impl<N, R, C> !UnwindSafe for FullPivLU<N, R, C>",synthetic:true,types:["nalgebra::linalg::full_piv_lu::FullPivLU"]},{text:"impl<N, D> !UnwindSafe for Hessenberg<N, D>",synthetic:true,types:["nalgebra::linalg::hessenberg::Hessenberg"]},{text:"impl<N, R, C> !UnwindSafe for LU<N, R, C>",synthetic:true,types:["nalgebra::linalg::lu::LU"]},{text:"impl<D> !UnwindSafe for PermutationSequence<D>",synthetic:true,types:["nalgebra::linalg::permutation_sequence::PermutationSequence"]},{text:"impl<N, R, C> !UnwindSafe for QR<N, R, C>",synthetic:true,types:["nalgebra::linalg::qr::QR"]},{text:"impl<N, D> !UnwindSafe for Schur<N, D>",synthetic:true,types:["nalgebra::linalg::schur::Schur"]},{text:"impl<N, R, C> !UnwindSafe for SVD<N, R, C>",synthetic:true,types:["nalgebra::linalg::svd::SVD"]},{text:"impl<N, D> !UnwindSafe for SymmetricEigen<N, D>",synthetic:true,types:["nalgebra::linalg::symmetric_eigen::SymmetricEigen"]},{text:"impl<N, D> !UnwindSafe for SymmetricTridiagonal<N, D>",synthetic:true,types:["nalgebra::linalg::symmetric_tridiagonal::SymmetricTridiagonal"]},{text:"impl<N> UnwindSafe for GivensRotation<N> where
N: UnwindSafe,
<N as ComplexField>::RealField: UnwindSafe, ",synthetic:true,types:["nalgebra::linalg::givens::GivensRotation"]},];
implementors["net2"] = [{text:"impl UnwindSafe for TcpBuilder",synthetic:true,types:["net2::tcp::TcpBuilder"]},{text:"impl UnwindSafe for UdpBuilder",synthetic:true,types:["net2::udp::UdpBuilder"]},];
implementors["nix"] = [{text:"impl UnwindSafe for Error",synthetic:true,types:["nix::Error"]},{text:"impl UnwindSafe for Dir",synthetic:true,types:["nix::dir::Dir"]},{text:"impl<'d> !UnwindSafe for Iter<'d>",synthetic:true,types:["nix::dir::Iter"]},{text:"impl UnwindSafe for Entry",synthetic:true,types:["nix::dir::Entry"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["nix::dir::Type"]},{text:"impl UnwindSafe for Errno",synthetic:true,types:["nix::errno::consts::Errno"]},{text:"impl UnwindSafe for AtFlags",synthetic:true,types:["nix::fcntl::AtFlags"]},{text:"impl UnwindSafe for OFlag",synthetic:true,types:["nix::fcntl::OFlag"]},{text:"impl UnwindSafe for SealFlag",synthetic:true,types:["nix::fcntl::SealFlag"]},{text:"impl UnwindSafe for FdFlag",synthetic:true,types:["nix::fcntl::FdFlag"]},{text:"impl UnwindSafe for SpliceFFlags",synthetic:true,types:["nix::fcntl::SpliceFFlags"]},{text:"impl UnwindSafe for FallocateFlags",synthetic:true,types:["nix::fcntl::FallocateFlags"]},{text:"impl<'a> !UnwindSafe for FcntlArg<'a>",synthetic:true,types:["nix::fcntl::FcntlArg"]},{text:"impl UnwindSafe for FlockArg",synthetic:true,types:["nix::fcntl::FlockArg"]},{text:"impl UnwindSafe for InterfaceAddress",synthetic:true,types:["nix::ifaddrs::InterfaceAddress"]},{text:"impl UnwindSafe for InterfaceAddressIterator",synthetic:true,types:["nix::ifaddrs::InterfaceAddressIterator"]},{text:"impl UnwindSafe for ModuleInitFlags",synthetic:true,types:["nix::kmod::ModuleInitFlags"]},{text:"impl UnwindSafe for DeleteModuleFlags",synthetic:true,types:["nix::kmod::DeleteModuleFlags"]},{text:"impl UnwindSafe for MsFlags",synthetic:true,types:["nix::mount::MsFlags"]},{text:"impl UnwindSafe for MntFlags",synthetic:true,types:["nix::mount::MntFlags"]},{text:"impl UnwindSafe for MQ_OFlag",synthetic:true,types:["nix::mqueue::MQ_OFlag"]},{text:"impl UnwindSafe for FdFlag",synthetic:true,types:["nix::mqueue::FdFlag"]},{text:"impl UnwindSafe for MqAttr",synthetic:true,types:["nix::mqueue::MqAttr"]},{text:"impl UnwindSafe for InterfaceFlags",synthetic:true,types:["nix::net::if_::InterfaceFlags"]},{text:"impl UnwindSafe for PollFd",synthetic:true,types:["nix::poll::PollFd"]},{text:"impl UnwindSafe for PollFlags",synthetic:true,types:["nix::poll::PollFlags"]},{text:"impl UnwindSafe for OpenptyResult",synthetic:true,types:["nix::pty::OpenptyResult"]},{text:"impl UnwindSafe for ForkptyResult",synthetic:true,types:["nix::pty::ForkptyResult"]},{text:"impl UnwindSafe for PtyMaster",synthetic:true,types:["nix::pty::PtyMaster"]},{text:"impl UnwindSafe for CloneFlags",synthetic:true,types:["nix::sched::CloneFlags"]},{text:"impl UnwindSafe for CpuSet",synthetic:true,types:["nix::sched::CpuSet"]},{text:"impl<'a> !UnwindSafe for AioCb<'a>",synthetic:true,types:["nix::sys::aio::AioCb"]},{text:"impl<'a> !UnwindSafe for LioCb<'a>",synthetic:true,types:["nix::sys::aio::LioCb"]},{text:"impl UnwindSafe for AioFsyncMode",synthetic:true,types:["nix::sys::aio::AioFsyncMode"]},{text:"impl UnwindSafe for LioOpcode",synthetic:true,types:["nix::sys::aio::LioOpcode"]},{text:"impl UnwindSafe for LioMode",synthetic:true,types:["nix::sys::aio::LioMode"]},{text:"impl UnwindSafe for AioCancelStat",synthetic:true,types:["nix::sys::aio::AioCancelStat"]},{text:"impl<'a> !UnwindSafe for Buffer<'a>",synthetic:true,types:["nix::sys::aio::Buffer"]},{text:"impl UnwindSafe for EpollFlags",synthetic:true,types:["nix::sys::epoll::EpollFlags"]},{text:"impl UnwindSafe for EpollCreateFlags",synthetic:true,types:["nix::sys::epoll::EpollCreateFlags"]},{text:"impl UnwindSafe for EpollEvent",synthetic:true,types:["nix::sys::epoll::EpollEvent"]},{text:"impl UnwindSafe for EpollOp",synthetic:true,types:["nix::sys::epoll::EpollOp"]},{text:"impl UnwindSafe for EfdFlags",synthetic:true,types:["nix::sys::eventfd::EfdFlags"]},{text:"impl UnwindSafe for MemFdCreateFlag",synthetic:true,types:["nix::sys::memfd::MemFdCreateFlag"]},{text:"impl UnwindSafe for ProtFlags",synthetic:true,types:["nix::sys::mman::ProtFlags"]},{text:"impl UnwindSafe for MapFlags",synthetic:true,types:["nix::sys::mman::MapFlags"]},{text:"impl UnwindSafe for MsFlags",synthetic:true,types:["nix::sys::mman::MsFlags"]},{text:"impl UnwindSafe for MlockAllFlags",synthetic:true,types:["nix::sys::mman::MlockAllFlags"]},{text:"impl UnwindSafe for MmapAdvise",synthetic:true,types:["nix::sys::mman::MmapAdvise"]},{text:"impl UnwindSafe for Options",synthetic:true,types:["nix::sys::ptrace::linux::Options"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["nix::sys::ptrace::linux::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["nix::sys::ptrace::linux::Event"]},{text:"impl UnwindSafe for QuotaValidFlags",synthetic:true,types:["nix::sys::quota::QuotaValidFlags"]},{text:"impl UnwindSafe for Dqblk",synthetic:true,types:["nix::sys::quota::Dqblk"]},{text:"impl UnwindSafe for QuotaType",synthetic:true,types:["nix::sys::quota::QuotaType"]},{text:"impl UnwindSafe for QuotaFmt",synthetic:true,types:["nix::sys::quota::QuotaFmt"]},{text:"impl UnwindSafe for RebootMode",synthetic:true,types:["nix::sys::reboot::RebootMode"]},{text:"impl UnwindSafe for FdSet",synthetic:true,types:["nix::sys::select::FdSet"]},{text:"impl UnwindSafe for SigEvent",synthetic:true,types:["nix::sys::signal::sigevent::SigEvent"]},{text:"impl UnwindSafe for SignalIterator",synthetic:true,types:["nix::sys::signal::SignalIterator"]},{text:"impl UnwindSafe for SaFlags",synthetic:true,types:["nix::sys::signal::SaFlags"]},{text:"impl UnwindSafe for SigSet",synthetic:true,types:["nix::sys::signal::SigSet"]},{text:"impl UnwindSafe for SigAction",synthetic:true,types:["nix::sys::signal::SigAction"]},{text:"impl UnwindSafe for Signal",synthetic:true,types:["nix::sys::signal::Signal"]},{text:"impl UnwindSafe for SigmaskHow",synthetic:true,types:["nix::sys::signal::SigmaskHow"]},{text:"impl UnwindSafe for SigHandler",synthetic:true,types:["nix::sys::signal::SigHandler"]},{text:"impl UnwindSafe for SigevNotify",synthetic:true,types:["nix::sys::signal::SigevNotify"]},{text:"impl UnwindSafe for SfdFlags",synthetic:true,types:["nix::sys::signalfd::SfdFlags"]},{text:"impl UnwindSafe for SignalFd",synthetic:true,types:["nix::sys::signalfd::SignalFd"]},{text:"impl UnwindSafe for UnixAddr",synthetic:true,types:["nix::sys::socket::addr::UnixAddr"]},{text:"impl UnwindSafe for Ipv4Addr",synthetic:true,types:["nix::sys::socket::addr::Ipv4Addr"]},{text:"impl UnwindSafe for Ipv6Addr",synthetic:true,types:["nix::sys::socket::addr::Ipv6Addr"]},{text:"impl UnwindSafe for LinkAddr",synthetic:true,types:["nix::sys::socket::addr::datalink::LinkAddr"]},{text:"impl UnwindSafe for NetlinkAddr",synthetic:true,types:["nix::sys::socket::addr::netlink::NetlinkAddr"]},{text:"impl UnwindSafe for AlgAddr",synthetic:true,types:["nix::sys::socket::addr::alg::AlgAddr"]},{text:"impl UnwindSafe for SockFlag",synthetic:true,types:["nix::sys::socket::SockFlag"]},{text:"impl UnwindSafe for MsgFlags",synthetic:true,types:["nix::sys::socket::MsgFlags"]},{text:"impl UnwindSafe for UnixCredentials",synthetic:true,types:["nix::sys::socket::UnixCredentials"]},{text:"impl UnwindSafe for IpMembershipRequest",synthetic:true,types:["nix::sys::socket::IpMembershipRequest"]},{text:"impl UnwindSafe for Ipv6MembershipRequest",synthetic:true,types:["nix::sys::socket::Ipv6MembershipRequest"]},{text:"impl<T> UnwindSafe for CmsgSpace<T> where
T: UnwindSafe, ",synthetic:true,types:["nix::sys::socket::CmsgSpace"]},{text:"impl<'a> UnwindSafe for RecvMsg<'a>",synthetic:true,types:["nix::sys::socket::RecvMsg"]},{text:"impl<'a> UnwindSafe for CmsgIterator<'a>",synthetic:true,types:["nix::sys::socket::CmsgIterator"]},{text:"impl UnwindSafe for AddressFamily",synthetic:true,types:["nix::sys::socket::addr::AddressFamily"]},{text:"impl UnwindSafe for SockAddr",synthetic:true,types:["nix::sys::socket::addr::SockAddr"]},{text:"impl UnwindSafe for InetAddr",synthetic:true,types:["nix::sys::socket::addr::InetAddr"]},{text:"impl UnwindSafe for IpAddr",synthetic:true,types:["nix::sys::socket::addr::IpAddr"]},{text:"impl UnwindSafe for SockType",synthetic:true,types:["nix::sys::socket::SockType"]},{text:"impl UnwindSafe for SockProtocol",synthetic:true,types:["nix::sys::socket::SockProtocol"]},{text:"impl UnwindSafe for ControlMessageOwned",synthetic:true,types:["nix::sys::socket::ControlMessageOwned"]},{text:"impl<'a> UnwindSafe for ControlMessage<'a>",synthetic:true,types:["nix::sys::socket::ControlMessage"]},{text:"impl UnwindSafe for SockLevel",synthetic:true,types:["nix::sys::socket::SockLevel"]},{text:"impl UnwindSafe for Shutdown",synthetic:true,types:["nix::sys::socket::Shutdown"]},{text:"impl UnwindSafe for ReuseAddr",synthetic:true,types:["nix::sys::socket::sockopt::ReuseAddr"]},{text:"impl UnwindSafe for ReusePort",synthetic:true,types:["nix::sys::socket::sockopt::ReusePort"]},{text:"impl UnwindSafe for TcpNoDelay",synthetic:true,types:["nix::sys::socket::sockopt::TcpNoDelay"]},{text:"impl UnwindSafe for Linger",synthetic:true,types:["nix::sys::socket::sockopt::Linger"]},{text:"impl UnwindSafe for IpAddMembership",synthetic:true,types:["nix::sys::socket::sockopt::IpAddMembership"]},{text:"impl UnwindSafe for IpDropMembership",synthetic:true,types:["nix::sys::socket::sockopt::IpDropMembership"]},{text:"impl UnwindSafe for Ipv6AddMembership",synthetic:true,types:["nix::sys::socket::sockopt::Ipv6AddMembership"]},{text:"impl UnwindSafe for Ipv6DropMembership",synthetic:true,types:["nix::sys::socket::sockopt::Ipv6DropMembership"]},{text:"impl UnwindSafe for IpMulticastTtl",synthetic:true,types:["nix::sys::socket::sockopt::IpMulticastTtl"]},{text:"impl UnwindSafe for IpMulticastLoop",synthetic:true,types:["nix::sys::socket::sockopt::IpMulticastLoop"]},{text:"impl UnwindSafe for ReceiveTimeout",synthetic:true,types:["nix::sys::socket::sockopt::ReceiveTimeout"]},{text:"impl UnwindSafe for SendTimeout",synthetic:true,types:["nix::sys::socket::sockopt::SendTimeout"]},{text:"impl UnwindSafe for Broadcast",synthetic:true,types:["nix::sys::socket::sockopt::Broadcast"]},{text:"impl UnwindSafe for OobInline",synthetic:true,types:["nix::sys::socket::sockopt::OobInline"]},{text:"impl UnwindSafe for SocketError",synthetic:true,types:["nix::sys::socket::sockopt::SocketError"]},{text:"impl UnwindSafe for KeepAlive",synthetic:true,types:["nix::sys::socket::sockopt::KeepAlive"]},{text:"impl UnwindSafe for PeerCredentials",synthetic:true,types:["nix::sys::socket::sockopt::PeerCredentials"]},{text:"impl UnwindSafe for TcpKeepIdle",synthetic:true,types:["nix::sys::socket::sockopt::TcpKeepIdle"]},{text:"impl UnwindSafe for RcvBuf",synthetic:true,types:["nix::sys::socket::sockopt::RcvBuf"]},{text:"impl UnwindSafe for SndBuf",synthetic:true,types:["nix::sys::socket::sockopt::SndBuf"]},{text:"impl UnwindSafe for RcvBufForce",synthetic:true,types:["nix::sys::socket::sockopt::RcvBufForce"]},{text:"impl UnwindSafe for SndBufForce",synthetic:true,types:["nix::sys::socket::sockopt::SndBufForce"]},{text:"impl UnwindSafe for SockType",synthetic:true,types:["nix::sys::socket::sockopt::SockType"]},{text:"impl UnwindSafe for AcceptConn",synthetic:true,types:["nix::sys::socket::sockopt::AcceptConn"]},{text:"impl UnwindSafe for OriginalDst",synthetic:true,types:["nix::sys::socket::sockopt::OriginalDst"]},{text:"impl UnwindSafe for ReceiveTimestamp",synthetic:true,types:["nix::sys::socket::sockopt::ReceiveTimestamp"]},{text:"impl UnwindSafe for IpTransparent",synthetic:true,types:["nix::sys::socket::sockopt::IpTransparent"]},{text:"impl UnwindSafe for Mark",synthetic:true,types:["nix::sys::socket::sockopt::Mark"]},{text:"impl UnwindSafe for PassCred",synthetic:true,types:["nix::sys::socket::sockopt::PassCred"]},{text:"impl UnwindSafe for TcpCongestion",synthetic:true,types:["nix::sys::socket::sockopt::TcpCongestion"]},{text:"impl UnwindSafe for Ipv4PacketInfo",synthetic:true,types:["nix::sys::socket::sockopt::Ipv4PacketInfo"]},{text:"impl UnwindSafe for Ipv6RecvPacketInfo",synthetic:true,types:["nix::sys::socket::sockopt::Ipv6RecvPacketInfo"]},{text:"impl UnwindSafe for AlgSetAeadAuthSize",synthetic:true,types:["nix::sys::socket::sockopt::AlgSetAeadAuthSize"]},{text:"impl<T> UnwindSafe for AlgSetKey<T> where
T: UnwindSafe, ",synthetic:true,types:["nix::sys::socket::sockopt::AlgSetKey"]},{text:"impl UnwindSafe for SFlag",synthetic:true,types:["nix::sys::stat::SFlag"]},{text:"impl UnwindSafe for Mode",synthetic:true,types:["nix::sys::stat::Mode"]},{text:"impl UnwindSafe for FchmodatFlags",synthetic:true,types:["nix::sys::stat::FchmodatFlags"]},{text:"impl UnwindSafe for UtimensatFlags",synthetic:true,types:["nix::sys::stat::UtimensatFlags"]},{text:"impl UnwindSafe for FsFlags",synthetic:true,types:["nix::sys::statvfs::FsFlags"]},{text:"impl UnwindSafe for Statvfs",synthetic:true,types:["nix::sys::statvfs::Statvfs"]},{text:"impl UnwindSafe for SysInfo",synthetic:true,types:["nix::sys::sysinfo::SysInfo"]},{text:"impl UnwindSafe for Termios",synthetic:true,types:["nix::sys::termios::Termios"]},{text:"impl UnwindSafe for InputFlags",synthetic:true,types:["nix::sys::termios::InputFlags"]},{text:"impl UnwindSafe for OutputFlags",synthetic:true,types:["nix::sys::termios::OutputFlags"]},{text:"impl UnwindSafe for ControlFlags",synthetic:true,types:["nix::sys::termios::ControlFlags"]},{text:"impl UnwindSafe for LocalFlags",synthetic:true,types:["nix::sys::termios::LocalFlags"]},{text:"impl UnwindSafe for BaudRate",synthetic:true,types:["nix::sys::termios::BaudRate"]},{text:"impl UnwindSafe for SetArg",synthetic:true,types:["nix::sys::termios::SetArg"]},{text:"impl UnwindSafe for FlushArg",synthetic:true,types:["nix::sys::termios::FlushArg"]},{text:"impl UnwindSafe for FlowArg",synthetic:true,types:["nix::sys::termios::FlowArg"]},{text:"impl UnwindSafe for SpecialCharacterIndices",synthetic:true,types:["nix::sys::termios::SpecialCharacterIndices"]},{text:"impl UnwindSafe for TimeSpec",synthetic:true,types:["nix::sys::time::TimeSpec"]},{text:"impl UnwindSafe for TimeVal",synthetic:true,types:["nix::sys::time::TimeVal"]},{text:"impl UnwindSafe for RemoteIoVec",synthetic:true,types:["nix::sys::uio::RemoteIoVec"]},{text:"impl<T> UnwindSafe for IoVec<T> where
T: UnwindSafe, ",synthetic:true,types:["nix::sys::uio::IoVec"]},{text:"impl UnwindSafe for UtsName",synthetic:true,types:["nix::sys::utsname::UtsName"]},{text:"impl UnwindSafe for WaitPidFlag",synthetic:true,types:["nix::sys::wait::WaitPidFlag"]},{text:"impl UnwindSafe for WaitStatus",synthetic:true,types:["nix::sys::wait::WaitStatus"]},{text:"impl UnwindSafe for AddWatchFlags",synthetic:true,types:["nix::sys::inotify::AddWatchFlags"]},{text:"impl UnwindSafe for InitFlags",synthetic:true,types:["nix::sys::inotify::InitFlags"]},{text:"impl UnwindSafe for Inotify",synthetic:true,types:["nix::sys::inotify::Inotify"]},{text:"impl UnwindSafe for WatchDescriptor",synthetic:true,types:["nix::sys::inotify::WatchDescriptor"]},{text:"impl UnwindSafe for InotifyEvent",synthetic:true,types:["nix::sys::inotify::InotifyEvent"]},{text:"impl UnwindSafe for UContext",synthetic:true,types:["nix::ucontext::UContext"]},{text:"impl UnwindSafe for Uid",synthetic:true,types:["nix::unistd::Uid"]},{text:"impl UnwindSafe for Gid",synthetic:true,types:["nix::unistd::Gid"]},{text:"impl UnwindSafe for Pid",synthetic:true,types:["nix::unistd::Pid"]},{text:"impl UnwindSafe for AccessFlags",synthetic:true,types:["nix::unistd::AccessFlags"]},{text:"impl UnwindSafe for ForkResult",synthetic:true,types:["nix::unistd::ForkResult"]},{text:"impl UnwindSafe for FchownatFlags",synthetic:true,types:["nix::unistd::FchownatFlags"]},{text:"impl UnwindSafe for Whence",synthetic:true,types:["nix::unistd::Whence"]},{text:"impl UnwindSafe for PathconfVar",synthetic:true,types:["nix::unistd::PathconfVar"]},{text:"impl UnwindSafe for SysconfVar",synthetic:true,types:["nix::unistd::SysconfVar"]},];
implementors["notify"] = [{text:"impl !UnwindSafe for RawEvent",synthetic:true,types:["notify::RawEvent"]},{text:"impl !UnwindSafe for DebouncedEvent",synthetic:true,types:["notify::DebouncedEvent"]},{text:"impl !UnwindSafe for Error",synthetic:true,types:["notify::Error"]},{text:"impl UnwindSafe for RecursiveMode",synthetic:true,types:["notify::RecursiveMode"]},{text:"impl UnwindSafe for INotifyWatcher",synthetic:true,types:["notify::inotify::INotifyWatcher"]},{text:"impl UnwindSafe for NullWatcher",synthetic:true,types:["notify::null::NullWatcher"]},{text:"impl !UnwindSafe for PollWatcher",synthetic:true,types:["notify::poll::PollWatcher"]},{text:"impl UnwindSafe for Op",synthetic:true,types:["notify::op::Op"]},];
implementors["num_bigint"] = [{text:"impl UnwindSafe for BigUint",synthetic:true,types:["num_bigint::biguint::BigUint"]},{text:"impl UnwindSafe for BigInt",synthetic:true,types:["num_bigint::bigint::BigInt"]},{text:"impl UnwindSafe for ParseBigIntError",synthetic:true,types:["num_bigint::ParseBigIntError"]},{text:"impl UnwindSafe for Sign",synthetic:true,types:["num_bigint::bigint::Sign"]},];
implementors["num_complex"] = [{text:"impl<T> UnwindSafe for Complex<T> where
T: UnwindSafe, ",synthetic:true,types:["num_complex::Complex"]},{text:"impl<E> UnwindSafe for ParseComplexError<E> where
E: UnwindSafe, ",synthetic:true,types:["num_complex::ParseComplexError"]},];
implementors["num_integer"] = [{text:"impl<A> UnwindSafe for ExtendedGcd<A> where
A: UnwindSafe, ",synthetic:true,types:["num_integer::ExtendedGcd"]},{text:"impl<T> UnwindSafe for IterBinomial<T> where
T: UnwindSafe, ",synthetic:true,types:["num_integer::IterBinomial"]},];
implementors["num_iter"] = [{text:"impl<A> UnwindSafe for Range<A> where
A: UnwindSafe, ",synthetic:true,types:["num_iter::Range"]},{text:"impl<A> UnwindSafe for RangeInclusive<A> where
A: UnwindSafe, ",synthetic:true,types:["num_iter::RangeInclusive"]},{text:"impl<A> UnwindSafe for RangeStep<A> where
A: UnwindSafe, ",synthetic:true,types:["num_iter::RangeStep"]},{text:"impl<A> UnwindSafe for RangeStepInclusive<A> where
A: UnwindSafe, ",synthetic:true,types:["num_iter::RangeStepInclusive"]},];
implementors["num_rational"] = [{text:"impl<T> UnwindSafe for Ratio<T> where
T: UnwindSafe, ",synthetic:true,types:["num_rational::Ratio"]},{text:"impl UnwindSafe for ParseRatioError",synthetic:true,types:["num_rational::ParseRatioError"]},];
implementors["num_traits"] = [{text:"impl UnwindSafe for ParseFloatError",synthetic:true,types:["num_traits::ParseFloatError"]},{text:"impl UnwindSafe for FloatErrorKind",synthetic:true,types:["num_traits::FloatErrorKind"]},];
implementors["ordered_float"] = [{text:"impl<T> UnwindSafe for OrderedFloat<T> where
T: UnwindSafe, ",synthetic:true,types:["ordered_float::OrderedFloat"]},{text:"impl<T> UnwindSafe for NotNan<T> where
T: UnwindSafe, ",synthetic:true,types:["ordered_float::NotNan"]},{text:"impl UnwindSafe for FloatIsNan",synthetic:true,types:["ordered_float::FloatIsNan"]},{text:"impl<E> UnwindSafe for ParseNotNanError<E> where
E: UnwindSafe, ",synthetic:true,types:["ordered_float::ParseNotNanError"]},];
implementors["owning_ref"] = [{text:"impl<O, T: ?Sized> UnwindSafe for OwningRef<O, T> where
O: UnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["owning_ref::OwningRef"]},{text:"impl<O, T: ?Sized> UnwindSafe for OwningRefMut<O, T> where
O: UnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["owning_ref::OwningRefMut"]},{text:"impl<O, H> UnwindSafe for OwningHandle<O, H> where
H: UnwindSafe,
O: UnwindSafe, ",synthetic:true,types:["owning_ref::OwningHandle"]},];
implementors["parking_lot"] = [{text:"impl UnwindSafe for Condvar",synthetic:true,types:["parking_lot::condvar::Condvar"]},{text:"impl UnwindSafe for WaitTimeoutResult",synthetic:true,types:["parking_lot::condvar::WaitTimeoutResult"]},{text:"impl UnwindSafe for Once",synthetic:true,types:["parking_lot::once::Once"]},{text:"impl UnwindSafe for RawMutex",synthetic:true,types:["parking_lot::raw_mutex::RawMutex"]},{text:"impl UnwindSafe for RawRwLock",synthetic:true,types:["parking_lot::raw_rwlock::RawRwLock"]},{text:"impl UnwindSafe for RawThreadId",synthetic:true,types:["parking_lot::remutex::RawThreadId"]},{text:"impl UnwindSafe for OnceState",synthetic:true,types:["parking_lot::once::OnceState"]},];
implementors["parking_lot_core"] = [{text:"impl UnwindSafe for ParkToken",synthetic:true,types:["parking_lot_core::parking_lot::ParkToken"]},{text:"impl UnwindSafe for UnparkResult",synthetic:true,types:["parking_lot_core::parking_lot::UnparkResult"]},{text:"impl UnwindSafe for UnparkToken",synthetic:true,types:["parking_lot_core::parking_lot::UnparkToken"]},{text:"impl UnwindSafe for SpinWait",synthetic:true,types:["parking_lot_core::spinwait::SpinWait"]},{text:"impl UnwindSafe for FilterOp",synthetic:true,types:["parking_lot_core::parking_lot::FilterOp"]},{text:"impl UnwindSafe for ParkResult",synthetic:true,types:["parking_lot_core::parking_lot::ParkResult"]},{text:"impl UnwindSafe for RequeueOp",synthetic:true,types:["parking_lot_core::parking_lot::RequeueOp"]},];
implementors["percent_encoding"] = [{text:"impl UnwindSafe for SIMPLE_ENCODE_SET",synthetic:true,types:["percent_encoding::SIMPLE_ENCODE_SET"]},{text:"impl UnwindSafe for QUERY_ENCODE_SET",synthetic:true,types:["percent_encoding::QUERY_ENCODE_SET"]},{text:"impl UnwindSafe for DEFAULT_ENCODE_SET",synthetic:true,types:["percent_encoding::DEFAULT_ENCODE_SET"]},{text:"impl UnwindSafe for PATH_SEGMENT_ENCODE_SET",synthetic:true,types:["percent_encoding::PATH_SEGMENT_ENCODE_SET"]},{text:"impl UnwindSafe for USERINFO_ENCODE_SET",synthetic:true,types:["percent_encoding::USERINFO_ENCODE_SET"]},{text:"impl<'a, E> UnwindSafe for PercentEncode<'a, E> where
E: UnwindSafe, ",synthetic:true,types:["percent_encoding::PercentEncode"]},{text:"impl<'a> UnwindSafe for PercentDecode<'a>",synthetic:true,types:["percent_encoding::PercentDecode"]},];
implementors["png"] = [{text:"impl UnwindSafe for PixelDimensions",synthetic:true,types:["png::common::PixelDimensions"]},{text:"impl UnwindSafe for FrameControl",synthetic:true,types:["png::common::FrameControl"]},{text:"impl UnwindSafe for AnimationControl",synthetic:true,types:["png::common::AnimationControl"]},{text:"impl UnwindSafe for Info",synthetic:true,types:["png::common::Info"]},{text:"impl UnwindSafe for Transformations",synthetic:true,types:["png::common::Transformations"]},{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["png::decoder::Decoder"]},{text:"impl<R> UnwindSafe for Reader<R> where
R: UnwindSafe, ",synthetic:true,types:["png::decoder::Reader"]},{text:"impl UnwindSafe for OutputInfo",synthetic:true,types:["png::decoder::OutputInfo"]},{text:"impl UnwindSafe for StreamingDecoder",synthetic:true,types:["png::decoder::stream::StreamingDecoder"]},{text:"impl UnwindSafe for Limits",synthetic:true,types:["png::decoder::Limits"]},{text:"impl<W> UnwindSafe for Encoder<W> where
W: UnwindSafe, ",synthetic:true,types:["png::encoder::Encoder"]},{text:"impl<W> UnwindSafe for Writer<W> where
W: UnwindSafe, ",synthetic:true,types:["png::encoder::Writer"]},{text:"impl UnwindSafe for ColorType",synthetic:true,types:["png::common::ColorType"]},{text:"impl UnwindSafe for BitDepth",synthetic:true,types:["png::common::BitDepth"]},{text:"impl UnwindSafe for Unit",synthetic:true,types:["png::common::Unit"]},{text:"impl UnwindSafe for Compression",synthetic:true,types:["png::common::Compression"]},{text:"impl UnwindSafe for Decoded",synthetic:true,types:["png::decoder::stream::Decoded"]},{text:"impl !UnwindSafe for DecodingError",synthetic:true,types:["png::decoder::stream::DecodingError"]},{text:"impl !UnwindSafe for EncodingError",synthetic:true,types:["png::encoder::EncodingError"]},{text:"impl UnwindSafe for FilterType",synthetic:true,types:["png::filter::FilterType"]},];
implementors["proc_macro2"] = [{text:"impl UnwindSafe for TokenStream",synthetic:true,types:["proc_macro2::TokenStream"]},{text:"impl UnwindSafe for LexError",synthetic:true,types:["proc_macro2::LexError"]},{text:"impl UnwindSafe for Span",synthetic:true,types:["proc_macro2::Span"]},{text:"impl UnwindSafe for Group",synthetic:true,types:["proc_macro2::Group"]},{text:"impl UnwindSafe for Punct",synthetic:true,types:["proc_macro2::Punct"]},{text:"impl UnwindSafe for Ident",synthetic:true,types:["proc_macro2::Ident"]},{text:"impl UnwindSafe for Literal",synthetic:true,types:["proc_macro2::Literal"]},{text:"impl UnwindSafe for TokenTree",synthetic:true,types:["proc_macro2::TokenTree"]},{text:"impl UnwindSafe for Delimiter",synthetic:true,types:["proc_macro2::Delimiter"]},{text:"impl UnwindSafe for Spacing",synthetic:true,types:["proc_macro2::Spacing"]},{text:"impl !UnwindSafe for IntoIter",synthetic:true,types:["proc_macro2::token_stream::IntoIter"]},];
implementors["quote"] = [{text:"impl UnwindSafe for Tokens",synthetic:true,types:["quote::tokens::Tokens"]},];
implementors["rand"] = [{text:"impl UnwindSafe for Alphanumeric",synthetic:true,types:["rand::distributions::other::Alphanumeric"]},{text:"impl<X> UnwindSafe for Uniform<X> where
<X as SampleUniform>::Sampler: UnwindSafe, ",synthetic:true,types:["rand::distributions::uniform::Uniform"]},{text:"impl UnwindSafe for OpenClosed01",synthetic:true,types:["rand::distributions::float::OpenClosed01"]},{text:"impl UnwindSafe for Open01",synthetic:true,types:["rand::distributions::float::Open01"]},{text:"impl UnwindSafe for Bernoulli",synthetic:true,types:["rand::distributions::bernoulli::Bernoulli"]},{text:"impl<X> UnwindSafe for WeightedIndex<X> where
X: UnwindSafe,
<X as SampleUniform>::Sampler: UnwindSafe, ",synthetic:true,types:["rand::distributions::weighted::WeightedIndex"]},{text:"impl UnwindSafe for UnitSphereSurface",synthetic:true,types:["rand::distributions::unit_sphere::UnitSphereSurface"]},{text:"impl UnwindSafe for UnitCircle",synthetic:true,types:["rand::distributions::unit_circle::UnitCircle"]},{text:"impl UnwindSafe for Gamma",synthetic:true,types:["rand::distributions::gamma::Gamma"]},{text:"impl UnwindSafe for ChiSquared",synthetic:true,types:["rand::distributions::gamma::ChiSquared"]},{text:"impl UnwindSafe for FisherF",synthetic:true,types:["rand::distributions::gamma::FisherF"]},{text:"impl UnwindSafe for StudentT",synthetic:true,types:["rand::distributions::gamma::StudentT"]},{text:"impl UnwindSafe for Beta",synthetic:true,types:["rand::distributions::gamma::Beta"]},{text:"impl UnwindSafe for Normal",synthetic:true,types:["rand::distributions::normal::Normal"]},{text:"impl UnwindSafe for LogNormal",synthetic:true,types:["rand::distributions::normal::LogNormal"]},{text:"impl UnwindSafe for StandardNormal",synthetic:true,types:["rand::distributions::normal::StandardNormal"]},{text:"impl UnwindSafe for Exp",synthetic:true,types:["rand::distributions::exponential::Exp"]},{text:"impl UnwindSafe for Exp1",synthetic:true,types:["rand::distributions::exponential::Exp1"]},{text:"impl UnwindSafe for Pareto",synthetic:true,types:["rand::distributions::pareto::Pareto"]},{text:"impl UnwindSafe for Poisson",synthetic:true,types:["rand::distributions::poisson::Poisson"]},{text:"impl UnwindSafe for Binomial",synthetic:true,types:["rand::distributions::binomial::Binomial"]},{text:"impl UnwindSafe for Cauchy",synthetic:true,types:["rand::distributions::cauchy::Cauchy"]},{text:"impl UnwindSafe for Dirichlet",synthetic:true,types:["rand::distributions::dirichlet::Dirichlet"]},{text:"impl UnwindSafe for Triangular",synthetic:true,types:["rand::distributions::triangular::Triangular"]},{text:"impl UnwindSafe for Weibull",synthetic:true,types:["rand::distributions::weibull::Weibull"]},{text:"impl<'a, D, R, T> !UnwindSafe for DistIter<'a, D, R, T>",synthetic:true,types:["rand::distributions::DistIter"]},{text:"impl UnwindSafe for Standard",synthetic:true,types:["rand::distributions::Standard"]},{text:"impl<T> UnwindSafe for Weighted<T> where
T: UnwindSafe, ",synthetic:true,types:["rand::distributions::Weighted"]},{text:"impl<'a, T> !UnwindSafe for WeightedChoice<'a, T>",synthetic:true,types:["rand::distributions::WeightedChoice"]},{text:"impl UnwindSafe for WeightedError",synthetic:true,types:["rand::distributions::weighted::WeightedError"]},{text:"impl<X> UnwindSafe for UniformInt<X> where
X: UnwindSafe, ",synthetic:true,types:["rand::distributions::uniform::UniformInt"]},{text:"impl<X> UnwindSafe for UniformFloat<X> where
X: UnwindSafe, ",synthetic:true,types:["rand::distributions::uniform::UniformFloat"]},{text:"impl UnwindSafe for UniformDuration",synthetic:true,types:["rand::distributions::uniform::UniformDuration"]},{text:"impl UnwindSafe for EntropyRng",synthetic:true,types:["rand::rngs::entropy::EntropyRng"]},{text:"impl UnwindSafe for SmallRng",synthetic:true,types:["rand::rngs::small::SmallRng"]},{text:"impl UnwindSafe for StdRng",synthetic:true,types:["rand::rngs::std::StdRng"]},{text:"impl UnwindSafe for ThreadRng",synthetic:true,types:["rand::rngs::thread::ThreadRng"]},{text:"impl<R> UnwindSafe for ReadRng<R> where
R: UnwindSafe, ",synthetic:true,types:["rand::rngs::adapter::read::ReadRng"]},{text:"impl<R, Rsdr> UnwindSafe for ReseedingRng<R, Rsdr> where
R: UnwindSafe,
Rsdr: UnwindSafe,
<R as BlockRngCore>::Results: UnwindSafe, ",synthetic:true,types:["rand::rngs::adapter::reseeding::ReseedingRng"]},{text:"impl UnwindSafe for StepRng",synthetic:true,types:["rand::rngs::mock::StepRng"]},{text:"impl<'a, S: ?Sized, T> UnwindSafe for SliceChooseIter<'a, S, T> where
S: RefUnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["rand::seq::SliceChooseIter"]},{text:"impl UnwindSafe for IndexVec",synthetic:true,types:["rand::seq::index::IndexVec"]},{text:"impl<'a> UnwindSafe for IndexVecIter<'a>",synthetic:true,types:["rand::seq::index::IndexVecIter"]},{text:"impl UnwindSafe for IndexVecIntoIter",synthetic:true,types:["rand::seq::index::IndexVecIntoIter"]},];
implementors["rand_chacha"] = [{text:"impl UnwindSafe for ChaChaRng",synthetic:true,types:["rand_chacha::chacha::ChaChaRng"]},{text:"impl UnwindSafe for ChaChaCore",synthetic:true,types:["rand_chacha::chacha::ChaChaCore"]},];
implementors["rand_core"] = [{text:"impl !UnwindSafe for Error",synthetic:true,types:["rand_core::error::Error"]},{text:"impl UnwindSafe for ErrorKind",synthetic:true,types:["rand_core::error::ErrorKind"]},{text:"impl<R: ?Sized> UnwindSafe for BlockRng<R> where
R: UnwindSafe,
<R as BlockRngCore>::Results: UnwindSafe, ",synthetic:true,types:["rand_core::block::BlockRng"]},{text:"impl<R: ?Sized> UnwindSafe for BlockRng64<R> where
R: UnwindSafe,
<R as BlockRngCore>::Results: UnwindSafe, ",synthetic:true,types:["rand_core::block::BlockRng64"]},];
implementors["rand_hc"] = [{text:"impl UnwindSafe for Hc128Rng",synthetic:true,types:["rand_hc::hc128::Hc128Rng"]},{text:"impl UnwindSafe for Hc128Core",synthetic:true,types:["rand_hc::hc128::Hc128Core"]},];
implementors["rand_isaac"] = [{text:"impl UnwindSafe for IsaacRng",synthetic:true,types:["rand_isaac::isaac::IsaacRng"]},{text:"impl UnwindSafe for IsaacCore",synthetic:true,types:["rand_isaac::isaac::IsaacCore"]},{text:"impl UnwindSafe for Isaac64Rng",synthetic:true,types:["rand_isaac::isaac64::Isaac64Rng"]},{text:"impl UnwindSafe for Isaac64Core",synthetic:true,types:["rand_isaac::isaac64::Isaac64Core"]},];
implementors["rand_jitter"] = [{text:"impl UnwindSafe for JitterRng",synthetic:true,types:["rand_jitter::JitterRng"]},{text:"impl UnwindSafe for TimerError",synthetic:true,types:["rand_jitter::error::TimerError"]},];
implementors["rand_os"] = [{text:"impl UnwindSafe for OsRng",synthetic:true,types:["rand_os::OsRng"]},];
implementors["rand_pcg"] = [{text:"impl UnwindSafe for Lcg64Xsh32",synthetic:true,types:["rand_pcg::pcg64::Lcg64Xsh32"]},{text:"impl UnwindSafe for Mcg128Xsl64",synthetic:true,types:["rand_pcg::pcg128::Mcg128Xsl64"]},];
implementors["rand_xorshift"] = [{text:"impl UnwindSafe for XorShiftRng",synthetic:true,types:["rand_xorshift::XorShiftRng"]},];
implementors["rayon"] = [{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::collections::binary_heap::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::binary_heap::Iter"]},{text:"impl<K, V> UnwindSafe for IntoIter<K, V> where
K: UnwindSafe,
V: UnwindSafe, ",synthetic:true,types:["rayon::collections::btree_map::IntoIter"]},{text:"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::btree_map::Iter"]},{text:"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>",synthetic:true,types:["rayon::collections::btree_map::IterMut"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::collections::btree_set::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::btree_set::Iter"]},{text:"impl<K, V> UnwindSafe for IntoIter<K, V> where
K: UnwindSafe,
V: UnwindSafe, ",synthetic:true,types:["rayon::collections::hash_map::IntoIter"]},{text:"impl<'a, K, V> UnwindSafe for Iter<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::hash_map::Iter"]},{text:"impl<'a, K, V> !UnwindSafe for IterMut<'a, K, V>",synthetic:true,types:["rayon::collections::hash_map::IterMut"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::collections::hash_set::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::hash_set::Iter"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::collections::linked_list::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::linked_list::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["rayon::collections::linked_list::IterMut"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::collections::vec_deque::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::collections::vec_deque::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["rayon::collections::vec_deque::IterMut"]},{text:"impl<Iter> UnwindSafe for IterBridge<Iter> where
Iter: UnwindSafe, ",synthetic:true,types:["rayon::iter::par_bridge::IterBridge"]},{text:"impl<A, B> UnwindSafe for Chain<A, B> where
A: UnwindSafe,
B: UnwindSafe, ",synthetic:true,types:["rayon::iter::chain::Chain"]},{text:"impl<I> UnwindSafe for Chunks<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::chunks::Chunks"]},{text:"impl<I> UnwindSafe for Enumerate<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::enumerate::Enumerate"]},{text:"impl<I, P> UnwindSafe for Filter<I, P> where
I: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["rayon::iter::filter::Filter"]},{text:"impl<I, P> UnwindSafe for FilterMap<I, P> where
I: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["rayon::iter::filter_map::FilterMap"]},{text:"impl<I, F> UnwindSafe for FlatMap<I, F> where
F: UnwindSafe,
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::flat_map::FlatMap"]},{text:"impl<I> UnwindSafe for Flatten<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::flatten::Flatten"]},{text:"impl<I, ID, F> UnwindSafe for Fold<I, ID, F> where
F: UnwindSafe,
I: UnwindSafe,
ID: UnwindSafe, ",synthetic:true,types:["rayon::iter::fold::Fold"]},{text:"impl<I, U, F> UnwindSafe for FoldWith<I, U, F> where
F: UnwindSafe,
I: UnwindSafe,
U: UnwindSafe, ",synthetic:true,types:["rayon::iter::fold::FoldWith"]},{text:"impl<I, U, ID, F> UnwindSafe for TryFold<I, U, ID, F> where
F: UnwindSafe,
I: UnwindSafe,
ID: UnwindSafe,
U: UnwindSafe, ",synthetic:true,types:["rayon::iter::try_fold::TryFold"]},{text:"impl<I, U, F> UnwindSafe for TryFoldWith<I, U, F> where
F: UnwindSafe,
I: UnwindSafe,
<U as Try>::Ok: UnwindSafe, ",synthetic:true,types:["rayon::iter::try_fold::TryFoldWith"]},{text:"impl<I> UnwindSafe for Skip<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::skip::Skip"]},{text:"impl<D, S> UnwindSafe for Split<D, S> where
D: UnwindSafe,
S: UnwindSafe, ",synthetic:true,types:["rayon::iter::splitter::Split"]},{text:"impl<I> UnwindSafe for Take<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::take::Take"]},{text:"impl<I, F> UnwindSafe for Map<I, F> where
F: UnwindSafe,
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::map::Map"]},{text:"impl<I, INIT, F> UnwindSafe for MapInit<I, INIT, F> where
F: UnwindSafe,
I: UnwindSafe,
INIT: UnwindSafe, ",synthetic:true,types:["rayon::iter::map_with::MapInit"]},{text:"impl<I, T, F> UnwindSafe for MapWith<I, T, F> where
F: UnwindSafe,
I: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["rayon::iter::map_with::MapWith"]},{text:"impl<A, B> UnwindSafe for Zip<A, B> where
A: UnwindSafe,
B: UnwindSafe, ",synthetic:true,types:["rayon::iter::zip::Zip"]},{text:"impl<A, B> UnwindSafe for ZipEq<A, B> where
A: UnwindSafe,
B: UnwindSafe, ",synthetic:true,types:["rayon::iter::zip_eq::ZipEq"]},{text:"impl<I, J> UnwindSafe for Interleave<I, J> where
I: UnwindSafe,
J: UnwindSafe, ",synthetic:true,types:["rayon::iter::interleave::Interleave"]},{text:"impl<I, J> UnwindSafe for InterleaveShortest<I, J> where
I: UnwindSafe,
J: UnwindSafe, ",synthetic:true,types:["rayon::iter::interleave_shortest::InterleaveShortest"]},{text:"impl<I> UnwindSafe for Intersperse<I> where
I: UnwindSafe,
<I as ParallelIterator>::Item: UnwindSafe, ",synthetic:true,types:["rayon::iter::intersperse::Intersperse"]},{text:"impl<I, F> UnwindSafe for Update<I, F> where
F: UnwindSafe,
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::update::Update"]},{text:"impl<I> UnwindSafe for Rev<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::rev::Rev"]},{text:"impl<I> UnwindSafe for MaxLen<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::len::MaxLen"]},{text:"impl<I> UnwindSafe for MinLen<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::len::MinLen"]},{text:"impl<I> UnwindSafe for Cloned<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::cloned::Cloned"]},{text:"impl<I, F> UnwindSafe for Inspect<I, F> where
F: UnwindSafe,
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::inspect::Inspect"]},{text:"impl<I> UnwindSafe for PanicFuse<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::panic_fuse::PanicFuse"]},{text:"impl<I> UnwindSafe for WhileSome<I> where
I: UnwindSafe, ",synthetic:true,types:["rayon::iter::while_some::WhileSome"]},{text:"impl<T> UnwindSafe for Repeat<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::iter::repeat::Repeat"]},{text:"impl<T> UnwindSafe for RepeatN<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::iter::repeat::RepeatN"]},{text:"impl<T> UnwindSafe for Empty<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::iter::empty::Empty"]},{text:"impl<T> UnwindSafe for Once<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::iter::once::Once"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::option::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::option::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["rayon::option::IterMut"]},{text:"impl<T> UnwindSafe for Iter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::range::Iter"]},{text:"impl<T> UnwindSafe for Iter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::range_inclusive::Iter"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::result::IntoIter"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::result::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["rayon::result::IterMut"]},{text:"impl<'data, T> UnwindSafe for Iter<'data, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::slice::Iter"]},{text:"impl<'data, T> UnwindSafe for Chunks<'data, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::slice::Chunks"]},{text:"impl<'data, T> UnwindSafe for Windows<'data, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rayon::slice::Windows"]},{text:"impl<'data, T> !UnwindSafe for IterMut<'data, T>",synthetic:true,types:["rayon::slice::IterMut"]},{text:"impl<'data, T> !UnwindSafe for ChunksMut<'data, T>",synthetic:true,types:["rayon::slice::ChunksMut"]},{text:"impl<'data, T, P> UnwindSafe for Split<'data, T, P> where
P: UnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["rayon::slice::Split"]},{text:"impl<'data, T, P> !UnwindSafe for SplitMut<'data, T, P>",synthetic:true,types:["rayon::slice::SplitMut"]},{text:"impl<'ch> UnwindSafe for Chars<'ch>",synthetic:true,types:["rayon::str::Chars"]},{text:"impl<'ch> UnwindSafe for CharIndices<'ch>",synthetic:true,types:["rayon::str::CharIndices"]},{text:"impl<'ch> UnwindSafe for Bytes<'ch>",synthetic:true,types:["rayon::str::Bytes"]},{text:"impl<'ch> UnwindSafe for EncodeUtf16<'ch>",synthetic:true,types:["rayon::str::EncodeUtf16"]},{text:"impl<'ch, P> UnwindSafe for Split<'ch, P> where
P: UnwindSafe, ",synthetic:true,types:["rayon::str::Split"]},{text:"impl<'ch, P> UnwindSafe for SplitTerminator<'ch, P> where
P: UnwindSafe, ",synthetic:true,types:["rayon::str::SplitTerminator"]},{text:"impl<'ch> UnwindSafe for Lines<'ch>",synthetic:true,types:["rayon::str::Lines"]},{text:"impl<'ch> UnwindSafe for SplitWhitespace<'ch>",synthetic:true,types:["rayon::str::SplitWhitespace"]},{text:"impl<'ch, P> UnwindSafe for Matches<'ch, P> where
P: UnwindSafe, ",synthetic:true,types:["rayon::str::Matches"]},{text:"impl<'ch, P> UnwindSafe for MatchIndices<'ch, P> where
P: UnwindSafe, ",synthetic:true,types:["rayon::str::MatchIndices"]},{text:"impl<T> UnwindSafe for IntoIter<T> where
T: UnwindSafe, ",synthetic:true,types:["rayon::vec::IntoIter"]},];
implementors["rayon_core"] = [{text:"impl !UnwindSafe for ThreadBuilder",synthetic:true,types:["rayon_core::registry::ThreadBuilder"]},{text:"impl<'scope> !UnwindSafe for Scope<'scope>",synthetic:true,types:["rayon_core::scope::Scope"]},{text:"impl<'scope> !UnwindSafe for ScopeFifo<'scope>",synthetic:true,types:["rayon_core::scope::ScopeFifo"]},{text:"impl !UnwindSafe for ThreadPool",synthetic:true,types:["rayon_core::thread_pool::ThreadPool"]},{text:"impl !UnwindSafe for ThreadPoolBuildError",synthetic:true,types:["rayon_core::ThreadPoolBuildError"]},{text:"impl<S = DefaultSpawn> !UnwindSafe for ThreadPoolBuilder<S>",synthetic:true,types:["rayon_core::ThreadPoolBuilder"]},{text:"impl !UnwindSafe for Configuration",synthetic:true,types:["rayon_core::Configuration"]},{text:"impl UnwindSafe for FnContext",synthetic:true,types:["rayon_core::FnContext"]},];
implementors["rustc_hash"] = [{text:"impl UnwindSafe for FxHasher",synthetic:true,types:["rustc_hash::FxHasher"]},];
implementors["rustc_serialize"] = [{text:"impl UnwindSafe for Config",synthetic:true,types:["rustc_serialize::base64::Config"]},{text:"impl UnwindSafe for CharacterSet",synthetic:true,types:["rustc_serialize::base64::CharacterSet"]},{text:"impl UnwindSafe for Newline",synthetic:true,types:["rustc_serialize::base64::Newline"]},{text:"impl UnwindSafe for FromBase64Error",synthetic:true,types:["rustc_serialize::base64::FromBase64Error"]},{text:"impl UnwindSafe for FromHexError",synthetic:true,types:["rustc_serialize::hex::FromHexError"]},{text:"impl<'a> UnwindSafe for PrettyJson<'a>",synthetic:true,types:["rustc_serialize::json::PrettyJson"]},{text:"impl<'a, T> UnwindSafe for AsJson<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rustc_serialize::json::AsJson"]},{text:"impl<'a, T> UnwindSafe for AsPrettyJson<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["rustc_serialize::json::AsPrettyJson"]},{text:"impl<'a> !UnwindSafe for Encoder<'a>",synthetic:true,types:["rustc_serialize::json::Encoder"]},{text:"impl UnwindSafe for Stack",synthetic:true,types:["rustc_serialize::json::Stack"]},{text:"impl<T> UnwindSafe for Parser<T> where
T: UnwindSafe, ",synthetic:true,types:["rustc_serialize::json::Parser"]},{text:"impl<T> !UnwindSafe for Builder<T>",synthetic:true,types:["rustc_serialize::json::Builder"]},{text:"impl UnwindSafe for Decoder",synthetic:true,types:["rustc_serialize::json::Decoder"]},{text:"impl UnwindSafe for Json",synthetic:true,types:["rustc_serialize::json::Json"]},{text:"impl UnwindSafe for ErrorCode",synthetic:true,types:["rustc_serialize::json::ErrorCode"]},{text:"impl !UnwindSafe for ParserError",synthetic:true,types:["rustc_serialize::json::ParserError"]},{text:"impl !UnwindSafe for DecoderError",synthetic:true,types:["rustc_serialize::json::DecoderError"]},{text:"impl UnwindSafe for EncoderError",synthetic:true,types:["rustc_serialize::json::EncoderError"]},{text:"impl !UnwindSafe for JsonEvent",synthetic:true,types:["rustc_serialize::json::JsonEvent"]},{text:"impl<'l> UnwindSafe for StackElement<'l>",synthetic:true,types:["rustc_serialize::json::StackElement"]},];
implementors["rusttype"] = [{text:"impl UnwindSafe for Curve",synthetic:true,types:["rusttype::geometry::Curve"]},{text:"impl UnwindSafe for Line",synthetic:true,types:["rusttype::geometry::Line"]},{text:"impl<N> UnwindSafe for Point<N> where
N: UnwindSafe, ",synthetic:true,types:["rusttype::geometry::Point"]},{text:"impl<N> UnwindSafe for Rect<N> where
N: UnwindSafe, ",synthetic:true,types:["rusttype::geometry::Rect"]},{text:"impl<N> UnwindSafe for Vector<N> where
N: UnwindSafe, ",synthetic:true,types:["rusttype::geometry::Vector"]},{text:"impl<'a> UnwindSafe for FontCollection<'a>",synthetic:true,types:["rusttype::FontCollection"]},{text:"impl<'a> UnwindSafe for Font<'a>",synthetic:true,types:["rusttype::Font"]},{text:"impl UnwindSafe for Codepoint",synthetic:true,types:["rusttype::Codepoint"]},{text:"impl UnwindSafe for GlyphId",synthetic:true,types:["rusttype::GlyphId"]},{text:"impl<'a> UnwindSafe for Glyph<'a>",synthetic:true,types:["rusttype::Glyph"]},{text:"impl UnwindSafe for SharedGlyphData",synthetic:true,types:["rusttype::SharedGlyphData"]},{text:"impl UnwindSafe for HMetrics",synthetic:true,types:["rusttype::HMetrics"]},{text:"impl UnwindSafe for VMetrics",synthetic:true,types:["rusttype::VMetrics"]},{text:"impl<'a> UnwindSafe for ScaledGlyph<'a>",synthetic:true,types:["rusttype::ScaledGlyph"]},{text:"impl<'a> UnwindSafe for PositionedGlyph<'a>",synthetic:true,types:["rusttype::PositionedGlyph"]},{text:"impl UnwindSafe for Scale",synthetic:true,types:["rusttype::Scale"]},{text:"impl<'a> UnwindSafe for IntoFontsIter<'a>",synthetic:true,types:["rusttype::IntoFontsIter"]},{text:"impl<'a, 'b, I> UnwindSafe for GlyphIter<'a, 'b, I> where
I: UnwindSafe, ",synthetic:true,types:["rusttype::GlyphIter"]},{text:"impl<'a, 'b> UnwindSafe for LayoutIter<'a, 'b>",synthetic:true,types:["rusttype::LayoutIter"]},{text:"impl UnwindSafe for Contour",synthetic:true,types:["rusttype::Contour"]},{text:"impl<'a> UnwindSafe for SharedBytes<'a>",synthetic:true,types:["rusttype::SharedBytes"]},{text:"impl UnwindSafe for Segment",synthetic:true,types:["rusttype::Segment"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["rusttype::Error"]},{text:"impl<'font> UnwindSafe for Cache<'font>",synthetic:true,types:["rusttype::gpu_cache::Cache"]},{text:"impl UnwindSafe for CacheBuilder",synthetic:true,types:["rusttype::gpu_cache::CacheBuilder"]},{text:"impl UnwindSafe for CacheReadErr",synthetic:true,types:["rusttype::gpu_cache::CacheReadErr"]},{text:"impl UnwindSafe for CacheWriteErr",synthetic:true,types:["rusttype::gpu_cache::CacheWriteErr"]},{text:"impl UnwindSafe for CachedBy",synthetic:true,types:["rusttype::gpu_cache::CachedBy"]},];
implementors["same_file"] = [{text:"impl UnwindSafe for Handle",synthetic:true,types:["same_file::Handle"]},];
implementors["scoped_threadpool"] = [{text:"impl !UnwindSafe for Pool",synthetic:true,types:["scoped_threadpool::Pool"]},{text:"impl<'pool, 'scope> !UnwindSafe for Scope<'pool, 'scope>",synthetic:true,types:["scoped_threadpool::Scope"]},];
implementors["serde"] = [{text:"impl UnwindSafe for IgnoredAny",synthetic:true,types:["serde::de::ignored_any::IgnoredAny"]},{text:"impl<'a> UnwindSafe for Unexpected<'a>",synthetic:true,types:["serde::de::Unexpected"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["serde::de::value::Error"]},{text:"impl<E> UnwindSafe for UnitDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::UnitDeserializer"]},{text:"impl<E> UnwindSafe for BoolDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::BoolDeserializer"]},{text:"impl<E> UnwindSafe for I8Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::I8Deserializer"]},{text:"impl<E> UnwindSafe for I16Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::I16Deserializer"]},{text:"impl<E> UnwindSafe for I32Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::I32Deserializer"]},{text:"impl<E> UnwindSafe for I64Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::I64Deserializer"]},{text:"impl<E> UnwindSafe for IsizeDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::IsizeDeserializer"]},{text:"impl<E> UnwindSafe for U8Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::U8Deserializer"]},{text:"impl<E> UnwindSafe for U16Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::U16Deserializer"]},{text:"impl<E> UnwindSafe for U64Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::U64Deserializer"]},{text:"impl<E> UnwindSafe for UsizeDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::UsizeDeserializer"]},{text:"impl<E> UnwindSafe for F32Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::F32Deserializer"]},{text:"impl<E> UnwindSafe for F64Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::F64Deserializer"]},{text:"impl<E> UnwindSafe for CharDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::CharDeserializer"]},{text:"impl<E> UnwindSafe for I128Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::I128Deserializer"]},{text:"impl<E> UnwindSafe for U128Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::U128Deserializer"]},{text:"impl<E> UnwindSafe for U32Deserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::U32Deserializer"]},{text:"impl<'a, E> UnwindSafe for StrDeserializer<'a, E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::StrDeserializer"]},{text:"impl<'de, E> UnwindSafe for BorrowedStrDeserializer<'de, E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::BorrowedStrDeserializer"]},{text:"impl<E> UnwindSafe for StringDeserializer<E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::StringDeserializer"]},{text:"impl<'a, E> UnwindSafe for CowStrDeserializer<'a, E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::CowStrDeserializer"]},{text:"impl<'de, E> UnwindSafe for BorrowedBytesDeserializer<'de, E> where
E: UnwindSafe, ",synthetic:true,types:["serde::de::value::BorrowedBytesDeserializer"]},{text:"impl<I, E> UnwindSafe for SeqDeserializer<I, E> where
E: UnwindSafe,
I: UnwindSafe, ",synthetic:true,types:["serde::de::value::SeqDeserializer"]},{text:"impl<A> UnwindSafe for SeqAccessDeserializer<A> where
A: UnwindSafe, ",synthetic:true,types:["serde::de::value::SeqAccessDeserializer"]},{text:"impl<'de, I, E> UnwindSafe for MapDeserializer<'de, I, E> where
E: UnwindSafe,
I: UnwindSafe,
<<I as Iterator>::Item as Pair>::Second: UnwindSafe, ",synthetic:true,types:["serde::de::value::MapDeserializer"]},{text:"impl<A> UnwindSafe for MapAccessDeserializer<A> where
A: UnwindSafe, ",synthetic:true,types:["serde::de::value::MapAccessDeserializer"]},{text:"impl<Ok, Error> UnwindSafe for Impossible<Ok, Error> where
Error: UnwindSafe,
Ok: UnwindSafe, ",synthetic:true,types:["serde::ser::impossible::Impossible"]},];
implementors["sfml_rust"] = [{text:"impl UnwindSafe for Timer",synthetic:true,types:["sfml_rust::util::timer::Timer"]},{text:"impl UnwindSafe for Vertex2D",synthetic:true,types:["sfml_rust::util::vertex_2d::Vertex2D"]},{text:"impl UnwindSafe for Vertex3D",synthetic:true,types:["sfml_rust::util::vertex_3d::Vertex3D"]},{text:"impl UnwindSafe for TextVertex3D",synthetic:true,types:["sfml_rust::util::vertex_3d::TextVertex3D"]},{text:"impl<'a> !UnwindSafe for VkProcessor<'a>",synthetic:true,types:["sfml_rust::vkprocessor::VkProcessor"]},{text:"impl UnwindSafe for Sprite",synthetic:true,types:["sfml_rust::sprite::Sprite"]},{text:"impl UnwindSafe for Poly",synthetic:true,types:["sfml_rust::sprite::Poly"]},{text:"impl UnwindSafe for Text",synthetic:true,types:["sfml_rust::sprite::Text"]},{text:"impl UnwindSafe for CanvasFontHandle",synthetic:true,types:["sfml_rust::canvas::CanvasFontHandle"]},{text:"impl UnwindSafe for CanvasTextureHandle",synthetic:true,types:["sfml_rust::canvas::CanvasTextureHandle"]},{text:"impl UnwindSafe for CanvasImageHandle",synthetic:true,types:["sfml_rust::canvas::CanvasImageHandle"]},{text:"impl UnwindSafe for CanvasShaderHandle",synthetic:true,types:["sfml_rust::canvas::CanvasShaderHandle"]},{text:"impl UnwindSafe for CompiledGraphicsPipelineHandle",synthetic:true,types:["sfml_rust::canvas::CompiledGraphicsPipelineHandle"]},{text:"impl UnwindSafe for CompuBufferHandle",synthetic:true,types:["sfml_rust::canvas::CompuBufferHandle"]},{text:"impl !UnwindSafe for CanvasState",synthetic:true,types:["sfml_rust::canvas::canvas_state::CanvasState"]},{text:"impl UnwindSafe for CanvasFrame",synthetic:true,types:["sfml_rust::canvas::canvas_frame::CanvasFrame"]},{text:"impl<H, V, In> UnwindSafe for GenericCanvasFrame<H, V, In> where
H: UnwindSafe,
In: UnwindSafe,
V: UnwindSafe, ",synthetic:true,types:["sfml_rust::canvas::canvas_frame::GenericCanvasFrame"]},{text:"impl UnwindSafe for ShaderType",synthetic:true,types:["sfml_rust::canvas::shader::common::ShaderType"]},{text:"impl !UnwindSafe for GenericShader",synthetic:true,types:["sfml_rust::canvas::shader::generic_shader::GenericShader"]},{text:"impl UnwindSafe for GlyphInstance",synthetic:true,types:["sfml_rust::canvas::shader::text_shader::GlyphInstance"]},{text:"impl !UnwindSafe for TextShader",synthetic:true,types:["sfml_rust::canvas::shader::text_shader::TextShader"]},{text:"impl UnwindSafe for RuntimeVertexDef",synthetic:true,types:["sfml_rust::canvas::shader::dynamic_vertex::RuntimeVertexDef"]},{text:"impl UnwindSafe for CanvasTexture",synthetic:true,types:["sfml_rust::canvas::canvas_buffer::CanvasTexture"]},{text:"impl UnwindSafe for CanvasImage",synthetic:true,types:["sfml_rust::canvas::canvas_buffer::CanvasImage"]},{text:"impl !UnwindSafe for CanvasFont",synthetic:true,types:["sfml_rust::canvas::canvas_buffer::CanvasFont"]},{text:"impl UnwindSafe for CanvasTexture",synthetic:true,types:["sfml_rust::canvas::canvas::CanvasTexture"]},{text:"impl UnwindSafe for CanvasImage",synthetic:true,types:["sfml_rust::canvas::canvas::CanvasImage"]},{text:"impl !UnwindSafe for CanvasState",synthetic:true,types:["sfml_rust::canvas::canvas::CanvasState"]},{text:"impl UnwindSafe for ShaderType",synthetic:true,types:["sfml_rust::canvas::canvas::ShaderType"]},{text:"impl UnwindSafe for CompuFrame",synthetic:true,types:["sfml_rust::compute::compu_frame::CompuFrame"]},{text:"impl UnwindSafe for CompuKernelHandle",synthetic:true,types:["sfml_rust::compute::compu_kernel::CompuKernelHandle"]},{text:"impl UnwindSafe for CompuKernel",synthetic:true,types:["sfml_rust::compute::compu_kernel::CompuKernel"]},{text:"impl UnwindSafe for ComputeSpecializationConstants",synthetic:true,types:["sfml_rust::compute::compu_kernel::ComputeSpecializationConstants"]},{text:"impl UnwindSafe for CompuSprite",synthetic:true,types:["sfml_rust::compute::compu_sprite::CompuSprite"]},{text:"impl UnwindSafe for CompuState",synthetic:true,types:["sfml_rust::compute::compu_state::CompuState"]},{text:"impl UnwindSafe for CompuBuffers",synthetic:true,types:["sfml_rust::compute::compu_buffer::CompuBuffers"]},];
implementors["shade_runner"] = [{text:"impl UnwindSafe for LayoutData",synthetic:true,types:["shade_runner::reflection::LayoutData"]},{text:"impl UnwindSafe for Message",synthetic:true,types:["shade_runner::watch::Message"]},{text:"impl !UnwindSafe for Watch",synthetic:true,types:["shade_runner::watch::Watch"]},{text:"impl UnwindSafe for CompiledShaders",synthetic:true,types:["shade_runner::CompiledShaders"]},{text:"impl UnwindSafe for CompiledShader",synthetic:true,types:["shade_runner::CompiledShader"]},{text:"impl !UnwindSafe for Error",synthetic:true,types:["shade_runner::error::Error"]},{text:"impl UnwindSafe for ConvertError",synthetic:true,types:["shade_runner::error::ConvertError"]},{text:"impl !UnwindSafe for CompileError",synthetic:true,types:["shade_runner::error::CompileError"]},{text:"impl UnwindSafe for Entry",synthetic:true,types:["shade_runner::layouts::Entry"]},{text:"impl UnwindSafe for Input",synthetic:true,types:["shade_runner::layouts::Input"]},{text:"impl UnwindSafe for Output",synthetic:true,types:["shade_runner::layouts::Output"]},{text:"impl UnwindSafe for Layout",synthetic:true,types:["shade_runner::layouts::Layout"]},];
implementors["shaderc"] = [{text:"impl UnwindSafe for Compiler",synthetic:true,types:["shaderc::Compiler"]},{text:"impl<'a> !UnwindSafe for CompileOptions<'a>",synthetic:true,types:["shaderc::CompileOptions"]},{text:"impl UnwindSafe for ResolvedInclude",synthetic:true,types:["shaderc::ResolvedInclude"]},{text:"impl UnwindSafe for CompilationArtifact",synthetic:true,types:["shaderc::CompilationArtifact"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["shaderc::Error"]},{text:"impl UnwindSafe for TargetEnv",synthetic:true,types:["shaderc::TargetEnv"]},{text:"impl UnwindSafe for SourceLanguage",synthetic:true,types:["shaderc::SourceLanguage"]},{text:"impl UnwindSafe for ResourceKind",synthetic:true,types:["shaderc::ResourceKind"]},{text:"impl UnwindSafe for ShaderKind",synthetic:true,types:["shaderc::ShaderKind"]},{text:"impl UnwindSafe for GlslProfile",synthetic:true,types:["shaderc::GlslProfile"]},{text:"impl UnwindSafe for OptimizationLevel",synthetic:true,types:["shaderc::OptimizationLevel"]},{text:"impl UnwindSafe for Limit",synthetic:true,types:["shaderc::Limit"]},{text:"impl UnwindSafe for IncludeType",synthetic:true,types:["shaderc::IncludeType"]},];
implementors["shaderc_sys"] = [{text:"impl UnwindSafe for shaderc_include_result",synthetic:true,types:["shaderc_sys::shaderc_include_result"]},{text:"impl UnwindSafe for ShadercCompiler",synthetic:true,types:["shaderc_sys::ShadercCompiler"]},{text:"impl UnwindSafe for ShadercCompileOptions",synthetic:true,types:["shaderc_sys::ShadercCompileOptions"]},{text:"impl UnwindSafe for ShadercCompilationResult",synthetic:true,types:["shaderc_sys::ShadercCompilationResult"]},];
implementors["shared_library"] = [{text:"impl UnwindSafe for LoadingError",synthetic:true,types:["shared_library::LoadingError"]},{text:"impl UnwindSafe for DynamicLibrary",synthetic:true,types:["shared_library::dynamic_library::DynamicLibrary"]},{text:"impl UnwindSafe for SpecialHandles",synthetic:true,types:["shared_library::dynamic_library::SpecialHandles"]},];
implementors["simple_stopwatch"] = [{text:"impl UnwindSafe for Stopwatch",synthetic:true,types:["simple_stopwatch::Stopwatch"]},];
implementors["slab"] = [{text:"impl<T> UnwindSafe for Slab<T> where
T: UnwindSafe, ",synthetic:true,types:["slab::Slab"]},{text:"impl<'a, T> !UnwindSafe for VacantEntry<'a, T>",synthetic:true,types:["slab::VacantEntry"]},{text:"impl<'a, T> UnwindSafe for Iter<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["slab::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["slab::IterMut"]},{text:"impl<'a, T> UnwindSafe for Drain<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["slab::Drain"]},];
implementors["smallvec"] = [{text:"impl<'a, T> !UnwindSafe for Drain<'a, T>",synthetic:true,types:["smallvec::Drain"]},{text:"impl<A> UnwindSafe for SmallVec<A> where
A: UnwindSafe,
<A as Array>::Item: RefUnwindSafe, ",synthetic:true,types:["smallvec::SmallVec"]},{text:"impl<A> UnwindSafe for IntoIter<A> where
A: UnwindSafe,
<A as Array>::Item: RefUnwindSafe, ",synthetic:true,types:["smallvec::IntoIter"]},];
implementors["smithay_client_toolkit"] = [{text:"impl !UnwindSafe for Environment",synthetic:true,types:["smithay_client_toolkit::env::Environment"]},{text:"impl !UnwindSafe for Shell",synthetic:true,types:["smithay_client_toolkit::env::Shell"]},{text:"impl !UnwindSafe for DataDevice",synthetic:true,types:["smithay_client_toolkit::data_device::data_device::DataDevice"]},{text:"impl !UnwindSafe for DataOffer",synthetic:true,types:["smithay_client_toolkit::data_device::data_offer::DataOffer"]},{text:"impl UnwindSafe for ReadPipe",synthetic:true,types:["smithay_client_toolkit::data_device::data_offer::ReadPipe"]},{text:"impl !UnwindSafe for DataSource",synthetic:true,types:["smithay_client_toolkit::data_device::data_source::DataSource"]},{text:"impl UnwindSafe for WritePipe",synthetic:true,types:["smithay_client_toolkit::data_device::data_source::WritePipe"]},{text:"impl<'a> !UnwindSafe for DndEvent<'a>",synthetic:true,types:["smithay_client_toolkit::data_device::data_device::DndEvent"]},{text:"impl UnwindSafe for DataSourceEvent",synthetic:true,types:["smithay_client_toolkit::data_device::data_source::DataSourceEvent"]},{text:"impl UnwindSafe for ModifiersState",synthetic:true,types:["smithay_client_toolkit::keyboard::ModifiersState"]},{text:"impl UnwindSafe for RMLVO",synthetic:true,types:["smithay_client_toolkit::keyboard::RMLVO"]},{text:"impl UnwindSafe for KeyRepeatEvent",synthetic:true,types:["smithay_client_toolkit::keyboard::KeyRepeatEvent"]},{text:"impl UnwindSafe for KeyRepeatKind",synthetic:true,types:["smithay_client_toolkit::keyboard::KeyRepeatKind"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["smithay_client_toolkit::keyboard::Error"]},{text:"impl<'a> !UnwindSafe for Event<'a>",synthetic:true,types:["smithay_client_toolkit::keyboard::Event"]},{text:"impl UnwindSafe for Mode",synthetic:true,types:["smithay_client_toolkit::output::Mode"]},{text:"impl UnwindSafe for OutputInfo",synthetic:true,types:["smithay_client_toolkit::output::OutputInfo"]},{text:"impl UnwindSafe for OutputMgr",synthetic:true,types:["smithay_client_toolkit::output::OutputMgr"]},{text:"impl !UnwindSafe for ThemeManager",synthetic:true,types:["smithay_client_toolkit::pointer::theme::ThemeManager"]},{text:"impl !UnwindSafe for ThemedPointer",synthetic:true,types:["smithay_client_toolkit::pointer::theme::ThemedPointer"]},{text:"impl !UnwindSafe for AutoThemer",synthetic:true,types:["smithay_client_toolkit::pointer::AutoThemer"]},{text:"impl !UnwindSafe for AutoPointer",synthetic:true,types:["smithay_client_toolkit::pointer::AutoPointer"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["smithay_client_toolkit::shell::Event"]},{text:"impl !UnwindSafe for DoubleMemPool",synthetic:true,types:["smithay_client_toolkit::utils::mempool::DoubleMemPool"]},{text:"impl !UnwindSafe for MemPool",synthetic:true,types:["smithay_client_toolkit::utils::mempool::MemPool"]},{text:"impl !UnwindSafe for BasicFrame",synthetic:true,types:["smithay_client_toolkit::window::basic_frame::BasicFrame"]},{text:"impl !UnwindSafe for ConceptFrame",synthetic:true,types:["smithay_client_toolkit::window::concept_frame::ConceptFrame"]},{text:"impl<F> !UnwindSafe for Window<F>",synthetic:true,types:["smithay_client_toolkit::window::Window"]},{text:"impl UnwindSafe for ButtonState",synthetic:true,types:["smithay_client_toolkit::window::ButtonState"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["smithay_client_toolkit::window::Event"]},{text:"impl !UnwindSafe for FrameRequest",synthetic:true,types:["smithay_client_toolkit::window::FrameRequest"]},];
implementors["spirv_headers"] = [{text:"impl UnwindSafe for ImageOperands",synthetic:true,types:["spirv_headers::ImageOperands"]},{text:"impl UnwindSafe for FPFastMathMode",synthetic:true,types:["spirv_headers::FPFastMathMode"]},{text:"impl UnwindSafe for SelectionControl",synthetic:true,types:["spirv_headers::SelectionControl"]},{text:"impl UnwindSafe for LoopControl",synthetic:true,types:["spirv_headers::LoopControl"]},{text:"impl UnwindSafe for FunctionControl",synthetic:true,types:["spirv_headers::FunctionControl"]},{text:"impl UnwindSafe for MemorySemantics",synthetic:true,types:["spirv_headers::MemorySemantics"]},{text:"impl UnwindSafe for MemoryAccess",synthetic:true,types:["spirv_headers::MemoryAccess"]},{text:"impl UnwindSafe for KernelProfilingInfo",synthetic:true,types:["spirv_headers::KernelProfilingInfo"]},{text:"impl UnwindSafe for SourceLanguage",synthetic:true,types:["spirv_headers::SourceLanguage"]},{text:"impl UnwindSafe for ExecutionModel",synthetic:true,types:["spirv_headers::ExecutionModel"]},{text:"impl UnwindSafe for AddressingModel",synthetic:true,types:["spirv_headers::AddressingModel"]},{text:"impl UnwindSafe for MemoryModel",synthetic:true,types:["spirv_headers::MemoryModel"]},{text:"impl UnwindSafe for ExecutionMode",synthetic:true,types:["spirv_headers::ExecutionMode"]},{text:"impl UnwindSafe for StorageClass",synthetic:true,types:["spirv_headers::StorageClass"]},{text:"impl UnwindSafe for Dim",synthetic:true,types:["spirv_headers::Dim"]},{text:"impl UnwindSafe for SamplerAddressingMode",synthetic:true,types:["spirv_headers::SamplerAddressingMode"]},{text:"impl UnwindSafe for SamplerFilterMode",synthetic:true,types:["spirv_headers::SamplerFilterMode"]},{text:"impl UnwindSafe for ImageFormat",synthetic:true,types:["spirv_headers::ImageFormat"]},{text:"impl UnwindSafe for ImageChannelOrder",synthetic:true,types:["spirv_headers::ImageChannelOrder"]},{text:"impl UnwindSafe for ImageChannelDataType",synthetic:true,types:["spirv_headers::ImageChannelDataType"]},{text:"impl UnwindSafe for FPRoundingMode",synthetic:true,types:["spirv_headers::FPRoundingMode"]},{text:"impl UnwindSafe for LinkageType",synthetic:true,types:["spirv_headers::LinkageType"]},{text:"impl UnwindSafe for AccessQualifier",synthetic:true,types:["spirv_headers::AccessQualifier"]},{text:"impl UnwindSafe for FunctionParameterAttribute",synthetic:true,types:["spirv_headers::FunctionParameterAttribute"]},{text:"impl UnwindSafe for Decoration",synthetic:true,types:["spirv_headers::Decoration"]},{text:"impl UnwindSafe for BuiltIn",synthetic:true,types:["spirv_headers::BuiltIn"]},{text:"impl UnwindSafe for Scope",synthetic:true,types:["spirv_headers::Scope"]},{text:"impl UnwindSafe for GroupOperation",synthetic:true,types:["spirv_headers::GroupOperation"]},{text:"impl UnwindSafe for KernelEnqueueFlags",synthetic:true,types:["spirv_headers::KernelEnqueueFlags"]},{text:"impl UnwindSafe for Capability",synthetic:true,types:["spirv_headers::Capability"]},{text:"impl UnwindSafe for Op",synthetic:true,types:["spirv_headers::Op"]},{text:"impl UnwindSafe for GLOp",synthetic:true,types:["spirv_headers::GLOp"]},{text:"impl UnwindSafe for CLOp",synthetic:true,types:["spirv_headers::CLOp"]},];
implementors["spirv_reflect"] = [{text:"impl UnwindSafe for ShaderModule",synthetic:true,types:["spirv_reflect::ShaderModule"]},{text:"impl UnwindSafe for SpvReflectNumericTraits",synthetic:true,types:["spirv_reflect::ffi::SpvReflectNumericTraits"]},{text:"impl UnwindSafe for SpvReflectNumericTraits_Scalar",synthetic:true,types:["spirv_reflect::ffi::SpvReflectNumericTraits_Scalar"]},{text:"impl UnwindSafe for SpvReflectNumericTraits_Vector",synthetic:true,types:["spirv_reflect::ffi::SpvReflectNumericTraits_Vector"]},{text:"impl UnwindSafe for SpvReflectNumericTraits_Matrix",synthetic:true,types:["spirv_reflect::ffi::SpvReflectNumericTraits_Matrix"]},{text:"impl UnwindSafe for SpvReflectImageTraits",synthetic:true,types:["spirv_reflect::ffi::SpvReflectImageTraits"]},{text:"impl UnwindSafe for SpvReflectArrayTraits",synthetic:true,types:["spirv_reflect::ffi::SpvReflectArrayTraits"]},{text:"impl UnwindSafe for SpvReflectBindingArrayTraits",synthetic:true,types:["spirv_reflect::ffi::SpvReflectBindingArrayTraits"]},{text:"impl UnwindSafe for SpvReflectTypeDescription",synthetic:true,types:["spirv_reflect::ffi::SpvReflectTypeDescription"]},{text:"impl UnwindSafe for SpvReflectTypeDescription_Traits",synthetic:true,types:["spirv_reflect::ffi::SpvReflectTypeDescription_Traits"]},{text:"impl UnwindSafe for SpvReflectInterfaceVariable",synthetic:true,types:["spirv_reflect::ffi::SpvReflectInterfaceVariable"]},{text:"impl UnwindSafe for SpvReflectInterfaceVariable__bindgen_ty_1",synthetic:true,types:["spirv_reflect::ffi::SpvReflectInterfaceVariable__bindgen_ty_1"]},{text:"impl UnwindSafe for SpvReflectBlockVariable",synthetic:true,types:["spirv_reflect::ffi::SpvReflectBlockVariable"]},{text:"impl UnwindSafe for SpvReflectDescriptorBinding",synthetic:true,types:["spirv_reflect::ffi::SpvReflectDescriptorBinding"]},{text:"impl UnwindSafe for SpvReflectDescriptorBinding__bindgen_ty_1",synthetic:true,types:["spirv_reflect::ffi::SpvReflectDescriptorBinding__bindgen_ty_1"]},{text:"impl UnwindSafe for SpvReflectDescriptorSet",synthetic:true,types:["spirv_reflect::ffi::SpvReflectDescriptorSet"]},{text:"impl UnwindSafe for SpvReflectEntryPoint",synthetic:true,types:["spirv_reflect::ffi::SpvReflectEntryPoint"]},{text:"impl UnwindSafe for SpvReflectShaderModule",synthetic:true,types:["spirv_reflect::ffi::SpvReflectShaderModule"]},{text:"impl UnwindSafe for SpvReflectShaderModule_Internal",synthetic:true,types:["spirv_reflect::ffi::SpvReflectShaderModule_Internal"]},{text:"impl UnwindSafe for ReflectGenerator",synthetic:true,types:["spirv_reflect::types::ReflectGenerator"]},{text:"impl UnwindSafe for ReflectDescriptorBinding",synthetic:true,types:["spirv_reflect::types::descriptor::ReflectDescriptorBinding"]},{text:"impl UnwindSafe for ReflectDescriptorSet",synthetic:true,types:["spirv_reflect::types::descriptor::ReflectDescriptorSet"]},{text:"impl UnwindSafe for ReflectDescriptorType",synthetic:true,types:["spirv_reflect::types::descriptor::ReflectDescriptorType"]},{text:"impl UnwindSafe for ReflectImageFormat",synthetic:true,types:["spirv_reflect::types::image::ReflectImageFormat"]},{text:"impl UnwindSafe for ReflectFormat",synthetic:true,types:["spirv_reflect::types::image::ReflectFormat"]},{text:"impl UnwindSafe for ReflectOp",synthetic:true,types:["spirv_reflect::types::op::ReflectOp"]},{text:"impl UnwindSafe for ReflectBuiltIn",synthetic:true,types:["spirv_reflect::types::op::ReflectBuiltIn"]},{text:"impl UnwindSafe for ReflectResourceType",synthetic:true,types:["spirv_reflect::types::resource::ReflectResourceType"]},{text:"impl UnwindSafe for ReflectBindingArrayTraits",synthetic:true,types:["spirv_reflect::types::traits::ReflectBindingArrayTraits"]},{text:"impl UnwindSafe for ReflectNumericTraitsScalar",synthetic:true,types:["spirv_reflect::types::traits::ReflectNumericTraitsScalar"]},{text:"impl UnwindSafe for ReflectNumericTraitsVector",synthetic:true,types:["spirv_reflect::types::traits::ReflectNumericTraitsVector"]},{text:"impl UnwindSafe for ReflectNumericTraitsMatrix",synthetic:true,types:["spirv_reflect::types::traits::ReflectNumericTraitsMatrix"]},{text:"impl UnwindSafe for ReflectNumericTraits",synthetic:true,types:["spirv_reflect::types::traits::ReflectNumericTraits"]},{text:"impl UnwindSafe for ReflectArrayTraits",synthetic:true,types:["spirv_reflect::types::traits::ReflectArrayTraits"]},{text:"impl UnwindSafe for ReflectTypeDescriptionTraits",synthetic:true,types:["spirv_reflect::types::traits::ReflectTypeDescriptionTraits"]},{text:"impl UnwindSafe for ReflectImageTraits",synthetic:true,types:["spirv_reflect::types::traits::ReflectImageTraits"]},{text:"impl UnwindSafe for ReflectDecorationFlags",synthetic:true,types:["spirv_reflect::types::variable::ReflectDecorationFlags"]},{text:"impl UnwindSafe for ReflectTypeFlags",synthetic:true,types:["spirv_reflect::types::variable::ReflectTypeFlags"]},{text:"impl UnwindSafe for ReflectShaderStageFlags",synthetic:true,types:["spirv_reflect::types::variable::ReflectShaderStageFlags"]},{text:"impl UnwindSafe for ReflectTypeDescription",synthetic:true,types:["spirv_reflect::types::variable::ReflectTypeDescription"]},{text:"impl UnwindSafe for ReflectBlockVariable",synthetic:true,types:["spirv_reflect::types::variable::ReflectBlockVariable"]},{text:"impl UnwindSafe for ReflectInterfaceVariable",synthetic:true,types:["spirv_reflect::types::variable::ReflectInterfaceVariable"]},{text:"impl UnwindSafe for ReflectEntryPoint",synthetic:true,types:["spirv_reflect::types::variable::ReflectEntryPoint"]},{text:"impl UnwindSafe for ReflectDimension",synthetic:true,types:["spirv_reflect::types::variable::ReflectDimension"]},{text:"impl UnwindSafe for ReflectStorageClass",synthetic:true,types:["spirv_reflect::types::variable::ReflectStorageClass"]},];
implementors["stb_truetype"] = [{text:"impl<Data> UnwindSafe for FontInfo<Data> where
Data: UnwindSafe, ",synthetic:true,types:["stb_truetype::FontInfo"]},{text:"impl UnwindSafe for Vertex",synthetic:true,types:["stb_truetype::Vertex"]},{text:"impl<T> UnwindSafe for Rect<T> where
T: UnwindSafe, ",synthetic:true,types:["stb_truetype::Rect"]},{text:"impl UnwindSafe for HMetrics",synthetic:true,types:["stb_truetype::HMetrics"]},{text:"impl UnwindSafe for VMetrics",synthetic:true,types:["stb_truetype::VMetrics"]},{text:"impl<'a, Data> UnwindSafe for FontNameIter<'a, Data> where
Data: RefUnwindSafe, ",synthetic:true,types:["stb_truetype::FontNameIter"]},{text:"impl UnwindSafe for VertexType",synthetic:true,types:["stb_truetype::VertexType"]},{text:"impl UnwindSafe for PlatformId",synthetic:true,types:["stb_truetype::PlatformId"]},{text:"impl UnwindSafe for UnicodeEid",synthetic:true,types:["stb_truetype::UnicodeEid"]},{text:"impl UnwindSafe for MicrosoftEid",synthetic:true,types:["stb_truetype::MicrosoftEid"]},{text:"impl UnwindSafe for MacEid",synthetic:true,types:["stb_truetype::MacEid"]},{text:"impl UnwindSafe for MicrosoftLang",synthetic:true,types:["stb_truetype::MicrosoftLang"]},{text:"impl UnwindSafe for MacLang",synthetic:true,types:["stb_truetype::MacLang"]},{text:"impl UnwindSafe for PlatformEncodingLanguageId",synthetic:true,types:["stb_truetype::PlatformEncodingLanguageId"]},];
implementors["syn"] = [{text:"impl UnwindSafe for Attribute",synthetic:true,types:["syn::attr::Attribute"]},{text:"impl UnwindSafe for MetaList",synthetic:true,types:["syn::attr::MetaList"]},{text:"impl UnwindSafe for MetaNameValue",synthetic:true,types:["syn::attr::MetaNameValue"]},{text:"impl UnwindSafe for Field",synthetic:true,types:["syn::data::Field"]},{text:"impl UnwindSafe for FieldsNamed",synthetic:true,types:["syn::data::FieldsNamed"]},{text:"impl UnwindSafe for FieldsUnnamed",synthetic:true,types:["syn::data::FieldsUnnamed"]},{text:"impl UnwindSafe for Variant",synthetic:true,types:["syn::data::Variant"]},{text:"impl UnwindSafe for VisCrate",synthetic:true,types:["syn::data::VisCrate"]},{text:"impl UnwindSafe for VisPublic",synthetic:true,types:["syn::data::VisPublic"]},{text:"impl UnwindSafe for VisRestricted",synthetic:true,types:["syn::data::VisRestricted"]},{text:"impl UnwindSafe for ExprArray",synthetic:true,types:["syn::expr::ExprArray"]},{text:"impl UnwindSafe for ExprAssign",synthetic:true,types:["syn::expr::ExprAssign"]},{text:"impl UnwindSafe for ExprAssignOp",synthetic:true,types:["syn::expr::ExprAssignOp"]},{text:"impl UnwindSafe for ExprAsync",synthetic:true,types:["syn::expr::ExprAsync"]},{text:"impl UnwindSafe for ExprBinary",synthetic:true,types:["syn::expr::ExprBinary"]},{text:"impl UnwindSafe for ExprBlock",synthetic:true,types:["syn::expr::ExprBlock"]},{text:"impl UnwindSafe for ExprBox",synthetic:true,types:["syn::expr::ExprBox"]},{text:"impl UnwindSafe for ExprBreak",synthetic:true,types:["syn::expr::ExprBreak"]},{text:"impl UnwindSafe for ExprCall",synthetic:true,types:["syn::expr::ExprCall"]},{text:"impl UnwindSafe for ExprCast",synthetic:true,types:["syn::expr::ExprCast"]},{text:"impl UnwindSafe for ExprClosure",synthetic:true,types:["syn::expr::ExprClosure"]},{text:"impl UnwindSafe for ExprContinue",synthetic:true,types:["syn::expr::ExprContinue"]},{text:"impl UnwindSafe for ExprField",synthetic:true,types:["syn::expr::ExprField"]},{text:"impl UnwindSafe for ExprForLoop",synthetic:true,types:["syn::expr::ExprForLoop"]},{text:"impl UnwindSafe for ExprGroup",synthetic:true,types:["syn::expr::ExprGroup"]},{text:"impl UnwindSafe for ExprIf",synthetic:true,types:["syn::expr::ExprIf"]},{text:"impl UnwindSafe for ExprInPlace",synthetic:true,types:["syn::expr::ExprInPlace"]},{text:"impl UnwindSafe for ExprIndex",synthetic:true,types:["syn::expr::ExprIndex"]},{text:"impl UnwindSafe for ExprLet",synthetic:true,types:["syn::expr::ExprLet"]},{text:"impl UnwindSafe for ExprLit",synthetic:true,types:["syn::expr::ExprLit"]},{text:"impl UnwindSafe for ExprLoop",synthetic:true,types:["syn::expr::ExprLoop"]},{text:"impl UnwindSafe for ExprMacro",synthetic:true,types:["syn::expr::ExprMacro"]},{text:"impl UnwindSafe for ExprMatch",synthetic:true,types:["syn::expr::ExprMatch"]},{text:"impl UnwindSafe for ExprMethodCall",synthetic:true,types:["syn::expr::ExprMethodCall"]},{text:"impl UnwindSafe for ExprParen",synthetic:true,types:["syn::expr::ExprParen"]},{text:"impl UnwindSafe for ExprPath",synthetic:true,types:["syn::expr::ExprPath"]},{text:"impl UnwindSafe for ExprRange",synthetic:true,types:["syn::expr::ExprRange"]},{text:"impl UnwindSafe for ExprReference",synthetic:true,types:["syn::expr::ExprReference"]},{text:"impl UnwindSafe for ExprRepeat",synthetic:true,types:["syn::expr::ExprRepeat"]},{text:"impl UnwindSafe for ExprReturn",synthetic:true,types:["syn::expr::ExprReturn"]},{text:"impl UnwindSafe for ExprStruct",synthetic:true,types:["syn::expr::ExprStruct"]},{text:"impl UnwindSafe for ExprTry",synthetic:true,types:["syn::expr::ExprTry"]},{text:"impl UnwindSafe for ExprTryBlock",synthetic:true,types:["syn::expr::ExprTryBlock"]},{text:"impl UnwindSafe for ExprTuple",synthetic:true,types:["syn::expr::ExprTuple"]},{text:"impl UnwindSafe for ExprType",synthetic:true,types:["syn::expr::ExprType"]},{text:"impl UnwindSafe for ExprUnary",synthetic:true,types:["syn::expr::ExprUnary"]},{text:"impl UnwindSafe for ExprUnsafe",synthetic:true,types:["syn::expr::ExprUnsafe"]},{text:"impl UnwindSafe for ExprVerbatim",synthetic:true,types:["syn::expr::ExprVerbatim"]},{text:"impl UnwindSafe for ExprWhile",synthetic:true,types:["syn::expr::ExprWhile"]},{text:"impl UnwindSafe for ExprYield",synthetic:true,types:["syn::expr::ExprYield"]},{text:"impl UnwindSafe for Index",synthetic:true,types:["syn::expr::Index"]},{text:"impl UnwindSafe for BoundLifetimes",synthetic:true,types:["syn::generics::BoundLifetimes"]},{text:"impl UnwindSafe for ConstParam",synthetic:true,types:["syn::generics::ConstParam"]},{text:"impl UnwindSafe for Generics",synthetic:true,types:["syn::generics::Generics"]},{text:"impl UnwindSafe for LifetimeDef",synthetic:true,types:["syn::generics::LifetimeDef"]},{text:"impl UnwindSafe for PredicateEq",synthetic:true,types:["syn::generics::PredicateEq"]},{text:"impl UnwindSafe for PredicateLifetime",synthetic:true,types:["syn::generics::PredicateLifetime"]},{text:"impl UnwindSafe for PredicateType",synthetic:true,types:["syn::generics::PredicateType"]},{text:"impl UnwindSafe for TraitBound",synthetic:true,types:["syn::generics::TraitBound"]},{text:"impl UnwindSafe for TypeParam",synthetic:true,types:["syn::generics::TypeParam"]},{text:"impl UnwindSafe for WhereClause",synthetic:true,types:["syn::generics::WhereClause"]},{text:"impl<'a> !UnwindSafe for ImplGenerics<'a>",synthetic:true,types:["syn::generics::ImplGenerics"]},{text:"impl<'a> !UnwindSafe for Turbofish<'a>",synthetic:true,types:["syn::generics::Turbofish"]},{text:"impl<'a> !UnwindSafe for TypeGenerics<'a>",synthetic:true,types:["syn::generics::TypeGenerics"]},{text:"impl UnwindSafe for Lifetime",synthetic:true,types:["syn::lifetime::Lifetime"]},{text:"impl UnwindSafe for LitBool",synthetic:true,types:["syn::lit::LitBool"]},{text:"impl UnwindSafe for LitByte",synthetic:true,types:["syn::lit::LitByte"]},{text:"impl UnwindSafe for LitByteStr",synthetic:true,types:["syn::lit::LitByteStr"]},{text:"impl UnwindSafe for LitChar",synthetic:true,types:["syn::lit::LitChar"]},{text:"impl UnwindSafe for LitFloat",synthetic:true,types:["syn::lit::LitFloat"]},{text:"impl UnwindSafe for LitInt",synthetic:true,types:["syn::lit::LitInt"]},{text:"impl UnwindSafe for LitStr",synthetic:true,types:["syn::lit::LitStr"]},{text:"impl UnwindSafe for LitVerbatim",synthetic:true,types:["syn::lit::LitVerbatim"]},{text:"impl UnwindSafe for Macro",synthetic:true,types:["syn::mac::Macro"]},{text:"impl UnwindSafe for DataEnum",synthetic:true,types:["syn::derive::DataEnum"]},{text:"impl UnwindSafe for DataStruct",synthetic:true,types:["syn::derive::DataStruct"]},{text:"impl UnwindSafe for DataUnion",synthetic:true,types:["syn::derive::DataUnion"]},{text:"impl UnwindSafe for DeriveInput",synthetic:true,types:["syn::derive::DeriveInput"]},{text:"impl UnwindSafe for Abi",synthetic:true,types:["syn::ty::Abi"]},{text:"impl UnwindSafe for BareFnArg",synthetic:true,types:["syn::ty::BareFnArg"]},{text:"impl UnwindSafe for TypeArray",synthetic:true,types:["syn::ty::TypeArray"]},{text:"impl UnwindSafe for TypeBareFn",synthetic:true,types:["syn::ty::TypeBareFn"]},{text:"impl UnwindSafe for TypeGroup",synthetic:true,types:["syn::ty::TypeGroup"]},{text:"impl UnwindSafe for TypeImplTrait",synthetic:true,types:["syn::ty::TypeImplTrait"]},{text:"impl UnwindSafe for TypeInfer",synthetic:true,types:["syn::ty::TypeInfer"]},{text:"impl UnwindSafe for TypeMacro",synthetic:true,types:["syn::ty::TypeMacro"]},{text:"impl UnwindSafe for TypeNever",synthetic:true,types:["syn::ty::TypeNever"]},{text:"impl UnwindSafe for TypeParen",synthetic:true,types:["syn::ty::TypeParen"]},{text:"impl UnwindSafe for TypePath",synthetic:true,types:["syn::ty::TypePath"]},{text:"impl UnwindSafe for TypePtr",synthetic:true,types:["syn::ty::TypePtr"]},{text:"impl UnwindSafe for TypeReference",synthetic:true,types:["syn::ty::TypeReference"]},{text:"impl UnwindSafe for TypeSlice",synthetic:true,types:["syn::ty::TypeSlice"]},{text:"impl UnwindSafe for TypeTraitObject",synthetic:true,types:["syn::ty::TypeTraitObject"]},{text:"impl UnwindSafe for TypeTuple",synthetic:true,types:["syn::ty::TypeTuple"]},{text:"impl UnwindSafe for TypeVerbatim",synthetic:true,types:["syn::ty::TypeVerbatim"]},{text:"impl UnwindSafe for AngleBracketedGenericArguments",synthetic:true,types:["syn::path::AngleBracketedGenericArguments"]},{text:"impl UnwindSafe for Binding",synthetic:true,types:["syn::path::Binding"]},{text:"impl UnwindSafe for Constraint",synthetic:true,types:["syn::path::Constraint"]},{text:"impl UnwindSafe for ParenthesizedGenericArguments",synthetic:true,types:["syn::path::ParenthesizedGenericArguments"]},{text:"impl UnwindSafe for Path",synthetic:true,types:["syn::path::Path"]},{text:"impl UnwindSafe for PathSegment",synthetic:true,types:["syn::path::PathSegment"]},{text:"impl UnwindSafe for QSelf",synthetic:true,types:["syn::path::QSelf"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["syn::error::Error"]},{text:"impl UnwindSafe for AttrStyle",synthetic:true,types:["syn::attr::AttrStyle"]},{text:"impl UnwindSafe for Meta",synthetic:true,types:["syn::attr::Meta"]},{text:"impl UnwindSafe for NestedMeta",synthetic:true,types:["syn::attr::NestedMeta"]},{text:"impl UnwindSafe for Fields",synthetic:true,types:["syn::data::Fields"]},{text:"impl UnwindSafe for Visibility",synthetic:true,types:["syn::data::Visibility"]},{text:"impl UnwindSafe for Expr",synthetic:true,types:["syn::expr::Expr"]},{text:"impl UnwindSafe for Member",synthetic:true,types:["syn::expr::Member"]},{text:"impl UnwindSafe for GenericParam",synthetic:true,types:["syn::generics::GenericParam"]},{text:"impl UnwindSafe for TraitBoundModifier",synthetic:true,types:["syn::generics::TraitBoundModifier"]},{text:"impl UnwindSafe for TypeParamBound",synthetic:true,types:["syn::generics::TypeParamBound"]},{text:"impl UnwindSafe for WherePredicate",synthetic:true,types:["syn::generics::WherePredicate"]},{text:"impl UnwindSafe for FloatSuffix",synthetic:true,types:["syn::lit::FloatSuffix"]},{text:"impl UnwindSafe for IntSuffix",synthetic:true,types:["syn::lit::IntSuffix"]},{text:"impl UnwindSafe for Lit",synthetic:true,types:["syn::lit::Lit"]},{text:"impl UnwindSafe for StrStyle",synthetic:true,types:["syn::lit::StrStyle"]},{text:"impl UnwindSafe for MacroDelimiter",synthetic:true,types:["syn::mac::MacroDelimiter"]},{text:"impl UnwindSafe for Data",synthetic:true,types:["syn::derive::Data"]},{text:"impl UnwindSafe for BinOp",synthetic:true,types:["syn::op::BinOp"]},{text:"impl UnwindSafe for UnOp",synthetic:true,types:["syn::op::UnOp"]},{text:"impl UnwindSafe for BareFnArgName",synthetic:true,types:["syn::ty::BareFnArgName"]},{text:"impl UnwindSafe for ReturnType",synthetic:true,types:["syn::ty::ReturnType"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["syn::ty::Type"]},{text:"impl UnwindSafe for GenericArgument",synthetic:true,types:["syn::path::GenericArgument"]},{text:"impl UnwindSafe for PathArguments",synthetic:true,types:["syn::path::PathArguments"]},{text:"impl UnwindSafe for Underscore",synthetic:true,types:["syn::token::Underscore"]},{text:"impl UnwindSafe for Abstract",synthetic:true,types:["syn::token::Abstract"]},{text:"impl UnwindSafe for As",synthetic:true,types:["syn::token::As"]},{text:"impl UnwindSafe for Async",synthetic:true,types:["syn::token::Async"]},{text:"impl UnwindSafe for Auto",synthetic:true,types:["syn::token::Auto"]},{text:"impl UnwindSafe for Become",synthetic:true,types:["syn::token::Become"]},{text:"impl UnwindSafe for Box",synthetic:true,types:["syn::token::Box"]},{text:"impl UnwindSafe for Break",synthetic:true,types:["syn::token::Break"]},{text:"impl UnwindSafe for Const",synthetic:true,types:["syn::token::Const"]},{text:"impl UnwindSafe for Continue",synthetic:true,types:["syn::token::Continue"]},{text:"impl UnwindSafe for Crate",synthetic:true,types:["syn::token::Crate"]},{text:"impl UnwindSafe for Default",synthetic:true,types:["syn::token::Default"]},{text:"impl UnwindSafe for Do",synthetic:true,types:["syn::token::Do"]},{text:"impl UnwindSafe for Dyn",synthetic:true,types:["syn::token::Dyn"]},{text:"impl UnwindSafe for Else",synthetic:true,types:["syn::token::Else"]},{text:"impl UnwindSafe for Enum",synthetic:true,types:["syn::token::Enum"]},{text:"impl UnwindSafe for Existential",synthetic:true,types:["syn::token::Existential"]},{text:"impl UnwindSafe for Extern",synthetic:true,types:["syn::token::Extern"]},{text:"impl UnwindSafe for Final",synthetic:true,types:["syn::token::Final"]},{text:"impl UnwindSafe for Fn",synthetic:true,types:["syn::token::Fn"]},{text:"impl UnwindSafe for For",synthetic:true,types:["syn::token::For"]},{text:"impl UnwindSafe for If",synthetic:true,types:["syn::token::If"]},{text:"impl UnwindSafe for Impl",synthetic:true,types:["syn::token::Impl"]},{text:"impl UnwindSafe for In",synthetic:true,types:["syn::token::In"]},{text:"impl UnwindSafe for Let",synthetic:true,types:["syn::token::Let"]},{text:"impl UnwindSafe for Loop",synthetic:true,types:["syn::token::Loop"]},{text:"impl UnwindSafe for Macro",synthetic:true,types:["syn::token::Macro"]},{text:"impl UnwindSafe for Match",synthetic:true,types:["syn::token::Match"]},{text:"impl UnwindSafe for Mod",synthetic:true,types:["syn::token::Mod"]},{text:"impl UnwindSafe for Move",synthetic:true,types:["syn::token::Move"]},{text:"impl UnwindSafe for Mut",synthetic:true,types:["syn::token::Mut"]},{text:"impl UnwindSafe for Override",synthetic:true,types:["syn::token::Override"]},{text:"impl UnwindSafe for Priv",synthetic:true,types:["syn::token::Priv"]},{text:"impl UnwindSafe for Pub",synthetic:true,types:["syn::token::Pub"]},{text:"impl UnwindSafe for Ref",synthetic:true,types:["syn::token::Ref"]},{text:"impl UnwindSafe for Return",synthetic:true,types:["syn::token::Return"]},{text:"impl UnwindSafe for SelfType",synthetic:true,types:["syn::token::SelfType"]},{text:"impl UnwindSafe for SelfValue",synthetic:true,types:["syn::token::SelfValue"]},{text:"impl UnwindSafe for Static",synthetic:true,types:["syn::token::Static"]},{text:"impl UnwindSafe for Struct",synthetic:true,types:["syn::token::Struct"]},{text:"impl UnwindSafe for Super",synthetic:true,types:["syn::token::Super"]},{text:"impl UnwindSafe for Trait",synthetic:true,types:["syn::token::Trait"]},{text:"impl UnwindSafe for Try",synthetic:true,types:["syn::token::Try"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["syn::token::Type"]},{text:"impl UnwindSafe for Typeof",synthetic:true,types:["syn::token::Typeof"]},{text:"impl UnwindSafe for Union",synthetic:true,types:["syn::token::Union"]},{text:"impl UnwindSafe for Unsafe",synthetic:true,types:["syn::token::Unsafe"]},{text:"impl UnwindSafe for Unsized",synthetic:true,types:["syn::token::Unsized"]},{text:"impl UnwindSafe for Use",synthetic:true,types:["syn::token::Use"]},{text:"impl UnwindSafe for Virtual",synthetic:true,types:["syn::token::Virtual"]},{text:"impl UnwindSafe for Where",synthetic:true,types:["syn::token::Where"]},{text:"impl UnwindSafe for While",synthetic:true,types:["syn::token::While"]},{text:"impl UnwindSafe for Yield",synthetic:true,types:["syn::token::Yield"]},{text:"impl UnwindSafe for Add",synthetic:true,types:["syn::token::Add"]},{text:"impl UnwindSafe for AddEq",synthetic:true,types:["syn::token::AddEq"]},{text:"impl UnwindSafe for And",synthetic:true,types:["syn::token::And"]},{text:"impl UnwindSafe for AndAnd",synthetic:true,types:["syn::token::AndAnd"]},{text:"impl UnwindSafe for AndEq",synthetic:true,types:["syn::token::AndEq"]},{text:"impl UnwindSafe for At",synthetic:true,types:["syn::token::At"]},{text:"impl UnwindSafe for Bang",synthetic:true,types:["syn::token::Bang"]},{text:"impl UnwindSafe for Caret",synthetic:true,types:["syn::token::Caret"]},{text:"impl UnwindSafe for CaretEq",synthetic:true,types:["syn::token::CaretEq"]},{text:"impl UnwindSafe for Colon",synthetic:true,types:["syn::token::Colon"]},{text:"impl UnwindSafe for Colon2",synthetic:true,types:["syn::token::Colon2"]},{text:"impl UnwindSafe for Comma",synthetic:true,types:["syn::token::Comma"]},{text:"impl UnwindSafe for Div",synthetic:true,types:["syn::token::Div"]},{text:"impl UnwindSafe for DivEq",synthetic:true,types:["syn::token::DivEq"]},{text:"impl UnwindSafe for Dollar",synthetic:true,types:["syn::token::Dollar"]},{text:"impl UnwindSafe for Dot",synthetic:true,types:["syn::token::Dot"]},{text:"impl UnwindSafe for Dot2",synthetic:true,types:["syn::token::Dot2"]},{text:"impl UnwindSafe for Dot3",synthetic:true,types:["syn::token::Dot3"]},{text:"impl UnwindSafe for DotDotEq",synthetic:true,types:["syn::token::DotDotEq"]},{text:"impl UnwindSafe for Eq",synthetic:true,types:["syn::token::Eq"]},{text:"impl UnwindSafe for EqEq",synthetic:true,types:["syn::token::EqEq"]},{text:"impl UnwindSafe for Ge",synthetic:true,types:["syn::token::Ge"]},{text:"impl UnwindSafe for Gt",synthetic:true,types:["syn::token::Gt"]},{text:"impl UnwindSafe for Le",synthetic:true,types:["syn::token::Le"]},{text:"impl UnwindSafe for Lt",synthetic:true,types:["syn::token::Lt"]},{text:"impl UnwindSafe for MulEq",synthetic:true,types:["syn::token::MulEq"]},{text:"impl UnwindSafe for Ne",synthetic:true,types:["syn::token::Ne"]},{text:"impl UnwindSafe for Or",synthetic:true,types:["syn::token::Or"]},{text:"impl UnwindSafe for OrEq",synthetic:true,types:["syn::token::OrEq"]},{text:"impl UnwindSafe for OrOr",synthetic:true,types:["syn::token::OrOr"]},{text:"impl UnwindSafe for Pound",synthetic:true,types:["syn::token::Pound"]},{text:"impl UnwindSafe for Question",synthetic:true,types:["syn::token::Question"]},{text:"impl UnwindSafe for RArrow",synthetic:true,types:["syn::token::RArrow"]},{text:"impl UnwindSafe for LArrow",synthetic:true,types:["syn::token::LArrow"]},{text:"impl UnwindSafe for Rem",synthetic:true,types:["syn::token::Rem"]},{text:"impl UnwindSafe for RemEq",synthetic:true,types:["syn::token::RemEq"]},{text:"impl UnwindSafe for FatArrow",synthetic:true,types:["syn::token::FatArrow"]},{text:"impl UnwindSafe for Semi",synthetic:true,types:["syn::token::Semi"]},{text:"impl UnwindSafe for Shl",synthetic:true,types:["syn::token::Shl"]},{text:"impl UnwindSafe for ShlEq",synthetic:true,types:["syn::token::ShlEq"]},{text:"impl UnwindSafe for Shr",synthetic:true,types:["syn::token::Shr"]},{text:"impl UnwindSafe for ShrEq",synthetic:true,types:["syn::token::ShrEq"]},{text:"impl UnwindSafe for Star",synthetic:true,types:["syn::token::Star"]},{text:"impl UnwindSafe for Sub",synthetic:true,types:["syn::token::Sub"]},{text:"impl UnwindSafe for SubEq",synthetic:true,types:["syn::token::SubEq"]},{text:"impl UnwindSafe for Tilde",synthetic:true,types:["syn::token::Tilde"]},{text:"impl UnwindSafe for Brace",synthetic:true,types:["syn::token::Brace"]},{text:"impl UnwindSafe for Bracket",synthetic:true,types:["syn::token::Bracket"]},{text:"impl UnwindSafe for Paren",synthetic:true,types:["syn::token::Paren"]},{text:"impl UnwindSafe for Group",synthetic:true,types:["syn::token::Group"]},{text:"impl !UnwindSafe for TokenBuffer",synthetic:true,types:["syn::buffer::TokenBuffer"]},{text:"impl<'a> !UnwindSafe for Cursor<'a>",synthetic:true,types:["syn::buffer::Cursor"]},{text:"impl<T, P> UnwindSafe for Punctuated<T, P> where
P: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["syn::punctuated::Punctuated"]},{text:"impl<'a, T, P> UnwindSafe for Pairs<'a, T, P> where
P: RefUnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["syn::punctuated::Pairs"]},{text:"impl<'a, T, P> !UnwindSafe for PairsMut<'a, T, P>",synthetic:true,types:["syn::punctuated::PairsMut"]},{text:"impl<T, P> UnwindSafe for IntoPairs<T, P> where
P: RefUnwindSafe + UnwindSafe,
T: RefUnwindSafe + UnwindSafe, ",synthetic:true,types:["syn::punctuated::IntoPairs"]},{text:"impl<T, P> UnwindSafe for IntoIter<T, P> where
P: UnwindSafe,
T: RefUnwindSafe + UnwindSafe, ",synthetic:true,types:["syn::punctuated::IntoIter"]},{text:"impl<'a, T> !UnwindSafe for Iter<'a, T>",synthetic:true,types:["syn::punctuated::Iter"]},{text:"impl<'a, T> !UnwindSafe for IterMut<'a, T>",synthetic:true,types:["syn::punctuated::IterMut"]},{text:"impl<T, P> UnwindSafe for Pair<T, P> where
P: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["syn::punctuated::Pair"]},{text:"impl<'a> !UnwindSafe for Lookahead1<'a>",synthetic:true,types:["syn::lookahead::Lookahead1"]},{text:"impl<'a> !UnwindSafe for ParseBuffer<'a>",synthetic:true,types:["syn::parse::ParseBuffer"]},{text:"impl<'c, 'a> !UnwindSafe for StepCursor<'c, 'a>",synthetic:true,types:["syn::parse::StepCursor"]},];
implementors["tiff"] = [{text:"impl !UnwindSafe for TiffError",synthetic:true,types:["tiff::error::TiffError"]},{text:"impl UnwindSafe for TiffFormatError",synthetic:true,types:["tiff::error::TiffFormatError"]},{text:"impl UnwindSafe for TiffUnsupportedError",synthetic:true,types:["tiff::error::TiffUnsupportedError"]},{text:"impl UnwindSafe for ColorType",synthetic:true,types:["tiff::ColorType"]},{text:"impl<R> UnwindSafe for Decoder<R> where
R: UnwindSafe, ",synthetic:true,types:["tiff::decoder::Decoder"]},{text:"impl UnwindSafe for DecodingResult",synthetic:true,types:["tiff::decoder::DecodingResult"]},{text:"impl UnwindSafe for PhotometricInterpretation",synthetic:true,types:["tiff::decoder::PhotometricInterpretation"]},{text:"impl UnwindSafe for CompressionMethod",synthetic:true,types:["tiff::decoder::CompressionMethod"]},{text:"impl UnwindSafe for PlanarConfiguration",synthetic:true,types:["tiff::decoder::PlanarConfiguration"]},{text:"impl UnwindSafe for Entry",synthetic:true,types:["tiff::decoder::ifd::Entry"]},{text:"impl UnwindSafe for Tag",synthetic:true,types:["tiff::decoder::ifd::Tag"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["tiff::decoder::ifd::Type"]},{text:"impl UnwindSafe for Value",synthetic:true,types:["tiff::decoder::ifd::Value"]},];
implementors["time"] = [{text:"impl UnwindSafe for Duration",synthetic:true,types:["time::duration::Duration"]},{text:"impl UnwindSafe for OutOfRangeError",synthetic:true,types:["time::duration::OutOfRangeError"]},{text:"impl UnwindSafe for Timespec",synthetic:true,types:["time::Timespec"]},{text:"impl UnwindSafe for PreciseTime",synthetic:true,types:["time::PreciseTime"]},{text:"impl UnwindSafe for SteadyTime",synthetic:true,types:["time::SteadyTime"]},{text:"impl UnwindSafe for Tm",synthetic:true,types:["time::Tm"]},{text:"impl<'a> UnwindSafe for TmFmt<'a>",synthetic:true,types:["time::TmFmt"]},{text:"impl UnwindSafe for ParseError",synthetic:true,types:["time::ParseError"]},];
implementors["vk_sys"] = [{text:"impl UnwindSafe for ApplicationInfo",synthetic:true,types:["vk_sys::ApplicationInfo"]},{text:"impl UnwindSafe for InstanceCreateInfo",synthetic:true,types:["vk_sys::InstanceCreateInfo"]},{text:"impl UnwindSafe for AllocationCallbacks",synthetic:true,types:["vk_sys::AllocationCallbacks"]},{text:"impl UnwindSafe for PhysicalDeviceFeatures",synthetic:true,types:["vk_sys::PhysicalDeviceFeatures"]},{text:"impl UnwindSafe for FormatProperties",synthetic:true,types:["vk_sys::FormatProperties"]},{text:"impl UnwindSafe for Extent3D",synthetic:true,types:["vk_sys::Extent3D"]},{text:"impl UnwindSafe for ImageFormatProperties",synthetic:true,types:["vk_sys::ImageFormatProperties"]},{text:"impl UnwindSafe for PhysicalDeviceLimits",synthetic:true,types:["vk_sys::PhysicalDeviceLimits"]},{text:"impl UnwindSafe for PhysicalDeviceSparseProperties",synthetic:true,types:["vk_sys::PhysicalDeviceSparseProperties"]},{text:"impl UnwindSafe for PhysicalDeviceProperties",synthetic:true,types:["vk_sys::PhysicalDeviceProperties"]},{text:"impl UnwindSafe for QueueFamilyProperties",synthetic:true,types:["vk_sys::QueueFamilyProperties"]},{text:"impl UnwindSafe for MemoryType",synthetic:true,types:["vk_sys::MemoryType"]},{text:"impl UnwindSafe for MemoryHeap",synthetic:true,types:["vk_sys::MemoryHeap"]},{text:"impl UnwindSafe for PhysicalDeviceMemoryProperties",synthetic:true,types:["vk_sys::PhysicalDeviceMemoryProperties"]},{text:"impl UnwindSafe for DeviceQueueCreateInfo",synthetic:true,types:["vk_sys::DeviceQueueCreateInfo"]},{text:"impl UnwindSafe for DeviceCreateInfo",synthetic:true,types:["vk_sys::DeviceCreateInfo"]},{text:"impl UnwindSafe for ExtensionProperties",synthetic:true,types:["vk_sys::ExtensionProperties"]},{text:"impl UnwindSafe for LayerProperties",synthetic:true,types:["vk_sys::LayerProperties"]},{text:"impl UnwindSafe for SubmitInfo",synthetic:true,types:["vk_sys::SubmitInfo"]},{text:"impl UnwindSafe for MemoryAllocateInfo",synthetic:true,types:["vk_sys::MemoryAllocateInfo"]},{text:"impl UnwindSafe for MappedMemoryRange",synthetic:true,types:["vk_sys::MappedMemoryRange"]},{text:"impl UnwindSafe for MemoryRequirements",synthetic:true,types:["vk_sys::MemoryRequirements"]},{text:"impl UnwindSafe for SparseImageFormatProperties",synthetic:true,types:["vk_sys::SparseImageFormatProperties"]},{text:"impl UnwindSafe for SparseImageMemoryRequirements",synthetic:true,types:["vk_sys::SparseImageMemoryRequirements"]},{text:"impl UnwindSafe for SparseMemoryBind",synthetic:true,types:["vk_sys::SparseMemoryBind"]},{text:"impl UnwindSafe for SparseBufferMemoryBindInfo",synthetic:true,types:["vk_sys::SparseBufferMemoryBindInfo"]},{text:"impl UnwindSafe for SparseImageOpaqueMemoryBindInfo",synthetic:true,types:["vk_sys::SparseImageOpaqueMemoryBindInfo"]},{text:"impl UnwindSafe for ImageSubresource",synthetic:true,types:["vk_sys::ImageSubresource"]},{text:"impl UnwindSafe for Offset3D",synthetic:true,types:["vk_sys::Offset3D"]},{text:"impl UnwindSafe for SparseImageMemoryBind",synthetic:true,types:["vk_sys::SparseImageMemoryBind"]},{text:"impl UnwindSafe for SparseImageMemoryBindInfo",synthetic:true,types:["vk_sys::SparseImageMemoryBindInfo"]},{text:"impl UnwindSafe for BindSparseInfo",synthetic:true,types:["vk_sys::BindSparseInfo"]},{text:"impl UnwindSafe for FenceCreateInfo",synthetic:true,types:["vk_sys::FenceCreateInfo"]},{text:"impl UnwindSafe for SemaphoreCreateInfo",synthetic:true,types:["vk_sys::SemaphoreCreateInfo"]},{text:"impl UnwindSafe for EventCreateInfo",synthetic:true,types:["vk_sys::EventCreateInfo"]},{text:"impl UnwindSafe for QueryPoolCreateInfo",synthetic:true,types:["vk_sys::QueryPoolCreateInfo"]},{text:"impl UnwindSafe for BufferCreateInfo",synthetic:true,types:["vk_sys::BufferCreateInfo"]},{text:"impl UnwindSafe for BufferViewCreateInfo",synthetic:true,types:["vk_sys::BufferViewCreateInfo"]},{text:"impl UnwindSafe for ImageCreateInfo",synthetic:true,types:["vk_sys::ImageCreateInfo"]},{text:"impl UnwindSafe for SubresourceLayout",synthetic:true,types:["vk_sys::SubresourceLayout"]},{text:"impl UnwindSafe for ComponentMapping",synthetic:true,types:["vk_sys::ComponentMapping"]},{text:"impl UnwindSafe for ImageSubresourceRange",synthetic:true,types:["vk_sys::ImageSubresourceRange"]},{text:"impl UnwindSafe for ImageViewCreateInfo",synthetic:true,types:["vk_sys::ImageViewCreateInfo"]},{text:"impl UnwindSafe for ShaderModuleCreateInfo",synthetic:true,types:["vk_sys::ShaderModuleCreateInfo"]},{text:"impl UnwindSafe for PipelineCacheCreateInfo",synthetic:true,types:["vk_sys::PipelineCacheCreateInfo"]},{text:"impl UnwindSafe for SpecializationMapEntry",synthetic:true,types:["vk_sys::SpecializationMapEntry"]},{text:"impl UnwindSafe for SpecializationInfo",synthetic:true,types:["vk_sys::SpecializationInfo"]},{text:"impl UnwindSafe for PipelineShaderStageCreateInfo",synthetic:true,types:["vk_sys::PipelineShaderStageCreateInfo"]},{text:"impl UnwindSafe for VertexInputBindingDescription",synthetic:true,types:["vk_sys::VertexInputBindingDescription"]},{text:"impl UnwindSafe for VertexInputAttributeDescription",synthetic:true,types:["vk_sys::VertexInputAttributeDescription"]},{text:"impl UnwindSafe for PipelineVertexInputStateCreateInfo",synthetic:true,types:["vk_sys::PipelineVertexInputStateCreateInfo"]},{text:"impl UnwindSafe for PipelineInputAssemblyStateCreateInfo",synthetic:true,types:["vk_sys::PipelineInputAssemblyStateCreateInfo"]},{text:"impl UnwindSafe for PipelineTessellationStateCreateInfo",synthetic:true,types:["vk_sys::PipelineTessellationStateCreateInfo"]},{text:"impl UnwindSafe for Viewport",synthetic:true,types:["vk_sys::Viewport"]},{text:"impl UnwindSafe for Offset2D",synthetic:true,types:["vk_sys::Offset2D"]},{text:"impl UnwindSafe for Extent2D",synthetic:true,types:["vk_sys::Extent2D"]},{text:"impl UnwindSafe for Rect2D",synthetic:true,types:["vk_sys::Rect2D"]},{text:"impl UnwindSafe for PipelineViewportStateCreateInfo",synthetic:true,types:["vk_sys::PipelineViewportStateCreateInfo"]},{text:"impl UnwindSafe for PipelineRasterizationStateCreateInfo",synthetic:true,types:["vk_sys::PipelineRasterizationStateCreateInfo"]},{text:"impl UnwindSafe for PipelineMultisampleStateCreateInfo",synthetic:true,types:["vk_sys::PipelineMultisampleStateCreateInfo"]},{text:"impl UnwindSafe for StencilOpState",synthetic:true,types:["vk_sys::StencilOpState"]},{text:"impl UnwindSafe for PipelineDepthStencilStateCreateInfo",synthetic:true,types:["vk_sys::PipelineDepthStencilStateCreateInfo"]},{text:"impl UnwindSafe for PipelineColorBlendAttachmentState",synthetic:true,types:["vk_sys::PipelineColorBlendAttachmentState"]},{text:"impl UnwindSafe for PipelineColorBlendStateCreateInfo",synthetic:true,types:["vk_sys::PipelineColorBlendStateCreateInfo"]},{text:"impl UnwindSafe for PipelineDynamicStateCreateInfo",synthetic:true,types:["vk_sys::PipelineDynamicStateCreateInfo"]},{text:"impl UnwindSafe for GraphicsPipelineCreateInfo",synthetic:true,types:["vk_sys::GraphicsPipelineCreateInfo"]},{text:"impl UnwindSafe for ComputePipelineCreateInfo",synthetic:true,types:["vk_sys::ComputePipelineCreateInfo"]},{text:"impl UnwindSafe for PushConstantRange",synthetic:true,types:["vk_sys::PushConstantRange"]},{text:"impl UnwindSafe for PipelineLayoutCreateInfo",synthetic:true,types:["vk_sys::PipelineLayoutCreateInfo"]},{text:"impl UnwindSafe for SamplerCreateInfo",synthetic:true,types:["vk_sys::SamplerCreateInfo"]},{text:"impl UnwindSafe for DescriptorSetLayoutBinding",synthetic:true,types:["vk_sys::DescriptorSetLayoutBinding"]},{text:"impl UnwindSafe for DescriptorSetLayoutCreateInfo",synthetic:true,types:["vk_sys::DescriptorSetLayoutCreateInfo"]},{text:"impl UnwindSafe for DescriptorPoolSize",synthetic:true,types:["vk_sys::DescriptorPoolSize"]},{text:"impl UnwindSafe for DescriptorPoolCreateInfo",synthetic:true,types:["vk_sys::DescriptorPoolCreateInfo"]},{text:"impl UnwindSafe for DescriptorSetAllocateInfo",synthetic:true,types:["vk_sys::DescriptorSetAllocateInfo"]},{text:"impl UnwindSafe for DescriptorImageInfo",synthetic:true,types:["vk_sys::DescriptorImageInfo"]},{text:"impl UnwindSafe for DescriptorBufferInfo",synthetic:true,types:["vk_sys::DescriptorBufferInfo"]},{text:"impl UnwindSafe for WriteDescriptorSet",synthetic:true,types:["vk_sys::WriteDescriptorSet"]},{text:"impl UnwindSafe for CopyDescriptorSet",synthetic:true,types:["vk_sys::CopyDescriptorSet"]},{text:"impl UnwindSafe for FramebufferCreateInfo",synthetic:true,types:["vk_sys::FramebufferCreateInfo"]},{text:"impl UnwindSafe for AttachmentDescription",synthetic:true,types:["vk_sys::AttachmentDescription"]},{text:"impl UnwindSafe for AttachmentReference",synthetic:true,types:["vk_sys::AttachmentReference"]},{text:"impl UnwindSafe for SubpassDescription",synthetic:true,types:["vk_sys::SubpassDescription"]},{text:"impl UnwindSafe for SubpassDependency",synthetic:true,types:["vk_sys::SubpassDependency"]},{text:"impl UnwindSafe for RenderPassCreateInfo",synthetic:true,types:["vk_sys::RenderPassCreateInfo"]},{text:"impl UnwindSafe for CommandPoolCreateInfo",synthetic:true,types:["vk_sys::CommandPoolCreateInfo"]},{text:"impl UnwindSafe for CommandBufferAllocateInfo",synthetic:true,types:["vk_sys::CommandBufferAllocateInfo"]},{text:"impl UnwindSafe for CommandBufferInheritanceInfo",synthetic:true,types:["vk_sys::CommandBufferInheritanceInfo"]},{text:"impl UnwindSafe for CommandBufferBeginInfo",synthetic:true,types:["vk_sys::CommandBufferBeginInfo"]},{text:"impl UnwindSafe for BufferCopy",synthetic:true,types:["vk_sys::BufferCopy"]},{text:"impl UnwindSafe for ImageSubresourceLayers",synthetic:true,types:["vk_sys::ImageSubresourceLayers"]},{text:"impl UnwindSafe for ImageCopy",synthetic:true,types:["vk_sys::ImageCopy"]},{text:"impl UnwindSafe for ImageBlit",synthetic:true,types:["vk_sys::ImageBlit"]},{text:"impl UnwindSafe for BufferImageCopy",synthetic:true,types:["vk_sys::BufferImageCopy"]},{text:"impl UnwindSafe for ClearDepthStencilValue",synthetic:true,types:["vk_sys::ClearDepthStencilValue"]},{text:"impl UnwindSafe for ClearAttachment",synthetic:true,types:["vk_sys::ClearAttachment"]},{text:"impl UnwindSafe for ClearRect",synthetic:true,types:["vk_sys::ClearRect"]},{text:"impl UnwindSafe for ImageResolve",synthetic:true,types:["vk_sys::ImageResolve"]},{text:"impl UnwindSafe for MemoryBarrier",synthetic:true,types:["vk_sys::MemoryBarrier"]},{text:"impl UnwindSafe for BufferMemoryBarrier",synthetic:true,types:["vk_sys::BufferMemoryBarrier"]},{text:"impl UnwindSafe for ImageMemoryBarrier",synthetic:true,types:["vk_sys::ImageMemoryBarrier"]},{text:"impl UnwindSafe for RenderPassBeginInfo",synthetic:true,types:["vk_sys::RenderPassBeginInfo"]},{text:"impl UnwindSafe for DispatchIndirectCommand",synthetic:true,types:["vk_sys::DispatchIndirectCommand"]},{text:"impl UnwindSafe for DrawIndexedIndirectCommand",synthetic:true,types:["vk_sys::DrawIndexedIndirectCommand"]},{text:"impl UnwindSafe for DrawIndirectCommand",synthetic:true,types:["vk_sys::DrawIndirectCommand"]},{text:"impl UnwindSafe for SurfaceCapabilitiesKHR",synthetic:true,types:["vk_sys::SurfaceCapabilitiesKHR"]},{text:"impl UnwindSafe for SurfaceFormatKHR",synthetic:true,types:["vk_sys::SurfaceFormatKHR"]},{text:"impl UnwindSafe for SwapchainCreateInfoKHR",synthetic:true,types:["vk_sys::SwapchainCreateInfoKHR"]},{text:"impl UnwindSafe for PresentInfoKHR",synthetic:true,types:["vk_sys::PresentInfoKHR"]},{text:"impl UnwindSafe for DisplayPropertiesKHR",synthetic:true,types:["vk_sys::DisplayPropertiesKHR"]},{text:"impl UnwindSafe for DisplayModeParametersKHR",synthetic:true,types:["vk_sys::DisplayModeParametersKHR"]},{text:"impl UnwindSafe for DisplayModePropertiesKHR",synthetic:true,types:["vk_sys::DisplayModePropertiesKHR"]},{text:"impl UnwindSafe for DisplayModeCreateInfoKHR",synthetic:true,types:["vk_sys::DisplayModeCreateInfoKHR"]},{text:"impl UnwindSafe for DisplayPlaneCapabilitiesKHR",synthetic:true,types:["vk_sys::DisplayPlaneCapabilitiesKHR"]},{text:"impl UnwindSafe for DisplayPlanePropertiesKHR",synthetic:true,types:["vk_sys::DisplayPlanePropertiesKHR"]},{text:"impl UnwindSafe for DisplaySurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::DisplaySurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for DisplayPresentInfoKHR",synthetic:true,types:["vk_sys::DisplayPresentInfoKHR"]},{text:"impl UnwindSafe for XlibSurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::XlibSurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for XcbSurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::XcbSurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for WaylandSurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::WaylandSurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for AndroidSurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::AndroidSurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for Win32SurfaceCreateInfoKHR",synthetic:true,types:["vk_sys::Win32SurfaceCreateInfoKHR"]},{text:"impl UnwindSafe for DebugReportCallbackCreateInfoEXT",synthetic:true,types:["vk_sys::DebugReportCallbackCreateInfoEXT"]},{text:"impl UnwindSafe for IOSSurfaceCreateInfoMVK",synthetic:true,types:["vk_sys::IOSSurfaceCreateInfoMVK"]},{text:"impl UnwindSafe for MacOSSurfaceCreateInfoMVK",synthetic:true,types:["vk_sys::MacOSSurfaceCreateInfoMVK"]},{text:"impl UnwindSafe for MVKDeviceConfiguration",synthetic:true,types:["vk_sys::MVKDeviceConfiguration"]},{text:"impl UnwindSafe for MVKPhysicalDeviceMetalFeatures",synthetic:true,types:["vk_sys::MVKPhysicalDeviceMetalFeatures"]},{text:"impl UnwindSafe for MVKSwapchainPerformance",synthetic:true,types:["vk_sys::MVKSwapchainPerformance"]},{text:"impl UnwindSafe for PhysicalDeviceFeatures2KHR",synthetic:true,types:["vk_sys::PhysicalDeviceFeatures2KHR"]},{text:"impl UnwindSafe for PhysicalDeviceProperties2KHR",synthetic:true,types:["vk_sys::PhysicalDeviceProperties2KHR"]},{text:"impl UnwindSafe for FormatProperties2KHR",synthetic:true,types:["vk_sys::FormatProperties2KHR"]},{text:"impl UnwindSafe for ImageFormatProperties2KHR",synthetic:true,types:["vk_sys::ImageFormatProperties2KHR"]},{text:"impl UnwindSafe for PhysicalDeviceImageFormatInfo2KHR",synthetic:true,types:["vk_sys::PhysicalDeviceImageFormatInfo2KHR"]},{text:"impl UnwindSafe for QueueFamilyProperties2KHR",synthetic:true,types:["vk_sys::QueueFamilyProperties2KHR"]},{text:"impl UnwindSafe for PhysicalDeviceMemoryProperties2KHR",synthetic:true,types:["vk_sys::PhysicalDeviceMemoryProperties2KHR"]},{text:"impl UnwindSafe for SparseImageFormatProperties2KHR",synthetic:true,types:["vk_sys::SparseImageFormatProperties2KHR"]},{text:"impl UnwindSafe for PhysicalDeviceSparseImageFormatInfo2KHR",synthetic:true,types:["vk_sys::PhysicalDeviceSparseImageFormatInfo2KHR"]},{text:"impl UnwindSafe for ViSurfaceCreateInfoNN",synthetic:true,types:["vk_sys::ViSurfaceCreateInfoNN"]},{text:"impl UnwindSafe for PhysicalDevicePushDescriptorPropertiesKHR",synthetic:true,types:["vk_sys::PhysicalDevicePushDescriptorPropertiesKHR"]},{text:"impl UnwindSafe for DescriptorUpdateTemplateEntryKHR",synthetic:true,types:["vk_sys::DescriptorUpdateTemplateEntryKHR"]},{text:"impl UnwindSafe for DescriptorUpdateTemplateCreateInfoKHR",synthetic:true,types:["vk_sys::DescriptorUpdateTemplateCreateInfoKHR"]},{text:"impl UnwindSafe for MemoryDedicatedRequirementsKHR",synthetic:true,types:["vk_sys::MemoryDedicatedRequirementsKHR"]},{text:"impl UnwindSafe for MemoryDedicatedAllocateInfoKHR",synthetic:true,types:["vk_sys::MemoryDedicatedAllocateInfoKHR"]},{text:"impl UnwindSafe for BufferMemoryRequirementsInfo2KHR",synthetic:true,types:["vk_sys::BufferMemoryRequirementsInfo2KHR"]},{text:"impl UnwindSafe for ImageMemoryRequirementsInfo2KHR",synthetic:true,types:["vk_sys::ImageMemoryRequirementsInfo2KHR"]},{text:"impl UnwindSafe for MemoryRequirements2KHR",synthetic:true,types:["vk_sys::MemoryRequirements2KHR"]},{text:"impl UnwindSafe for RectLayerKHR",synthetic:true,types:["vk_sys::RectLayerKHR"]},{text:"impl UnwindSafe for PresentRegionKHR",synthetic:true,types:["vk_sys::PresentRegionKHR"]},{text:"impl UnwindSafe for PresentRegionsKHR",synthetic:true,types:["vk_sys::PresentRegionsKHR"]},{text:"impl UnwindSafe for DebugMarkerObjectNameInfoEXT",synthetic:true,types:["vk_sys::DebugMarkerObjectNameInfoEXT"]},{text:"impl UnwindSafe for DebugMarkerObjectTagInfoEXT",synthetic:true,types:["vk_sys::DebugMarkerObjectTagInfoEXT"]},{text:"impl UnwindSafe for DebugMarkerMarkerInfoEXT",synthetic:true,types:["vk_sys::DebugMarkerMarkerInfoEXT"]},{text:"impl UnwindSafe for Static",synthetic:true,types:["vk_sys::Static"]},{text:"impl UnwindSafe for EntryPoints",synthetic:true,types:["vk_sys::EntryPoints"]},{text:"impl UnwindSafe for InstancePointers",synthetic:true,types:["vk_sys::InstancePointers"]},{text:"impl UnwindSafe for DevicePointers",synthetic:true,types:["vk_sys::DevicePointers"]},{text:"impl UnwindSafe for ClearColorValue",synthetic:true,types:["vk_sys::ClearColorValue"]},{text:"impl UnwindSafe for ClearValue",synthetic:true,types:["vk_sys::ClearValue"]},];
implementors["void"] = [{text:"impl UnwindSafe for Void",synthetic:true,types:["void::Void"]},];
implementors["vulkano"] = [{text:"impl UnwindSafe for OomError",synthetic:true,types:["vulkano::OomError"]},{text:"impl UnwindSafe for Features",synthetic:true,types:["vulkano::features::Features"]},{text:"impl UnwindSafe for Version",synthetic:true,types:["vulkano::version::Version"]},{text:"impl<T: ?Sized, B> UnwindSafe for BufferSlice<T, B> where
B: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::slice::BufferSlice"]},{text:"impl<'a> UnwindSafe for BufferInner<'a>",synthetic:true,types:["vulkano::buffer::traits::BufferInner"]},{text:"impl UnwindSafe for BufferUsage",synthetic:true,types:["vulkano::buffer::usage::BufferUsage"]},{text:"impl<T: ?Sized, A> UnwindSafe for CpuAccessibleBuffer<T, A> where
A: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_access::CpuAccessibleBuffer"]},{text:"impl<'a, T: ?Sized> UnwindSafe for ReadLock<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_access::ReadLock"]},{text:"impl<'a, T: ?Sized> UnwindSafe for WriteLock<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_access::WriteLock"]},{text:"impl UnwindSafe for ReadLockError",synthetic:true,types:["vulkano::buffer::cpu_access::ReadLockError"]},{text:"impl UnwindSafe for WriteLockError",synthetic:true,types:["vulkano::buffer::cpu_access::WriteLockError"]},{text:"impl<T, A> UnwindSafe for CpuBufferPool<T, A> where
A: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_pool::CpuBufferPool"]},{text:"impl<T, A> UnwindSafe for CpuBufferPoolChunk<T, A> where
T: UnwindSafe,
<A as MemoryPool>::Alloc: RefUnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_pool::CpuBufferPoolChunk"]},{text:"impl<T, A> UnwindSafe for CpuBufferPoolSubbuffer<T, A> where
T: UnwindSafe,
<A as MemoryPool>::Alloc: RefUnwindSafe, ",synthetic:true,types:["vulkano::buffer::cpu_pool::CpuBufferPoolSubbuffer"]},{text:"impl<T: ?Sized, A> UnwindSafe for DeviceLocalBuffer<T, A> where
A: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::device_local::DeviceLocalBuffer"]},{text:"impl<T: ?Sized, A> UnwindSafe for ImmutableBuffer<T, A> where
A: UnwindSafe,
T: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::immutable::ImmutableBuffer"]},{text:"impl<T: ?Sized, A> UnwindSafe for ImmutableBufferInitialization<T, A> where
A: RefUnwindSafe,
T: RefUnwindSafe, ",synthetic:true,types:["vulkano::buffer::immutable::ImmutableBufferInitialization"]},{text:"impl UnwindSafe for UnsafeBuffer",synthetic:true,types:["vulkano::buffer::sys::UnsafeBuffer"]},{text:"impl UnwindSafe for SparseLevel",synthetic:true,types:["vulkano::buffer::sys::SparseLevel"]},{text:"impl UnwindSafe for BufferCreationError",synthetic:true,types:["vulkano::buffer::sys::BufferCreationError"]},{text:"impl<F, B> UnwindSafe for BufferView<F, B> where
B: UnwindSafe,
F: UnwindSafe, ",synthetic:true,types:["vulkano::buffer::view::BufferView"]},{text:"impl UnwindSafe for BufferViewCreationError",synthetic:true,types:["vulkano::buffer::view::BufferViewCreationError"]},{text:"impl<P = StandardCommandPoolAlloc> !UnwindSafe for AutoCommandBuffer<P>",synthetic:true,types:["vulkano::command_buffer::auto::AutoCommandBuffer"]},{text:"impl<P = StandardCommandPoolBuilder> !UnwindSafe for AutoCommandBufferBuilder<P>",synthetic:true,types:["vulkano::command_buffer::auto::AutoCommandBufferBuilder"]},{text:"impl UnwindSafe for StateCacher",synthetic:true,types:["vulkano::command_buffer::state_cacher::StateCacher"]},{text:"impl<F, Cb> UnwindSafe for CommandBufferExecFuture<F, Cb> where
Cb: UnwindSafe,
F: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::traits::CommandBufferExecFuture"]},{text:"impl UnwindSafe for DrawIndirectCommand",synthetic:true,types:["vulkano::command_buffer::DrawIndirectCommand"]},{text:"impl UnwindSafe for DrawIndexedIndirectCommand",synthetic:true,types:["vulkano::command_buffer::DrawIndexedIndirectCommand"]},{text:"impl UnwindSafe for DispatchIndirectCommand",synthetic:true,types:["vulkano::command_buffer::DispatchIndirectCommand"]},{text:"impl UnwindSafe for DynamicState",synthetic:true,types:["vulkano::command_buffer::DynamicState"]},{text:"impl UnwindSafe for AutoCommandBufferBuilderContextError",synthetic:true,types:["vulkano::command_buffer::auto::AutoCommandBufferBuilderContextError"]},{text:"impl UnwindSafe for BeginRenderPassError",synthetic:true,types:["vulkano::command_buffer::auto::BeginRenderPassError"]},{text:"impl UnwindSafe for BlitImageError",synthetic:true,types:["vulkano::command_buffer::auto::BlitImageError"]},{text:"impl UnwindSafe for BuildError",synthetic:true,types:["vulkano::command_buffer::auto::BuildError"]},{text:"impl UnwindSafe for ClearColorImageError",synthetic:true,types:["vulkano::command_buffer::auto::ClearColorImageError"]},{text:"impl UnwindSafe for CopyBufferError",synthetic:true,types:["vulkano::command_buffer::auto::CopyBufferError"]},{text:"impl UnwindSafe for CopyBufferImageError",synthetic:true,types:["vulkano::command_buffer::auto::CopyBufferImageError"]},{text:"impl UnwindSafe for CopyImageError",synthetic:true,types:["vulkano::command_buffer::auto::CopyImageError"]},{text:"impl UnwindSafe for DispatchError",synthetic:true,types:["vulkano::command_buffer::auto::DispatchError"]},{text:"impl UnwindSafe for DrawError",synthetic:true,types:["vulkano::command_buffer::auto::DrawError"]},{text:"impl UnwindSafe for DrawIndexedError",synthetic:true,types:["vulkano::command_buffer::auto::DrawIndexedError"]},{text:"impl UnwindSafe for DrawIndexedIndirectError",synthetic:true,types:["vulkano::command_buffer::auto::DrawIndexedIndirectError"]},{text:"impl UnwindSafe for DrawIndirectError",synthetic:true,types:["vulkano::command_buffer::auto::DrawIndirectError"]},{text:"impl UnwindSafe for ExecuteCommandsError",synthetic:true,types:["vulkano::command_buffer::auto::ExecuteCommandsError"]},{text:"impl UnwindSafe for FillBufferError",synthetic:true,types:["vulkano::command_buffer::auto::FillBufferError"]},{text:"impl UnwindSafe for UpdateBufferError",synthetic:true,types:["vulkano::command_buffer::auto::UpdateBufferError"]},{text:"impl UnwindSafe for StateCacherOutcome",synthetic:true,types:["vulkano::command_buffer::state_cacher::StateCacherOutcome"]},{text:"impl UnwindSafe for CommandBufferExecError",synthetic:true,types:["vulkano::command_buffer::traits::CommandBufferExecError"]},{text:"impl UnwindSafe for UnsafeCommandPool",synthetic:true,types:["vulkano::command_buffer::pool::sys::UnsafeCommandPool"]},{text:"impl UnwindSafe for UnsafeCommandPoolAlloc",synthetic:true,types:["vulkano::command_buffer::pool::sys::UnsafeCommandPoolAlloc"]},{text:"impl UnwindSafe for UnsafeCommandPoolAllocIter",synthetic:true,types:["vulkano::command_buffer::pool::sys::UnsafeCommandPoolAllocIter"]},{text:"impl UnwindSafe for CommandPoolTrimError",synthetic:true,types:["vulkano::command_buffer::pool::sys::CommandPoolTrimError"]},{text:"impl UnwindSafe for StandardCommandPool",synthetic:true,types:["vulkano::command_buffer::pool::standard::StandardCommandPool"]},{text:"impl UnwindSafe for StandardCommandPoolBuilder",synthetic:true,types:["vulkano::command_buffer::pool::standard::StandardCommandPoolBuilder"]},{text:"impl UnwindSafe for StandardCommandPoolAlloc",synthetic:true,types:["vulkano::command_buffer::pool::standard::StandardCommandPoolAlloc"]},{text:"impl<'a> UnwindSafe for SubmitBindSparseBatchBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseBatchBuilder"]},{text:"impl<'a> UnwindSafe for SubmitBindSparseBufferBindBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseBufferBindBuilder"]},{text:"impl<'a> UnwindSafe for SubmitBindSparseBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseBuilder"]},{text:"impl<'a> UnwindSafe for SubmitBindSparseImageBindBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseImageBindBuilder"]},{text:"impl<'a> UnwindSafe for SubmitBindSparseImageOpaqueBindBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseImageOpaqueBindBuilder"]},{text:"impl<'a> UnwindSafe for SubmitPresentBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::queue_present::SubmitPresentBuilder"]},{text:"impl<'a> UnwindSafe for SubmitCommandBufferBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::queue_submit::SubmitCommandBufferBuilder"]},{text:"impl<'a> UnwindSafe for SubmitSemaphoresWaitBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::semaphores_wait::SubmitSemaphoresWaitBuilder"]},{text:"impl UnwindSafe for SubmitBindSparseError",synthetic:true,types:["vulkano::command_buffer::submit::bind_sparse::SubmitBindSparseError"]},{text:"impl UnwindSafe for SubmitPresentError",synthetic:true,types:["vulkano::command_buffer::submit::queue_present::SubmitPresentError"]},{text:"impl UnwindSafe for SubmitCommandBufferError",synthetic:true,types:["vulkano::command_buffer::submit::queue_submit::SubmitCommandBufferError"]},{text:"impl<'a> UnwindSafe for SubmitAnyBuilder<'a>",synthetic:true,types:["vulkano::command_buffer::submit::SubmitAnyBuilder"]},{text:"impl<P> !UnwindSafe for SyncCommandBuffer<P>",synthetic:true,types:["vulkano::command_buffer::synced::base::SyncCommandBuffer"]},{text:"impl<P> UnwindSafe for SyncCommandBufferBuilder<P> where
P: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::synced::base::SyncCommandBufferBuilder"]},{text:"impl<'b, P> !UnwindSafe for SyncCommandBufferBuilderBindDescriptorSets<'b, P>",synthetic:true,types:["vulkano::command_buffer::synced::commands::SyncCommandBufferBuilderBindDescriptorSets"]},{text:"impl<'a, P> !UnwindSafe for SyncCommandBufferBuilderBindVertexBuffer<'a, P>",synthetic:true,types:["vulkano::command_buffer::synced::commands::SyncCommandBufferBuilderBindVertexBuffer"]},{text:"impl<'a, P> !UnwindSafe for SyncCommandBufferBuilderExecuteCommands<'a, P>",synthetic:true,types:["vulkano::command_buffer::synced::commands::SyncCommandBufferBuilderExecuteCommands"]},{text:"impl UnwindSafe for SyncCommandBufferBuilderError",synthetic:true,types:["vulkano::command_buffer::synced::base::SyncCommandBufferBuilderError"]},{text:"impl<R, F> UnwindSafe for KindSecondaryRenderPass<R, F> where
F: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::sys::KindSecondaryRenderPass"]},{text:"impl<P> UnwindSafe for UnsafeCommandBufferBuilder<P> where
P: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilder"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderBindVertexBuffer",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderBindVertexBuffer"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderExecuteCommands",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderExecuteCommands"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderImageAspect",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderImageAspect"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderColorImageClear",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderColorImageClear"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderBufferImageCopy",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderBufferImageCopy"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderImageCopy",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderImageCopy"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderImageBlit",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderImageBlit"]},{text:"impl UnwindSafe for UnsafeCommandBufferBuilderPipelineBarrier",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBufferBuilderPipelineBarrier"]},{text:"impl<P> UnwindSafe for UnsafeCommandBuffer<P> where
P: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::sys::UnsafeCommandBuffer"]},{text:"impl<R, F> UnwindSafe for Kind<R, F> where
F: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::command_buffer::sys::Kind"]},{text:"impl UnwindSafe for KindOcclusionQuery",synthetic:true,types:["vulkano::command_buffer::sys::KindOcclusionQuery"]},{text:"impl UnwindSafe for Flags",synthetic:true,types:["vulkano::command_buffer::sys::Flags"]},{text:"impl UnwindSafe for CheckCopyBuffer",synthetic:true,types:["vulkano::command_buffer::validity::copy_buffer::CheckCopyBuffer"]},{text:"impl UnwindSafe for CheckIndexBuffer",synthetic:true,types:["vulkano::command_buffer::validity::index_buffer::CheckIndexBuffer"]},{text:"impl !UnwindSafe for CheckVertexBuffer",synthetic:true,types:["vulkano::command_buffer::validity::vertex_buffers::CheckVertexBuffer"]},{text:"impl UnwindSafe for CheckBlitImageError",synthetic:true,types:["vulkano::command_buffer::validity::blit_image::CheckBlitImageError"]},{text:"impl UnwindSafe for CheckClearColorImageError",synthetic:true,types:["vulkano::command_buffer::validity::clear_color_image::CheckClearColorImageError"]},{text:"impl UnwindSafe for CheckCopyBufferError",synthetic:true,types:["vulkano::command_buffer::validity::copy_buffer::CheckCopyBufferError"]},{text:"impl UnwindSafe for CheckCopyImageError",synthetic:true,types:["vulkano::command_buffer::validity::copy_image::CheckCopyImageError"]},{text:"impl UnwindSafe for CheckCopyBufferImageError",synthetic:true,types:["vulkano::command_buffer::validity::copy_image_buffer::CheckCopyBufferImageError"]},{text:"impl UnwindSafe for CheckCopyBufferImageTy",synthetic:true,types:["vulkano::command_buffer::validity::copy_image_buffer::CheckCopyBufferImageTy"]},{text:"impl UnwindSafe for CheckDescriptorSetsValidityError",synthetic:true,types:["vulkano::command_buffer::validity::descriptor_sets::CheckDescriptorSetsValidityError"]},{text:"impl UnwindSafe for CheckDispatchError",synthetic:true,types:["vulkano::command_buffer::validity::dispatch::CheckDispatchError"]},{text:"impl UnwindSafe for CheckDynamicStateValidityError",synthetic:true,types:["vulkano::command_buffer::validity::dynamic_state::CheckDynamicStateValidityError"]},{text:"impl UnwindSafe for CheckFillBufferError",synthetic:true,types:["vulkano::command_buffer::validity::fill_buffer::CheckFillBufferError"]},{text:"impl UnwindSafe for CheckIndexBufferError",synthetic:true,types:["vulkano::command_buffer::validity::index_buffer::CheckIndexBufferError"]},{text:"impl UnwindSafe for CheckPushConstantsValidityError",synthetic:true,types:["vulkano::command_buffer::validity::push_constants::CheckPushConstantsValidityError"]},{text:"impl UnwindSafe for CheckUpdateBufferError",synthetic:true,types:["vulkano::command_buffer::validity::update_buffer::CheckUpdateBufferError"]},{text:"impl UnwindSafe for CheckVertexBufferError",synthetic:true,types:["vulkano::command_buffer::validity::vertex_buffers::CheckVertexBufferError"]},{text:"impl UnwindSafe for DescriptorDesc",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorDesc"]},{text:"impl UnwindSafe for DescriptorImageDesc",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorImageDesc"]},{text:"impl UnwindSafe for DescriptorBufferDesc",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorBufferDesc"]},{text:"impl UnwindSafe for ShaderStages",synthetic:true,types:["vulkano::descriptor::descriptor::ShaderStages"]},{text:"impl UnwindSafe for DescriptorDescTy",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorDescTy"]},{text:"impl UnwindSafe for DescriptorImageDescArray",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorImageDescArray"]},{text:"impl UnwindSafe for DescriptorImageDescDimensions",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorImageDescDimensions"]},{text:"impl UnwindSafe for DescriptorType",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorType"]},{text:"impl UnwindSafe for DescriptorDescSupersetError",synthetic:true,types:["vulkano::descriptor::descriptor::DescriptorDescSupersetError"]},{text:"impl UnwindSafe for ShaderStagesSupersetError",synthetic:true,types:["vulkano::descriptor::descriptor::ShaderStagesSupersetError"]},{text:"impl<L, R> UnwindSafe for FixedSizeDescriptorSet<L, R> where
L: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::fixed_size_pool::FixedSizeDescriptorSet"]},{text:"impl<'a, L, R> !UnwindSafe for FixedSizeDescriptorSetBuilder<'a, L, R>",synthetic:true,types:["vulkano::descriptor::descriptor_set::fixed_size_pool::FixedSizeDescriptorSetBuilder"]},{text:"impl<'a, L, R> !UnwindSafe for FixedSizeDescriptorSetBuilderArray<'a, L, R>",synthetic:true,types:["vulkano::descriptor::descriptor_set::fixed_size_pool::FixedSizeDescriptorSetBuilderArray"]},{text:"impl<L> UnwindSafe for FixedSizeDescriptorSetsPool<L> where
L: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::fixed_size_pool::FixedSizeDescriptorSetsPool"]},{text:"impl<L, R, P> UnwindSafe for PersistentDescriptorSet<L, R, P> where
L: UnwindSafe,
P: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSet"]},{text:"impl<B> UnwindSafe for PersistentDescriptorSetBuf<B> where
B: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetBuf"]},{text:"impl<V> UnwindSafe for PersistentDescriptorSetBufView<V> where
V: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetBufView"]},{text:"impl<L, R> UnwindSafe for PersistentDescriptorSetBuilder<L, R> where
L: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetBuilder"]},{text:"impl<L, R> UnwindSafe for PersistentDescriptorSetBuilderArray<L, R> where
L: UnwindSafe,
R: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetBuilderArray"]},{text:"impl<I> UnwindSafe for PersistentDescriptorSetImg<I> where
I: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetImg"]},{text:"impl UnwindSafe for PersistentDescriptorSetSampler",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetSampler"]},{text:"impl UnwindSafe for StdDescriptorPool",synthetic:true,types:["vulkano::descriptor::descriptor_set::std_pool::StdDescriptorPool"]},{text:"impl UnwindSafe for StdDescriptorPoolAlloc",synthetic:true,types:["vulkano::descriptor::descriptor_set::std_pool::StdDescriptorPoolAlloc"]},{text:"impl UnwindSafe for DescriptorWrite",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::DescriptorWrite"]},{text:"impl UnwindSafe for DescriptorsCount",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::DescriptorsCount"]},{text:"impl UnwindSafe for UnsafeDescriptorPool",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::UnsafeDescriptorPool"]},{text:"impl UnwindSafe for UnsafeDescriptorPoolAllocIter",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::UnsafeDescriptorPoolAllocIter"]},{text:"impl UnwindSafe for UnsafeDescriptorSet",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::UnsafeDescriptorSet"]},{text:"impl UnwindSafe for UnsafeDescriptorSetLayout",synthetic:true,types:["vulkano::descriptor::descriptor_set::unsafe_layout::UnsafeDescriptorSetLayout"]},{text:"impl UnwindSafe for PersistentDescriptorSetBuildError",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetBuildError"]},{text:"impl UnwindSafe for PersistentDescriptorSetError",synthetic:true,types:["vulkano::descriptor::descriptor_set::persistent::PersistentDescriptorSetError"]},{text:"impl UnwindSafe for DescriptorPoolAllocError",synthetic:true,types:["vulkano::descriptor::descriptor_set::sys::DescriptorPoolAllocError"]},{text:"impl UnwindSafe for EmptyPipelineDesc",synthetic:true,types:["vulkano::descriptor::pipeline_layout::empty::EmptyPipelineDesc"]},{text:"impl UnwindSafe for RuntimePipelineDesc",synthetic:true,types:["vulkano::descriptor::pipeline_layout::runtime_desc::RuntimePipelineDesc"]},{text:"impl<L> UnwindSafe for PipelineLayout<L> where
L: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::pipeline_layout::sys::PipelineLayout"]},{text:"impl<'a> UnwindSafe for PipelineLayoutSys<'a>",synthetic:true,types:["vulkano::descriptor::pipeline_layout::sys::PipelineLayoutSys"]},{text:"impl UnwindSafe for PipelineLayoutDescPcRange",synthetic:true,types:["vulkano::descriptor::pipeline_layout::traits::PipelineLayoutDescPcRange"]},{text:"impl<A, B> UnwindSafe for PipelineLayoutDescUnion<A, B> where
A: UnwindSafe,
B: UnwindSafe, ",synthetic:true,types:["vulkano::descriptor::pipeline_layout::union::PipelineLayoutDescUnion"]},{text:"impl UnwindSafe for PipelineLayoutLimitsError",synthetic:true,types:["vulkano::descriptor::pipeline_layout::limits_check::PipelineLayoutLimitsError"]},{text:"impl UnwindSafe for RuntimePipelineDescError",synthetic:true,types:["vulkano::descriptor::pipeline_layout::runtime_desc::RuntimePipelineDescError"]},{text:"impl UnwindSafe for PipelineLayoutCreationError",synthetic:true,types:["vulkano::descriptor::pipeline_layout::sys::PipelineLayoutCreationError"]},{text:"impl UnwindSafe for PipelineLayoutNotSupersetError",synthetic:true,types:["vulkano::descriptor::pipeline_layout::traits::PipelineLayoutNotSupersetError"]},{text:"impl UnwindSafe for DeviceExtensions",synthetic:true,types:["vulkano::device::extensions::DeviceExtensions"]},{text:"impl UnwindSafe for RawDeviceExtensions",synthetic:true,types:["vulkano::device::extensions::RawDeviceExtensions"]},{text:"impl UnwindSafe for Device",synthetic:true,types:["vulkano::device::Device"]},{text:"impl UnwindSafe for QueuesIter",synthetic:true,types:["vulkano::device::QueuesIter"]},{text:"impl UnwindSafe for Queue",synthetic:true,types:["vulkano::device::Queue"]},{text:"impl UnwindSafe for DeviceCreationError",synthetic:true,types:["vulkano::device::DeviceCreationError"]},{text:"impl UnwindSafe for IncompatiblePixelsType",synthetic:true,types:["vulkano::format::IncompatiblePixelsType"]},{text:"impl UnwindSafe for R4G4UnormPack8",synthetic:true,types:["vulkano::format::R4G4UnormPack8"]},{text:"impl UnwindSafe for R4G4B4A4UnormPack16",synthetic:true,types:["vulkano::format::R4G4B4A4UnormPack16"]},{text:"impl UnwindSafe for B4G4R4A4UnormPack16",synthetic:true,types:["vulkano::format::B4G4R4A4UnormPack16"]},{text:"impl UnwindSafe for R5G6B5UnormPack16",synthetic:true,types:["vulkano::format::R5G6B5UnormPack16"]},{text:"impl UnwindSafe for B5G6R5UnormPack16",synthetic:true,types:["vulkano::format::B5G6R5UnormPack16"]},{text:"impl UnwindSafe for R5G5B5A1UnormPack16",synthetic:true,types:["vulkano::format::R5G5B5A1UnormPack16"]},{text:"impl UnwindSafe for B5G5R5A1UnormPack16",synthetic:true,types:["vulkano::format::B5G5R5A1UnormPack16"]},{text:"impl UnwindSafe for A1R5G5B5UnormPack16",synthetic:true,types:["vulkano::format::A1R5G5B5UnormPack16"]},{text:"impl UnwindSafe for R8Unorm",synthetic:true,types:["vulkano::format::R8Unorm"]},{text:"impl UnwindSafe for R8Snorm",synthetic:true,types:["vulkano::format::R8Snorm"]},{text:"impl UnwindSafe for R8Uscaled",synthetic:true,types:["vulkano::format::R8Uscaled"]},{text:"impl UnwindSafe for R8Sscaled",synthetic:true,types:["vulkano::format::R8Sscaled"]},{text:"impl UnwindSafe for R8Uint",synthetic:true,types:["vulkano::format::R8Uint"]},{text:"impl UnwindSafe for R8Sint",synthetic:true,types:["vulkano::format::R8Sint"]},{text:"impl UnwindSafe for R8Srgb",synthetic:true,types:["vulkano::format::R8Srgb"]},{text:"impl UnwindSafe for R8G8Unorm",synthetic:true,types:["vulkano::format::R8G8Unorm"]},{text:"impl UnwindSafe for R8G8Snorm",synthetic:true,types:["vulkano::format::R8G8Snorm"]},{text:"impl UnwindSafe for R8G8Uscaled",synthetic:true,types:["vulkano::format::R8G8Uscaled"]},{text:"impl UnwindSafe for R8G8Sscaled",synthetic:true,types:["vulkano::format::R8G8Sscaled"]},{text:"impl UnwindSafe for R8G8Uint",synthetic:true,types:["vulkano::format::R8G8Uint"]},{text:"impl UnwindSafe for R8G8Sint",synthetic:true,types:["vulkano::format::R8G8Sint"]},{text:"impl UnwindSafe for R8G8Srgb",synthetic:true,types:["vulkano::format::R8G8Srgb"]},{text:"impl UnwindSafe for R8G8B8Unorm",synthetic:true,types:["vulkano::format::R8G8B8Unorm"]},{text:"impl UnwindSafe for R8G8B8Snorm",synthetic:true,types:["vulkano::format::R8G8B8Snorm"]},{text:"impl UnwindSafe for R8G8B8Uscaled",synthetic:true,types:["vulkano::format::R8G8B8Uscaled"]},{text:"impl UnwindSafe for R8G8B8Sscaled",synthetic:true,types:["vulkano::format::R8G8B8Sscaled"]},{text:"impl UnwindSafe for R8G8B8Uint",synthetic:true,types:["vulkano::format::R8G8B8Uint"]},{text:"impl UnwindSafe for R8G8B8Sint",synthetic:true,types:["vulkano::format::R8G8B8Sint"]},{text:"impl UnwindSafe for R8G8B8Srgb",synthetic:true,types:["vulkano::format::R8G8B8Srgb"]},{text:"impl UnwindSafe for B8G8R8Unorm",synthetic:true,types:["vulkano::format::B8G8R8Unorm"]},{text:"impl UnwindSafe for B8G8R8Snorm",synthetic:true,types:["vulkano::format::B8G8R8Snorm"]},{text:"impl UnwindSafe for B8G8R8Uscaled",synthetic:true,types:["vulkano::format::B8G8R8Uscaled"]},{text:"impl UnwindSafe for B8G8R8Sscaled",synthetic:true,types:["vulkano::format::B8G8R8Sscaled"]},{text:"impl UnwindSafe for B8G8R8Uint",synthetic:true,types:["vulkano::format::B8G8R8Uint"]},{text:"impl UnwindSafe for B8G8R8Sint",synthetic:true,types:["vulkano::format::B8G8R8Sint"]},{text:"impl UnwindSafe for B8G8R8Srgb",synthetic:true,types:["vulkano::format::B8G8R8Srgb"]},{text:"impl UnwindSafe for R8G8B8A8Unorm",synthetic:true,types:["vulkano::format::R8G8B8A8Unorm"]},{text:"impl UnwindSafe for R8G8B8A8Snorm",synthetic:true,types:["vulkano::format::R8G8B8A8Snorm"]},{text:"impl UnwindSafe for R8G8B8A8Uscaled",synthetic:true,types:["vulkano::format::R8G8B8A8Uscaled"]},{text:"impl UnwindSafe for R8G8B8A8Sscaled",synthetic:true,types:["vulkano::format::R8G8B8A8Sscaled"]},{text:"impl UnwindSafe for R8G8B8A8Uint",synthetic:true,types:["vulkano::format::R8G8B8A8Uint"]},{text:"impl UnwindSafe for R8G8B8A8Sint",synthetic:true,types:["vulkano::format::R8G8B8A8Sint"]},{text:"impl UnwindSafe for R8G8B8A8Srgb",synthetic:true,types:["vulkano::format::R8G8B8A8Srgb"]},{text:"impl UnwindSafe for B8G8R8A8Unorm",synthetic:true,types:["vulkano::format::B8G8R8A8Unorm"]},{text:"impl UnwindSafe for B8G8R8A8Snorm",synthetic:true,types:["vulkano::format::B8G8R8A8Snorm"]},{text:"impl UnwindSafe for B8G8R8A8Uscaled",synthetic:true,types:["vulkano::format::B8G8R8A8Uscaled"]},{text:"impl UnwindSafe for B8G8R8A8Sscaled",synthetic:true,types:["vulkano::format::B8G8R8A8Sscaled"]},{text:"impl UnwindSafe for B8G8R8A8Uint",synthetic:true,types:["vulkano::format::B8G8R8A8Uint"]},{text:"impl UnwindSafe for B8G8R8A8Sint",synthetic:true,types:["vulkano::format::B8G8R8A8Sint"]},{text:"impl UnwindSafe for B8G8R8A8Srgb",synthetic:true,types:["vulkano::format::B8G8R8A8Srgb"]},{text:"impl UnwindSafe for A8B8G8R8UnormPack32",synthetic:true,types:["vulkano::format::A8B8G8R8UnormPack32"]},{text:"impl UnwindSafe for A8B8G8R8SnormPack32",synthetic:true,types:["vulkano::format::A8B8G8R8SnormPack32"]},{text:"impl UnwindSafe for A8B8G8R8UscaledPack32",synthetic:true,types:["vulkano::format::A8B8G8R8UscaledPack32"]},{text:"impl UnwindSafe for A8B8G8R8SscaledPack32",synthetic:true,types:["vulkano::format::A8B8G8R8SscaledPack32"]},{text:"impl UnwindSafe for A8B8G8R8UintPack32",synthetic:true,types:["vulkano::format::A8B8G8R8UintPack32"]},{text:"impl UnwindSafe for A8B8G8R8SintPack32",synthetic:true,types:["vulkano::format::A8B8G8R8SintPack32"]},{text:"impl UnwindSafe for A8B8G8R8SrgbPack32",synthetic:true,types:["vulkano::format::A8B8G8R8SrgbPack32"]},{text:"impl UnwindSafe for A2R10G10B10UnormPack32",synthetic:true,types:["vulkano::format::A2R10G10B10UnormPack32"]},{text:"impl UnwindSafe for A2R10G10B10SnormPack32",synthetic:true,types:["vulkano::format::A2R10G10B10SnormPack32"]},{text:"impl UnwindSafe for A2R10G10B10UscaledPack32",synthetic:true,types:["vulkano::format::A2R10G10B10UscaledPack32"]},{text:"impl UnwindSafe for A2R10G10B10SscaledPack32",synthetic:true,types:["vulkano::format::A2R10G10B10SscaledPack32"]},{text:"impl UnwindSafe for A2R10G10B10UintPack32",synthetic:true,types:["vulkano::format::A2R10G10B10UintPack32"]},{text:"impl UnwindSafe for A2R10G10B10SintPack32",synthetic:true,types:["vulkano::format::A2R10G10B10SintPack32"]},{text:"impl UnwindSafe for A2B10G10R10UnormPack32",synthetic:true,types:["vulkano::format::A2B10G10R10UnormPack32"]},{text:"impl UnwindSafe for A2B10G10R10SnormPack32",synthetic:true,types:["vulkano::format::A2B10G10R10SnormPack32"]},{text:"impl UnwindSafe for A2B10G10R10UscaledPack32",synthetic:true,types:["vulkano::format::A2B10G10R10UscaledPack32"]},{text:"impl UnwindSafe for A2B10G10R10SscaledPack32",synthetic:true,types:["vulkano::format::A2B10G10R10SscaledPack32"]},{text:"impl UnwindSafe for A2B10G10R10UintPack32",synthetic:true,types:["vulkano::format::A2B10G10R10UintPack32"]},{text:"impl UnwindSafe for A2B10G10R10SintPack32",synthetic:true,types:["vulkano::format::A2B10G10R10SintPack32"]},{text:"impl UnwindSafe for R16Unorm",synthetic:true,types:["vulkano::format::R16Unorm"]},{text:"impl UnwindSafe for R16Snorm",synthetic:true,types:["vulkano::format::R16Snorm"]},{text:"impl UnwindSafe for R16Uscaled",synthetic:true,types:["vulkano::format::R16Uscaled"]},{text:"impl UnwindSafe for R16Sscaled",synthetic:true,types:["vulkano::format::R16Sscaled"]},{text:"impl UnwindSafe for R16Uint",synthetic:true,types:["vulkano::format::R16Uint"]},{text:"impl UnwindSafe for R16Sint",synthetic:true,types:["vulkano::format::R16Sint"]},{text:"impl UnwindSafe for R16Sfloat",synthetic:true,types:["vulkano::format::R16Sfloat"]},{text:"impl UnwindSafe for R16G16Unorm",synthetic:true,types:["vulkano::format::R16G16Unorm"]},{text:"impl UnwindSafe for R16G16Snorm",synthetic:true,types:["vulkano::format::R16G16Snorm"]},{text:"impl UnwindSafe for R16G16Uscaled",synthetic:true,types:["vulkano::format::R16G16Uscaled"]},{text:"impl UnwindSafe for R16G16Sscaled",synthetic:true,types:["vulkano::format::R16G16Sscaled"]},{text:"impl UnwindSafe for R16G16Uint",synthetic:true,types:["vulkano::format::R16G16Uint"]},{text:"impl UnwindSafe for R16G16Sint",synthetic:true,types:["vulkano::format::R16G16Sint"]},{text:"impl UnwindSafe for R16G16Sfloat",synthetic:true,types:["vulkano::format::R16G16Sfloat"]},{text:"impl UnwindSafe for R16G16B16Unorm",synthetic:true,types:["vulkano::format::R16G16B16Unorm"]},{text:"impl UnwindSafe for R16G16B16Snorm",synthetic:true,types:["vulkano::format::R16G16B16Snorm"]},{text:"impl UnwindSafe for R16G16B16Uscaled",synthetic:true,types:["vulkano::format::R16G16B16Uscaled"]},{text:"impl UnwindSafe for R16G16B16Sscaled",synthetic:true,types:["vulkano::format::R16G16B16Sscaled"]},{text:"impl UnwindSafe for R16G16B16Uint",synthetic:true,types:["vulkano::format::R16G16B16Uint"]},{text:"impl UnwindSafe for R16G16B16Sint",synthetic:true,types:["vulkano::format::R16G16B16Sint"]},{text:"impl UnwindSafe for R16G16B16Sfloat",synthetic:true,types:["vulkano::format::R16G16B16Sfloat"]},{text:"impl UnwindSafe for R16G16B16A16Unorm",synthetic:true,types:["vulkano::format::R16G16B16A16Unorm"]},{text:"impl UnwindSafe for R16G16B16A16Snorm",synthetic:true,types:["vulkano::format::R16G16B16A16Snorm"]},{text:"impl UnwindSafe for R16G16B16A16Uscaled",synthetic:true,types:["vulkano::format::R16G16B16A16Uscaled"]},{text:"impl UnwindSafe for R16G16B16A16Sscaled",synthetic:true,types:["vulkano::format::R16G16B16A16Sscaled"]},{text:"impl UnwindSafe for R16G16B16A16Uint",synthetic:true,types:["vulkano::format::R16G16B16A16Uint"]},{text:"impl UnwindSafe for R16G16B16A16Sint",synthetic:true,types:["vulkano::format::R16G16B16A16Sint"]},{text:"impl UnwindSafe for R16G16B16A16Sfloat",synthetic:true,types:["vulkano::format::R16G16B16A16Sfloat"]},{text:"impl UnwindSafe for R32Uint",synthetic:true,types:["vulkano::format::R32Uint"]},{text:"impl UnwindSafe for R32Sint",synthetic:true,types:["vulkano::format::R32Sint"]},{text:"impl UnwindSafe for R32Sfloat",synthetic:true,types:["vulkano::format::R32Sfloat"]},{text:"impl UnwindSafe for R32G32Uint",synthetic:true,types:["vulkano::format::R32G32Uint"]},{text:"impl UnwindSafe for R32G32Sint",synthetic:true,types:["vulkano::format::R32G32Sint"]},{text:"impl UnwindSafe for R32G32Sfloat",synthetic:true,types:["vulkano::format::R32G32Sfloat"]},{text:"impl UnwindSafe for R32G32B32Uint",synthetic:true,types:["vulkano::format::R32G32B32Uint"]},{text:"impl UnwindSafe for R32G32B32Sint",synthetic:true,types:["vulkano::format::R32G32B32Sint"]},{text:"impl UnwindSafe for R32G32B32Sfloat",synthetic:true,types:["vulkano::format::R32G32B32Sfloat"]},{text:"impl UnwindSafe for R32G32B32A32Uint",synthetic:true,types:["vulkano::format::R32G32B32A32Uint"]},{text:"impl UnwindSafe for R32G32B32A32Sint",synthetic:true,types:["vulkano::format::R32G32B32A32Sint"]},{text:"impl UnwindSafe for R32G32B32A32Sfloat",synthetic:true,types:["vulkano::format::R32G32B32A32Sfloat"]},{text:"impl UnwindSafe for R64Uint",synthetic:true,types:["vulkano::format::R64Uint"]},{text:"impl UnwindSafe for R64Sint",synthetic:true,types:["vulkano::format::R64Sint"]},{text:"impl UnwindSafe for R64Sfloat",synthetic:true,types:["vulkano::format::R64Sfloat"]},{text:"impl UnwindSafe for R64G64Uint",synthetic:true,types:["vulkano::format::R64G64Uint"]},{text:"impl UnwindSafe for R64G64Sint",synthetic:true,types:["vulkano::format::R64G64Sint"]},{text:"impl UnwindSafe for R64G64Sfloat",synthetic:true,types:["vulkano::format::R64G64Sfloat"]},{text:"impl UnwindSafe for R64G64B64Uint",synthetic:true,types:["vulkano::format::R64G64B64Uint"]},{text:"impl UnwindSafe for R64G64B64Sint",synthetic:true,types:["vulkano::format::R64G64B64Sint"]},{text:"impl UnwindSafe for R64G64B64Sfloat",synthetic:true,types:["vulkano::format::R64G64B64Sfloat"]},{text:"impl UnwindSafe for R64G64B64A64Uint",synthetic:true,types:["vulkano::format::R64G64B64A64Uint"]},{text:"impl UnwindSafe for R64G64B64A64Sint",synthetic:true,types:["vulkano::format::R64G64B64A64Sint"]},{text:"impl UnwindSafe for R64G64B64A64Sfloat",synthetic:true,types:["vulkano::format::R64G64B64A64Sfloat"]},{text:"impl UnwindSafe for B10G11R11UfloatPack32",synthetic:true,types:["vulkano::format::B10G11R11UfloatPack32"]},{text:"impl UnwindSafe for E5B9G9R9UfloatPack32",synthetic:true,types:["vulkano::format::E5B9G9R9UfloatPack32"]},{text:"impl UnwindSafe for D16Unorm",synthetic:true,types:["vulkano::format::D16Unorm"]},{text:"impl UnwindSafe for X8_D24UnormPack32",synthetic:true,types:["vulkano::format::X8_D24UnormPack32"]},{text:"impl UnwindSafe for D32Sfloat",synthetic:true,types:["vulkano::format::D32Sfloat"]},{text:"impl UnwindSafe for S8Uint",synthetic:true,types:["vulkano::format::S8Uint"]},{text:"impl UnwindSafe for D16Unorm_S8Uint",synthetic:true,types:["vulkano::format::D16Unorm_S8Uint"]},{text:"impl UnwindSafe for D24Unorm_S8Uint",synthetic:true,types:["vulkano::format::D24Unorm_S8Uint"]},{text:"impl UnwindSafe for D32Sfloat_S8Uint",synthetic:true,types:["vulkano::format::D32Sfloat_S8Uint"]},{text:"impl UnwindSafe for BC1_RGBUnormBlock",synthetic:true,types:["vulkano::format::BC1_RGBUnormBlock"]},{text:"impl UnwindSafe for BC1_RGBSrgbBlock",synthetic:true,types:["vulkano::format::BC1_RGBSrgbBlock"]},{text:"impl UnwindSafe for BC1_RGBAUnormBlock",synthetic:true,types:["vulkano::format::BC1_RGBAUnormBlock"]},{text:"impl UnwindSafe for BC1_RGBASrgbBlock",synthetic:true,types:["vulkano::format::BC1_RGBASrgbBlock"]},{text:"impl UnwindSafe for BC2UnormBlock",synthetic:true,types:["vulkano::format::BC2UnormBlock"]},{text:"impl UnwindSafe for BC2SrgbBlock",synthetic:true,types:["vulkano::format::BC2SrgbBlock"]},{text:"impl UnwindSafe for BC3UnormBlock",synthetic:true,types:["vulkano::format::BC3UnormBlock"]},{text:"impl UnwindSafe for BC3SrgbBlock",synthetic:true,types:["vulkano::format::BC3SrgbBlock"]},{text:"impl UnwindSafe for BC4UnormBlock",synthetic:true,types:["vulkano::format::BC4UnormBlock"]},{text:"impl UnwindSafe for BC4SnormBlock",synthetic:true,types:["vulkano::format::BC4SnormBlock"]},{text:"impl UnwindSafe for BC5UnormBlock",synthetic:true,types:["vulkano::format::BC5UnormBlock"]},{text:"impl UnwindSafe for BC5SnormBlock",synthetic:true,types:["vulkano::format::BC5SnormBlock"]},{text:"impl UnwindSafe for BC6HUfloatBlock",synthetic:true,types:["vulkano::format::BC6HUfloatBlock"]},{text:"impl UnwindSafe for BC6HSfloatBlock",synthetic:true,types:["vulkano::format::BC6HSfloatBlock"]},{text:"impl UnwindSafe for BC7UnormBlock",synthetic:true,types:["vulkano::format::BC7UnormBlock"]},{text:"impl UnwindSafe for BC7SrgbBlock",synthetic:true,types:["vulkano::format::BC7SrgbBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8UnormBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8UnormBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8SrgbBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8SrgbBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8A1UnormBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8A1UnormBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8A1SrgbBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8A1SrgbBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8A8UnormBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8A8UnormBlock"]},{text:"impl UnwindSafe for ETC2_R8G8B8A8SrgbBlock",synthetic:true,types:["vulkano::format::ETC2_R8G8B8A8SrgbBlock"]},{text:"impl UnwindSafe for EAC_R11UnormBlock",synthetic:true,types:["vulkano::format::EAC_R11UnormBlock"]},{text:"impl UnwindSafe for EAC_R11SnormBlock",synthetic:true,types:["vulkano::format::EAC_R11SnormBlock"]},{text:"impl UnwindSafe for EAC_R11G11UnormBlock",synthetic:true,types:["vulkano::format::EAC_R11G11UnormBlock"]},{text:"impl UnwindSafe for EAC_R11G11SnormBlock",synthetic:true,types:["vulkano::format::EAC_R11G11SnormBlock"]},{text:"impl UnwindSafe for ASTC_4x4UnormBlock",synthetic:true,types:["vulkano::format::ASTC_4x4UnormBlock"]},{text:"impl UnwindSafe for ASTC_4x4SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_4x4SrgbBlock"]},{text:"impl UnwindSafe for ASTC_5x4UnormBlock",synthetic:true,types:["vulkano::format::ASTC_5x4UnormBlock"]},{text:"impl UnwindSafe for ASTC_5x4SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_5x4SrgbBlock"]},{text:"impl UnwindSafe for ASTC_5x5UnormBlock",synthetic:true,types:["vulkano::format::ASTC_5x5UnormBlock"]},{text:"impl UnwindSafe for ASTC_5x5SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_5x5SrgbBlock"]},{text:"impl UnwindSafe for ASTC_6x5UnormBlock",synthetic:true,types:["vulkano::format::ASTC_6x5UnormBlock"]},{text:"impl UnwindSafe for ASTC_6x5SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_6x5SrgbBlock"]},{text:"impl UnwindSafe for ASTC_6x6UnormBlock",synthetic:true,types:["vulkano::format::ASTC_6x6UnormBlock"]},{text:"impl UnwindSafe for ASTC_6x6SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_6x6SrgbBlock"]},{text:"impl UnwindSafe for ASTC_8x5UnormBlock",synthetic:true,types:["vulkano::format::ASTC_8x5UnormBlock"]},{text:"impl UnwindSafe for ASTC_8x5SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_8x5SrgbBlock"]},{text:"impl UnwindSafe for ASTC_8x6UnormBlock",synthetic:true,types:["vulkano::format::ASTC_8x6UnormBlock"]},{text:"impl UnwindSafe for ASTC_8x6SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_8x6SrgbBlock"]},{text:"impl UnwindSafe for ASTC_8x8UnormBlock",synthetic:true,types:["vulkano::format::ASTC_8x8UnormBlock"]},{text:"impl UnwindSafe for ASTC_8x8SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_8x8SrgbBlock"]},{text:"impl UnwindSafe for ASTC_10x5UnormBlock",synthetic:true,types:["vulkano::format::ASTC_10x5UnormBlock"]},{text:"impl UnwindSafe for ASTC_10x5SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_10x5SrgbBlock"]},{text:"impl UnwindSafe for ASTC_10x6UnormBlock",synthetic:true,types:["vulkano::format::ASTC_10x6UnormBlock"]},{text:"impl UnwindSafe for ASTC_10x6SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_10x6SrgbBlock"]},{text:"impl UnwindSafe for ASTC_10x8UnormBlock",synthetic:true,types:["vulkano::format::ASTC_10x8UnormBlock"]},{text:"impl UnwindSafe for ASTC_10x8SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_10x8SrgbBlock"]},{text:"impl UnwindSafe for ASTC_10x10UnormBlock",synthetic:true,types:["vulkano::format::ASTC_10x10UnormBlock"]},{text:"impl UnwindSafe for ASTC_10x10SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_10x10SrgbBlock"]},{text:"impl UnwindSafe for ASTC_12x10UnormBlock",synthetic:true,types:["vulkano::format::ASTC_12x10UnormBlock"]},{text:"impl UnwindSafe for ASTC_12x10SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_12x10SrgbBlock"]},{text:"impl UnwindSafe for ASTC_12x12UnormBlock",synthetic:true,types:["vulkano::format::ASTC_12x12UnormBlock"]},{text:"impl UnwindSafe for ASTC_12x12SrgbBlock",synthetic:true,types:["vulkano::format::ASTC_12x12SrgbBlock"]},{text:"impl UnwindSafe for Format",synthetic:true,types:["vulkano::format::Format"]},{text:"impl UnwindSafe for FormatTy",synthetic:true,types:["vulkano::format::FormatTy"]},{text:"impl UnwindSafe for ClearValue",synthetic:true,types:["vulkano::format::ClearValue"]},{text:"impl UnwindSafe for AttachmentDescription",synthetic:true,types:["vulkano::framebuffer::desc::AttachmentDescription"]},{text:"impl UnwindSafe for PassDependencyDescription",synthetic:true,types:["vulkano::framebuffer::desc::PassDependencyDescription"]},{text:"impl UnwindSafe for PassDescription",synthetic:true,types:["vulkano::framebuffer::desc::PassDescription"]},{text:"impl<'a, R: ?Sized> UnwindSafe for RenderPassDescAttachments<'a, R> where
R: RefUnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::desc::RenderPassDescAttachments"]},{text:"impl<'a, R: ?Sized> UnwindSafe for RenderPassDescDependencies<'a, R> where
R: RefUnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::desc::RenderPassDescDependencies"]},{text:"impl<'a, R: ?Sized> UnwindSafe for RenderPassDescSubpasses<'a, R> where
R: RefUnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::desc::RenderPassDescSubpasses"]},{text:"impl UnwindSafe for EmptySinglePassRenderPassDesc",synthetic:true,types:["vulkano::framebuffer::empty::EmptySinglePassRenderPassDesc"]},{text:"impl<Rp, A> UnwindSafe for Framebuffer<Rp, A> where
A: UnwindSafe,
Rp: UnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::framebuffer::Framebuffer"]},{text:"impl<Rp, A> UnwindSafe for FramebufferBuilder<Rp, A> where
A: UnwindSafe,
Rp: UnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::framebuffer::FramebufferBuilder"]},{text:"impl<'a> UnwindSafe for FramebufferSys<'a>",synthetic:true,types:["vulkano::framebuffer::framebuffer::FramebufferSys"]},{text:"impl<D> UnwindSafe for RenderPass<D> where
D: UnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::sys::RenderPass"]},{text:"impl<'a> UnwindSafe for RenderPassSys<'a>",synthetic:true,types:["vulkano::framebuffer::sys::RenderPassSys"]},{text:"impl<L> UnwindSafe for Subpass<L> where
L: UnwindSafe, ",synthetic:true,types:["vulkano::framebuffer::traits::Subpass"]},{text:"impl UnwindSafe for IncompatibleRenderPassAttachmentError",synthetic:true,types:["vulkano::framebuffer::compat_atch::IncompatibleRenderPassAttachmentError"]},{text:"impl UnwindSafe for LoadOp",synthetic:true,types:["vulkano::framebuffer::desc::LoadOp"]},{text:"impl UnwindSafe for StoreOp",synthetic:true,types:["vulkano::framebuffer::desc::StoreOp"]},{text:"impl UnwindSafe for FramebufferCreationError",synthetic:true,types:["vulkano::framebuffer::framebuffer::FramebufferCreationError"]},{text:"impl UnwindSafe for RenderPassCreationError",synthetic:true,types:["vulkano::framebuffer::sys::RenderPassCreationError"]},{text:"impl UnwindSafe for SubpassContents",synthetic:true,types:["vulkano::framebuffer::SubpassContents"]},{text:"impl<F, A> UnwindSafe for StorageImage<F, A> where
F: UnwindSafe,
<A as MemoryPool>::Alloc: UnwindSafe, ",synthetic:true,types:["vulkano::image::storage::StorageImage"]},{text:"impl UnwindSafe for ImageUsage",synthetic:true,types:["vulkano::image::usage::ImageUsage"]},{text:"impl UnwindSafe for Swizzle",synthetic:true,types:["vulkano::image::Swizzle"]},{text:"impl UnwindSafe for ImageLayout",synthetic:true,types:["vulkano::image::layout::ImageLayout"]},{text:"impl UnwindSafe for MipmapsCount",synthetic:true,types:["vulkano::image::MipmapsCount"]},{text:"impl UnwindSafe for ComponentSwizzle",synthetic:true,types:["vulkano::image::ComponentSwizzle"]},{text:"impl UnwindSafe for Dimensions",synthetic:true,types:["vulkano::image::Dimensions"]},{text:"impl UnwindSafe for ViewType",synthetic:true,types:["vulkano::image::ViewType"]},{text:"impl UnwindSafe for ImageDimensions",synthetic:true,types:["vulkano::image::ImageDimensions"]},{text:"impl<F, A> UnwindSafe for AttachmentImage<F, A> where
A: UnwindSafe,
F: UnwindSafe, ",synthetic:true,types:["vulkano::image::attachment::AttachmentImage"]},{text:"impl<F, A> UnwindSafe for ImmutableImage<F, A> where
A: UnwindSafe,
F: UnwindSafe, ",synthetic:true,types:["vulkano::image::immutable::ImmutableImage"]},{text:"impl<F, A> UnwindSafe for ImmutableImageInitialization<F, A> where
A: RefUnwindSafe,
F: RefUnwindSafe, ",synthetic:true,types:["vulkano::image::immutable::ImmutableImageInitialization"]},{text:"impl<W> UnwindSafe for SwapchainImage<W> where
W: RefUnwindSafe, ",synthetic:true,types:["vulkano::image::swapchain::SwapchainImage"]},{text:"impl UnwindSafe for UnsafeImage",synthetic:true,types:["vulkano::image::sys::UnsafeImage"]},{text:"impl UnwindSafe for LinearLayout",synthetic:true,types:["vulkano::image::sys::LinearLayout"]},{text:"impl UnwindSafe for UnsafeImageView",synthetic:true,types:["vulkano::image::sys::UnsafeImageView"]},{text:"impl UnwindSafe for ImageCreationError",synthetic:true,types:["vulkano::image::sys::ImageCreationError"]},{text:"impl<'a> UnwindSafe for ImageInner<'a>",synthetic:true,types:["vulkano::image::traits::ImageInner"]},{text:"impl<I> UnwindSafe for ImageAccessFromUndefinedLayout<I> where
I: UnwindSafe, ",synthetic:true,types:["vulkano::image::traits::ImageAccessFromUndefinedLayout"]},{text:"impl UnwindSafe for InstanceExtensions",synthetic:true,types:["vulkano::instance::extensions::InstanceExtensions"]},{text:"impl UnwindSafe for RawInstanceExtensions",synthetic:true,types:["vulkano::instance::extensions::RawInstanceExtensions"]},{text:"impl<'a> UnwindSafe for ApplicationInfo<'a>",synthetic:true,types:["vulkano::instance::instance::ApplicationInfo"]},{text:"impl<'a> UnwindSafe for MemoryHeap<'a>",synthetic:true,types:["vulkano::instance::instance::MemoryHeap"]},{text:"impl<'a> UnwindSafe for MemoryHeapsIter<'a>",synthetic:true,types:["vulkano::instance::instance::MemoryHeapsIter"]},{text:"impl<'a> UnwindSafe for MemoryType<'a>",synthetic:true,types:["vulkano::instance::instance::MemoryType"]},{text:"impl<'a> UnwindSafe for MemoryTypesIter<'a>",synthetic:true,types:["vulkano::instance::instance::MemoryTypesIter"]},{text:"impl<'a> UnwindSafe for PhysicalDevice<'a>",synthetic:true,types:["vulkano::instance::instance::PhysicalDevice"]},{text:"impl<'a> UnwindSafe for PhysicalDevicesIter<'a>",synthetic:true,types:["vulkano::instance::instance::PhysicalDevicesIter"]},{text:"impl<'a> UnwindSafe for QueueFamiliesIter<'a>",synthetic:true,types:["vulkano::instance::instance::QueueFamiliesIter"]},{text:"impl<'a> UnwindSafe for QueueFamily<'a>",synthetic:true,types:["vulkano::instance::instance::QueueFamily"]},{text:"impl UnwindSafe for LayerProperties",synthetic:true,types:["vulkano::instance::layers::LayerProperties"]},{text:"impl UnwindSafe for LayersIterator",synthetic:true,types:["vulkano::instance::layers::LayersIterator"]},{text:"impl<'a> UnwindSafe for Limits<'a>",synthetic:true,types:["vulkano::instance::limits::Limits"]},{text:"impl UnwindSafe for InstanceCreationError",synthetic:true,types:["vulkano::instance::instance::InstanceCreationError"]},{text:"impl UnwindSafe for PhysicalDeviceType",synthetic:true,types:["vulkano::instance::instance::PhysicalDeviceType"]},{text:"impl UnwindSafe for LayersListError",synthetic:true,types:["vulkano::instance::layers::LayersListError"]},{text:"impl !UnwindSafe for DebugCallback",synthetic:true,types:["vulkano::instance::debug::DebugCallback"]},{text:"impl<'a> UnwindSafe for Message<'a>",synthetic:true,types:["vulkano::instance::debug::Message"]},{text:"impl UnwindSafe for MessageTypes",synthetic:true,types:["vulkano::instance::debug::MessageTypes"]},{text:"impl UnwindSafe for DebugCallbackCreationError",synthetic:true,types:["vulkano::instance::debug::DebugCallbackCreationError"]},{text:"impl UnwindSafe for DynamicLibraryLoader",synthetic:true,types:["vulkano::instance::loader::DynamicLibraryLoader"]},{text:"impl<L> UnwindSafe for FunctionPointers<L> where
L: UnwindSafe, ",synthetic:true,types:["vulkano::instance::loader::FunctionPointers"]},{text:"impl UnwindSafe for LoadingError",synthetic:true,types:["vulkano::instance::loader::LoadingError"]},{text:"impl<'a, T: ?Sized> UnwindSafe for CpuAccess<'a, T> where
T: RefUnwindSafe, ",synthetic:true,types:["vulkano::memory::device_memory::CpuAccess"]},{text:"impl UnwindSafe for DeviceMemory",synthetic:true,types:["vulkano::memory::device_memory::DeviceMemory"]},{text:"impl UnwindSafe for MappedDeviceMemory",synthetic:true,types:["vulkano::memory::device_memory::MappedDeviceMemory"]},{text:"impl UnwindSafe for MemoryRequirements",synthetic:true,types:["vulkano::memory::MemoryRequirements"]},{text:"impl UnwindSafe for DeviceMemoryAllocError",synthetic:true,types:["vulkano::memory::device_memory::DeviceMemoryAllocError"]},{text:"impl<'a> UnwindSafe for DedicatedAlloc<'a>",synthetic:true,types:["vulkano::memory::DedicatedAlloc"]},{text:"impl UnwindSafe for StdHostVisibleMemoryTypePool",synthetic:true,types:["vulkano::memory::pool::host_visible::StdHostVisibleMemoryTypePool"]},{text:"impl UnwindSafe for StdHostVisibleMemoryTypePoolAlloc",synthetic:true,types:["vulkano::memory::pool::host_visible::StdHostVisibleMemoryTypePoolAlloc"]},{text:"impl UnwindSafe for StdNonHostVisibleMemoryTypePool",synthetic:true,types:["vulkano::memory::pool::non_host_visible::StdNonHostVisibleMemoryTypePool"]},{text:"impl UnwindSafe for StdNonHostVisibleMemoryTypePoolAlloc",synthetic:true,types:["vulkano::memory::pool::non_host_visible::StdNonHostVisibleMemoryTypePoolAlloc"]},{text:"impl UnwindSafe for StdMemoryPool",synthetic:true,types:["vulkano::memory::pool::pool::StdMemoryPool"]},{text:"impl UnwindSafe for StdMemoryPoolAlloc",synthetic:true,types:["vulkano::memory::pool::pool::StdMemoryPoolAlloc"]},{text:"impl UnwindSafe for AllocFromRequirementsFilter",synthetic:true,types:["vulkano::memory::pool::AllocFromRequirementsFilter"]},{text:"impl UnwindSafe for MappingRequirement",synthetic:true,types:["vulkano::memory::pool::MappingRequirement"]},{text:"impl UnwindSafe for AllocLayout",synthetic:true,types:["vulkano::memory::pool::AllocLayout"]},{text:"impl<A> UnwindSafe for PotentialDedicatedAllocation<A> where
A: UnwindSafe, ",synthetic:true,types:["vulkano::memory::pool::PotentialDedicatedAllocation"]},{text:"impl<Pl> UnwindSafe for ComputePipeline<Pl> where
Pl: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::compute_pipeline::ComputePipeline"]},{text:"impl<'a> UnwindSafe for ComputePipelineSys<'a>",synthetic:true,types:["vulkano::pipeline::compute_pipeline::ComputePipelineSys"]},{text:"impl<VertexDefinition, Layout, RenderP> UnwindSafe for GraphicsPipeline<VertexDefinition, Layout, RenderP> where
Layout: UnwindSafe,
RenderP: UnwindSafe,
VertexDefinition: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::graphics_pipeline::GraphicsPipeline"]},{text:"impl<Vdef, Vs, Vss, Tcs, Tcss, Tes, Tess, Gs, Gss, Fs, Fss, Rp> UnwindSafe for GraphicsPipelineBuilder<Vdef, Vs, Vss, Tcs, Tcss, Tes, Tess, Gs, Gss, Fs, Fss, Rp> where
Fs: UnwindSafe,
Fss: UnwindSafe,
Gs: UnwindSafe,
Gss: UnwindSafe,
Rp: UnwindSafe,
Tcs: UnwindSafe,
Tcss: UnwindSafe,
Tes: UnwindSafe,
Tess: UnwindSafe,
Vdef: UnwindSafe,
Vs: UnwindSafe,
Vss: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::graphics_pipeline::builder::GraphicsPipelineBuilder"]},{text:"impl<'a> UnwindSafe for GraphicsPipelineSys<'a>",synthetic:true,types:["vulkano::pipeline::graphics_pipeline::GraphicsPipelineSys"]},{text:"impl UnwindSafe for ComputePipelineCreationError",synthetic:true,types:["vulkano::pipeline::compute_pipeline::ComputePipelineCreationError"]},{text:"impl UnwindSafe for GraphicsPipelineCreationError",synthetic:true,types:["vulkano::pipeline::graphics_pipeline::creation_error::GraphicsPipelineCreationError"]},{text:"impl UnwindSafe for Blend",synthetic:true,types:["vulkano::pipeline::blend::Blend"]},{text:"impl UnwindSafe for AttachmentBlend",synthetic:true,types:["vulkano::pipeline::blend::AttachmentBlend"]},{text:"impl UnwindSafe for AttachmentsBlend",synthetic:true,types:["vulkano::pipeline::blend::AttachmentsBlend"]},{text:"impl UnwindSafe for LogicOp",synthetic:true,types:["vulkano::pipeline::blend::LogicOp"]},{text:"impl UnwindSafe for BlendOp",synthetic:true,types:["vulkano::pipeline::blend::BlendOp"]},{text:"impl UnwindSafe for BlendFactor",synthetic:true,types:["vulkano::pipeline::blend::BlendFactor"]},{text:"impl UnwindSafe for PipelineCache",synthetic:true,types:["vulkano::pipeline::cache::PipelineCache"]},{text:"impl UnwindSafe for DepthStencil",synthetic:true,types:["vulkano::pipeline::depth_stencil::DepthStencil"]},{text:"impl UnwindSafe for Stencil",synthetic:true,types:["vulkano::pipeline::depth_stencil::Stencil"]},{text:"impl UnwindSafe for DynamicStencilValue",synthetic:true,types:["vulkano::pipeline::depth_stencil::DynamicStencilValue"]},{text:"impl UnwindSafe for StencilOp",synthetic:true,types:["vulkano::pipeline::depth_stencil::StencilOp"]},{text:"impl UnwindSafe for StencilFaceFlags",synthetic:true,types:["vulkano::pipeline::depth_stencil::StencilFaceFlags"]},{text:"impl UnwindSafe for DepthBounds",synthetic:true,types:["vulkano::pipeline::depth_stencil::DepthBounds"]},{text:"impl UnwindSafe for Compare",synthetic:true,types:["vulkano::pipeline::depth_stencil::Compare"]},{text:"impl UnwindSafe for InputAssembly",synthetic:true,types:["vulkano::pipeline::input_assembly::InputAssembly"]},{text:"impl UnwindSafe for PrimitiveTopology",synthetic:true,types:["vulkano::pipeline::input_assembly::PrimitiveTopology"]},{text:"impl UnwindSafe for IndexType",synthetic:true,types:["vulkano::pipeline::input_assembly::IndexType"]},{text:"impl UnwindSafe for Multisample",synthetic:true,types:["vulkano::pipeline::multisample::Multisample"]},{text:"impl UnwindSafe for Rasterization",synthetic:true,types:["vulkano::pipeline::raster::Rasterization"]},{text:"impl UnwindSafe for DepthBias",synthetic:true,types:["vulkano::pipeline::raster::DepthBias"]},{text:"impl UnwindSafe for DepthBiasControl",synthetic:true,types:["vulkano::pipeline::raster::DepthBiasControl"]},{text:"impl UnwindSafe for CullMode",synthetic:true,types:["vulkano::pipeline::raster::CullMode"]},{text:"impl UnwindSafe for FrontFace",synthetic:true,types:["vulkano::pipeline::raster::FrontFace"]},{text:"impl UnwindSafe for PolygonMode",synthetic:true,types:["vulkano::pipeline::raster::PolygonMode"]},{text:"impl UnwindSafe for ShaderModule",synthetic:true,types:["vulkano::pipeline::shader::ShaderModule"]},{text:"impl<'a, S, I, O, L> UnwindSafe for GraphicsEntryPoint<'a, S, I, O, L> where
I: UnwindSafe,
L: UnwindSafe,
O: UnwindSafe,
S: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::shader::GraphicsEntryPoint"]},{text:"impl<'a, S, L> UnwindSafe for ComputeEntryPoint<'a, S, L> where
L: UnwindSafe,
S: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::shader::ComputeEntryPoint"]},{text:"impl UnwindSafe for ShaderInterfaceDefEntry",synthetic:true,types:["vulkano::pipeline::shader::ShaderInterfaceDefEntry"]},{text:"impl UnwindSafe for EmptyShaderInterfaceDef",synthetic:true,types:["vulkano::pipeline::shader::EmptyShaderInterfaceDef"]},{text:"impl UnwindSafe for SpecializationMapEntry",synthetic:true,types:["vulkano::pipeline::shader::SpecializationMapEntry"]},{text:"impl UnwindSafe for GraphicsShaderType",synthetic:true,types:["vulkano::pipeline::shader::GraphicsShaderType"]},{text:"impl UnwindSafe for GeometryShaderExecutionMode",synthetic:true,types:["vulkano::pipeline::shader::GeometryShaderExecutionMode"]},{text:"impl UnwindSafe for EmptyEntryPointDummy",synthetic:true,types:["vulkano::pipeline::shader::EmptyEntryPointDummy"]},{text:"impl UnwindSafe for ShaderInterfaceMismatchError",synthetic:true,types:["vulkano::pipeline::shader::ShaderInterfaceMismatchError"]},{text:"impl UnwindSafe for BufferlessDefinition",synthetic:true,types:["vulkano::pipeline::vertex::bufferless::BufferlessDefinition"]},{text:"impl UnwindSafe for BufferlessVertices",synthetic:true,types:["vulkano::pipeline::vertex::bufferless::BufferlessVertices"]},{text:"impl UnwindSafe for AttributeInfo",synthetic:true,types:["vulkano::pipeline::vertex::definition::AttributeInfo"]},{text:"impl<T> UnwindSafe for SingleInstanceBufferDefinition<T> where
T: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::vertex::instance_buffer::SingleInstanceBufferDefinition"]},{text:"impl<T, U> UnwindSafe for OneVertexOneInstanceDefinition<T, U> where
T: UnwindSafe,
U: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::vertex::one_one::OneVertexOneInstanceDefinition"]},{text:"impl<T> UnwindSafe for SingleBufferDefinition<T> where
T: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::vertex::single::SingleBufferDefinition"]},{text:"impl<T, U> UnwindSafe for TwoBuffersDefinition<T, U> where
T: UnwindSafe,
U: UnwindSafe, ",synthetic:true,types:["vulkano::pipeline::vertex::two::TwoBuffersDefinition"]},{text:"impl UnwindSafe for VertexMemberInfo",synthetic:true,types:["vulkano::pipeline::vertex::vertex::VertexMemberInfo"]},{text:"impl UnwindSafe for IncompatibleVertexDefinitionError",synthetic:true,types:["vulkano::pipeline::vertex::definition::IncompatibleVertexDefinitionError"]},{text:"impl UnwindSafe for InputRate",synthetic:true,types:["vulkano::pipeline::vertex::definition::InputRate"]},{text:"impl UnwindSafe for VertexMemberTy",synthetic:true,types:["vulkano::pipeline::vertex::vertex::VertexMemberTy"]},{text:"impl UnwindSafe for Viewport",synthetic:true,types:["vulkano::pipeline::viewport::Viewport"]},{text:"impl UnwindSafe for Scissor",synthetic:true,types:["vulkano::pipeline::viewport::Scissor"]},{text:"impl UnwindSafe for ViewportsState",synthetic:true,types:["vulkano::pipeline::viewport::ViewportsState"]},{text:"impl UnwindSafe for UnsafeQueryPool",synthetic:true,types:["vulkano::query::UnsafeQueryPool"]},{text:"impl<'a> UnwindSafe for UnsafeQuery<'a>",synthetic:true,types:["vulkano::query::UnsafeQuery"]},{text:"impl<'a> UnwindSafe for UnsafeQueriesRange<'a>",synthetic:true,types:["vulkano::query::UnsafeQueriesRange"]},{text:"impl UnwindSafe for QueryPipelineStatisticFlags",synthetic:true,types:["vulkano::query::QueryPipelineStatisticFlags"]},{text:"impl UnwindSafe for OcclusionQueriesPool",synthetic:true,types:["vulkano::query::OcclusionQueriesPool"]},{text:"impl UnwindSafe for QueryType",synthetic:true,types:["vulkano::query::QueryType"]},{text:"impl UnwindSafe for QueryPoolCreationError",synthetic:true,types:["vulkano::query::QueryPoolCreationError"]},{text:"impl UnwindSafe for Sampler",synthetic:true,types:["vulkano::sampler::Sampler"]},{text:"impl UnwindSafe for Filter",synthetic:true,types:["vulkano::sampler::Filter"]},{text:"impl UnwindSafe for MipmapMode",synthetic:true,types:["vulkano::sampler::MipmapMode"]},{text:"impl UnwindSafe for SamplerAddressMode",synthetic:true,types:["vulkano::sampler::SamplerAddressMode"]},{text:"impl UnwindSafe for UnnormalizedSamplerAddressMode",synthetic:true,types:["vulkano::sampler::UnnormalizedSamplerAddressMode"]},{text:"impl UnwindSafe for BorderColor",synthetic:true,types:["vulkano::sampler::BorderColor"]},{text:"impl UnwindSafe for SamplerCreationError",synthetic:true,types:["vulkano::sampler::SamplerCreationError"]},{text:"impl UnwindSafe for Capabilities",synthetic:true,types:["vulkano::swapchain::capabilities::Capabilities"]},{text:"impl UnwindSafe for SupportedCompositeAlpha",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedCompositeAlpha"]},{text:"impl UnwindSafe for SupportedCompositeAlphaIter",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedCompositeAlphaIter"]},{text:"impl UnwindSafe for SupportedPresentModes",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedPresentModes"]},{text:"impl UnwindSafe for SupportedPresentModesIter",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedPresentModesIter"]},{text:"impl UnwindSafe for SupportedSurfaceTransforms",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedSurfaceTransforms"]},{text:"impl UnwindSafe for SupportedSurfaceTransformsIter",synthetic:true,types:["vulkano::swapchain::capabilities::SupportedSurfaceTransformsIter"]},{text:"impl UnwindSafe for PresentRegion",synthetic:true,types:["vulkano::swapchain::present_region::PresentRegion"]},{text:"impl UnwindSafe for RectangleLayer",synthetic:true,types:["vulkano::swapchain::present_region::RectangleLayer"]},{text:"impl<W> UnwindSafe for Surface<W> where
W: UnwindSafe, ",synthetic:true,types:["vulkano::swapchain::surface::Surface"]},{text:"impl UnwindSafe for AcquiredImage",synthetic:true,types:["vulkano::swapchain::swapchain::AcquiredImage"]},{text:"impl<P, W> UnwindSafe for PresentFuture<P, W> where
P: UnwindSafe,
W: RefUnwindSafe, ",synthetic:true,types:["vulkano::swapchain::swapchain::PresentFuture"]},{text:"impl<W> UnwindSafe for Swapchain<W> where
W: RefUnwindSafe, ",synthetic:true,types:["vulkano::swapchain::swapchain::Swapchain"]},{text:"impl<W> UnwindSafe for SwapchainAcquireFuture<W> where
W: RefUnwindSafe, ",synthetic:true,types:["vulkano::swapchain::swapchain::SwapchainAcquireFuture"]},{text:"impl UnwindSafe for ColorSpace",synthetic:true,types:["vulkano::swapchain::capabilities::ColorSpace"]},{text:"impl UnwindSafe for CompositeAlpha",synthetic:true,types:["vulkano::swapchain::capabilities::CompositeAlpha"]},{text:"impl UnwindSafe for PresentMode",synthetic:true,types:["vulkano::swapchain::capabilities::PresentMode"]},{text:"impl UnwindSafe for SurfaceTransform",synthetic:true,types:["vulkano::swapchain::capabilities::SurfaceTransform"]},{text:"impl UnwindSafe for CapabilitiesError",synthetic:true,types:["vulkano::swapchain::surface::CapabilitiesError"]},{text:"impl UnwindSafe for SurfaceCreationError",synthetic:true,types:["vulkano::swapchain::surface::SurfaceCreationError"]},{text:"impl UnwindSafe for AcquireError",synthetic:true,types:["vulkano::swapchain::swapchain::AcquireError"]},{text:"impl UnwindSafe for SwapchainCreationError",synthetic:true,types:["vulkano::swapchain::swapchain::SwapchainCreationError"]},{text:"impl UnwindSafe for DisplayPlane",synthetic:true,types:["vulkano::swapchain::display::DisplayPlane"]},{text:"impl UnwindSafe for Display",synthetic:true,types:["vulkano::swapchain::display::Display"]},{text:"impl UnwindSafe for DisplayMode",synthetic:true,types:["vulkano::swapchain::display::DisplayMode"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["vulkano::sync::event::Event"]},{text:"impl<D> UnwindSafe for Fence<D> where
D: UnwindSafe, ",synthetic:true,types:["vulkano::sync::fence::Fence"]},{text:"impl<F> UnwindSafe for FenceSignalFuture<F>",synthetic:true,types:["vulkano::sync::future::fence_signal::FenceSignalFuture"]},{text:"impl<A, B> UnwindSafe for JoinFuture<A, B> where
A: UnwindSafe,
B: UnwindSafe, ",synthetic:true,types:["vulkano::sync::future::join::JoinFuture"]},{text:"impl UnwindSafe for NowFuture",synthetic:true,types:["vulkano::sync::future::now::NowFuture"]},{text:"impl<F> UnwindSafe for SemaphoreSignalFuture<F> where
F: UnwindSafe, ",synthetic:true,types:["vulkano::sync::future::semaphore_signal::SemaphoreSignalFuture"]},{text:"impl UnwindSafe for AccessFlagBits",synthetic:true,types:["vulkano::sync::pipeline::AccessFlagBits"]},{text:"impl UnwindSafe for PipelineStages",synthetic:true,types:["vulkano::sync::pipeline::PipelineStages"]},{text:"impl<D> UnwindSafe for Semaphore<D> where
D: UnwindSafe, ",synthetic:true,types:["vulkano::sync::semaphore::Semaphore"]},{text:"impl UnwindSafe for FenceWaitError",synthetic:true,types:["vulkano::sync::fence::FenceWaitError"]},{text:"impl UnwindSafe for AccessCheckError",synthetic:true,types:["vulkano::sync::future::AccessCheckError"]},{text:"impl UnwindSafe for AccessError",synthetic:true,types:["vulkano::sync::future::AccessError"]},{text:"impl UnwindSafe for FlushError",synthetic:true,types:["vulkano::sync::future::FlushError"]},{text:"impl UnwindSafe for SharingMode",synthetic:true,types:["vulkano::sync::SharingMode"]},{text:"impl<I> UnwindSafe for Sharing<I> where
I: UnwindSafe, ",synthetic:true,types:["vulkano::sync::Sharing"]},{text:"impl UnwindSafe for Instance",synthetic:false,types:["vulkano::instance::instance::Instance"]},];
implementors["vulkano_win"] = [{text:"impl UnwindSafe for CreationError",synthetic:true,types:["vulkano_win::CreationError"]},];
implementors["walkdir"] = [{text:"impl !UnwindSafe for WalkDir",synthetic:true,types:["walkdir::WalkDir"]},{text:"impl !UnwindSafe for IntoIter",synthetic:true,types:["walkdir::IntoIter"]},{text:"impl UnwindSafe for DirEntry",synthetic:true,types:["walkdir::DirEntry"]},{text:"impl<I, P> UnwindSafe for FilterEntry<I, P> where
I: UnwindSafe,
P: UnwindSafe, ",synthetic:true,types:["walkdir::FilterEntry"]},{text:"impl !UnwindSafe for Error",synthetic:true,types:["walkdir::Error"]},];
implementors["wayland_client"] = [{text:"impl !UnwindSafe for Display",synthetic:true,types:["wayland_client::display::Display"]},{text:"impl !UnwindSafe for EventQueue",synthetic:true,types:["wayland_client::event_queue::EventQueue"]},{text:"impl !UnwindSafe for QueueToken",synthetic:true,types:["wayland_client::event_queue::QueueToken"]},{text:"impl !UnwindSafe for ReadEventsGuard",synthetic:true,types:["wayland_client::event_queue::ReadEventsGuard"]},{text:"impl !UnwindSafe for GlobalManager",synthetic:true,types:["wayland_client::globals::GlobalManager"]},{text:"impl<I> UnwindSafe for NewProxy<I> where
I: RefUnwindSafe, ",synthetic:true,types:["wayland_client::proxy::NewProxy"]},{text:"impl<I> !UnwindSafe for Proxy<I>",synthetic:true,types:["wayland_client::proxy::Proxy"]},{text:"impl UnwindSafe for ConnectError",synthetic:true,types:["wayland_client::display::ConnectError"]},{text:"impl UnwindSafe for GlobalError",synthetic:true,types:["wayland_client::globals::GlobalError"]},{text:"impl UnwindSafe for GlobalEvent",synthetic:true,types:["wayland_client::globals::GlobalEvent"]},{text:"impl UnwindSafe for ProxyMap",synthetic:true,types:["wayland_client::imp::ProxyMap"]},{text:"impl UnwindSafe for CursorTheme",synthetic:true,types:["wayland_client::cursor::CursorTheme"]},{text:"impl<'a> UnwindSafe for Cursor<'a>",synthetic:true,types:["wayland_client::cursor::Cursor"]},{text:"impl<'a> !UnwindSafe for CursorImageBuffer<'a>",synthetic:true,types:["wayland_client::cursor::CursorImageBuffer"]},{text:"impl UnwindSafe for WlEglSurface",synthetic:true,types:["wayland_client::egl::WlEglSurface"]},{text:"impl UnwindSafe for WlDisplay",synthetic:true,types:["wayland_client::generated::c_api::wl_display::WlDisplay"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_display::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_display::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_display::Event"]},{text:"impl UnwindSafe for WlRegistry",synthetic:true,types:["wayland_client::generated::c_api::wl_registry::WlRegistry"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_registry::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_registry::Event"]},{text:"impl UnwindSafe for WlCallback",synthetic:true,types:["wayland_client::generated::c_api::wl_callback::WlCallback"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_callback::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_callback::Event"]},{text:"impl UnwindSafe for WlCompositor",synthetic:true,types:["wayland_client::generated::c_api::wl_compositor::WlCompositor"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_compositor::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_compositor::Event"]},{text:"impl UnwindSafe for WlShmPool",synthetic:true,types:["wayland_client::generated::c_api::wl_shm_pool::WlShmPool"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_shm_pool::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_shm_pool::Event"]},{text:"impl UnwindSafe for WlShm",synthetic:true,types:["wayland_client::generated::c_api::wl_shm::WlShm"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_shm::Error"]},{text:"impl UnwindSafe for Format",synthetic:true,types:["wayland_client::generated::c_api::wl_shm::Format"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_shm::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_shm::Event"]},{text:"impl UnwindSafe for WlBuffer",synthetic:true,types:["wayland_client::generated::c_api::wl_buffer::WlBuffer"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_buffer::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_buffer::Event"]},{text:"impl UnwindSafe for WlDataOffer",synthetic:true,types:["wayland_client::generated::c_api::wl_data_offer::WlDataOffer"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_data_offer::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_data_offer::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_data_offer::Event"]},{text:"impl UnwindSafe for WlDataSource",synthetic:true,types:["wayland_client::generated::c_api::wl_data_source::WlDataSource"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_data_source::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_data_source::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_data_source::Event"]},{text:"impl UnwindSafe for WlDataDevice",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device::WlDataDevice"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device::Event"]},{text:"impl UnwindSafe for DndAction",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device_manager::DndAction"]},{text:"impl UnwindSafe for WlDataDeviceManager",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device_manager::WlDataDeviceManager"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device_manager::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_data_device_manager::Event"]},{text:"impl UnwindSafe for WlShell",synthetic:true,types:["wayland_client::generated::c_api::wl_shell::WlShell"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_shell::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_shell::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_shell::Event"]},{text:"impl UnwindSafe for Resize",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::Resize"]},{text:"impl UnwindSafe for Transient",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::Transient"]},{text:"impl UnwindSafe for WlShellSurface",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::WlShellSurface"]},{text:"impl UnwindSafe for FullscreenMethod",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::FullscreenMethod"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_shell_surface::Event"]},{text:"impl UnwindSafe for WlSurface",synthetic:true,types:["wayland_client::generated::c_api::wl_surface::WlSurface"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_surface::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_surface::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_surface::Event"]},{text:"impl UnwindSafe for Capability",synthetic:true,types:["wayland_client::generated::c_api::wl_seat::Capability"]},{text:"impl UnwindSafe for WlSeat",synthetic:true,types:["wayland_client::generated::c_api::wl_seat::WlSeat"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_seat::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_seat::Event"]},{text:"impl UnwindSafe for WlPointer",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::WlPointer"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::Error"]},{text:"impl UnwindSafe for ButtonState",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::ButtonState"]},{text:"impl UnwindSafe for Axis",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::Axis"]},{text:"impl UnwindSafe for AxisSource",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::AxisSource"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_pointer::Event"]},{text:"impl UnwindSafe for WlKeyboard",synthetic:true,types:["wayland_client::generated::c_api::wl_keyboard::WlKeyboard"]},{text:"impl UnwindSafe for KeymapFormat",synthetic:true,types:["wayland_client::generated::c_api::wl_keyboard::KeymapFormat"]},{text:"impl UnwindSafe for KeyState",synthetic:true,types:["wayland_client::generated::c_api::wl_keyboard::KeyState"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_keyboard::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_keyboard::Event"]},{text:"impl UnwindSafe for WlTouch",synthetic:true,types:["wayland_client::generated::c_api::wl_touch::WlTouch"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_touch::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_touch::Event"]},{text:"impl UnwindSafe for Mode",synthetic:true,types:["wayland_client::generated::c_api::wl_output::Mode"]},{text:"impl UnwindSafe for WlOutput",synthetic:true,types:["wayland_client::generated::c_api::wl_output::WlOutput"]},{text:"impl UnwindSafe for Subpixel",synthetic:true,types:["wayland_client::generated::c_api::wl_output::Subpixel"]},{text:"impl UnwindSafe for Transform",synthetic:true,types:["wayland_client::generated::c_api::wl_output::Transform"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_output::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_output::Event"]},{text:"impl UnwindSafe for WlRegion",synthetic:true,types:["wayland_client::generated::c_api::wl_region::WlRegion"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_region::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_region::Event"]},{text:"impl UnwindSafe for WlSubcompositor",synthetic:true,types:["wayland_client::generated::c_api::wl_subcompositor::WlSubcompositor"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_subcompositor::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_subcompositor::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_subcompositor::Event"]},{text:"impl UnwindSafe for WlSubsurface",synthetic:true,types:["wayland_client::generated::c_api::wl_subsurface::WlSubsurface"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_client::generated::c_api::wl_subsurface::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_client::generated::c_api::wl_subsurface::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_client::generated::c_api::wl_subsurface::Event"]},];
implementors["wayland_commons"] = [{text:"impl UnwindSafe for AnonymousObject",synthetic:true,types:["wayland_commons::AnonymousObject"]},{text:"impl UnwindSafe for NoMessage",synthetic:true,types:["wayland_commons::NoMessage"]},{text:"impl<Meta> UnwindSafe for Object<Meta> where
Meta: UnwindSafe, ",synthetic:true,types:["wayland_commons::map::Object"]},{text:"impl<Meta> UnwindSafe for ObjectMap<Meta> where
Meta: UnwindSafe, ",synthetic:true,types:["wayland_commons::map::ObjectMap"]},{text:"impl UnwindSafe for Socket",synthetic:true,types:["wayland_commons::socket::Socket"]},{text:"impl UnwindSafe for BufferedSocket",synthetic:true,types:["wayland_commons::socket::BufferedSocket"]},{text:"impl !UnwindSafe for UserData",synthetic:true,types:["wayland_commons::utils::UserData"]},{text:"impl !UnwindSafe for UserDataMap",synthetic:true,types:["wayland_commons::utils::UserDataMap"]},{text:"impl UnwindSafe for MessageDesc",synthetic:true,types:["wayland_commons::wire::MessageDesc"]},{text:"impl UnwindSafe for Message",synthetic:true,types:["wayland_commons::wire::Message"]},{text:"impl UnwindSafe for ArgumentType",synthetic:true,types:["wayland_commons::wire::ArgumentType"]},{text:"impl UnwindSafe for Argument",synthetic:true,types:["wayland_commons::wire::Argument"]},{text:"impl UnwindSafe for MessageWriteError",synthetic:true,types:["wayland_commons::wire::MessageWriteError"]},{text:"impl UnwindSafe for MessageParseError",synthetic:true,types:["wayland_commons::wire::MessageParseError"]},];
implementors["wayland_protocols"] = [{text:"impl UnwindSafe for ZwpFullscreenShellV1",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::ZwpFullscreenShellV1"]},{text:"impl UnwindSafe for Capability",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::Capability"]},{text:"impl UnwindSafe for PresentMethod",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::PresentMethod"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_v1::Event"]},{text:"impl UnwindSafe for ZwpFullscreenShellModeFeedbackV1",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_mode_feedback_v1::ZwpFullscreenShellModeFeedbackV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_mode_feedback_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::fullscreen_shell::v1::generated::client::zwp_fullscreen_shell_mode_feedback_v1::Event"]},{text:"impl UnwindSafe for ZwpIdleInhibitManagerV1",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibit_manager_v1::ZwpIdleInhibitManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibit_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibit_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpIdleInhibitorV1",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibitor_v1::ZwpIdleInhibitorV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibitor_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::idle_inhibit::v1::generated::client::zwp_idle_inhibitor_v1::Event"]},{text:"impl UnwindSafe for ZwpInputMethodContextV1",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_context_v1::ZwpInputMethodContextV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_context_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_context_v1::Event"]},{text:"impl UnwindSafe for ZwpInputMethodV1",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_v1::ZwpInputMethodV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_method_v1::Event"]},{text:"impl UnwindSafe for ZwpInputPanelV1",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_v1::ZwpInputPanelV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_v1::Event"]},{text:"impl UnwindSafe for ZwpInputPanelSurfaceV1",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_surface_v1::ZwpInputPanelSurfaceV1"]},{text:"impl UnwindSafe for Position",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_surface_v1::Position"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_surface_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_method::v1::generated::client::zwp_input_panel_surface_v1::Event"]},{text:"impl UnwindSafe for ZwpInputTimestampsManagerV1",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_manager_v1::ZwpInputTimestampsManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpInputTimestampsV1",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_v1::ZwpInputTimestampsV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::input_timestamps::v1::generated::client::zwp_input_timestamps_v1::Event"]},{text:"impl UnwindSafe for ZwpKeyboardShortcutsInhibitManagerV1",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibit_manager_v1::ZwpKeyboardShortcutsInhibitManagerV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibit_manager_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibit_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibit_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpKeyboardShortcutsInhibitorV1",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibitor_v1::ZwpKeyboardShortcutsInhibitorV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibitor_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::keyboard_shortcuts_inhibit::v1::generated::client::zwp_keyboard_shortcuts_inhibitor_v1::Event"]},{text:"impl UnwindSafe for ZwpLinuxDmabufV1",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_dmabuf_v1::ZwpLinuxDmabufV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_dmabuf_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_dmabuf_v1::Event"]},{text:"impl UnwindSafe for ZwpLinuxBufferParamsV1",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_buffer_params_v1::ZwpLinuxBufferParamsV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_buffer_params_v1::Error"]},{text:"impl UnwindSafe for Flags",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_buffer_params_v1::Flags"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_buffer_params_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::linux_dmabuf::v1::generated::client::zwp_linux_buffer_params_v1::Event"]},{text:"impl UnwindSafe for ZwpLinuxExplicitSynchronizationV1",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_explicit_synchronization_v1::ZwpLinuxExplicitSynchronizationV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_explicit_synchronization_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_explicit_synchronization_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_explicit_synchronization_v1::Event"]},{text:"impl UnwindSafe for ZwpLinuxSurfaceSynchronizationV1",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_surface_synchronization_v1::ZwpLinuxSurfaceSynchronizationV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_surface_synchronization_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_surface_synchronization_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_surface_synchronization_v1::Event"]},{text:"impl UnwindSafe for ZwpLinuxBufferReleaseV1",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_buffer_release_v1::ZwpLinuxBufferReleaseV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_buffer_release_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::linux_explicit_synchronization::v1::generated::client::zwp_linux_buffer_release_v1::Event"]},{text:"impl UnwindSafe for ZwpPointerConstraintsV1",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_pointer_constraints_v1::ZwpPointerConstraintsV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_pointer_constraints_v1::Error"]},{text:"impl UnwindSafe for Lifetime",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_pointer_constraints_v1::Lifetime"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_pointer_constraints_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_pointer_constraints_v1::Event"]},{text:"impl UnwindSafe for ZwpLockedPointerV1",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_locked_pointer_v1::ZwpLockedPointerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_locked_pointer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_locked_pointer_v1::Event"]},{text:"impl UnwindSafe for ZwpConfinedPointerV1",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_confined_pointer_v1::ZwpConfinedPointerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_confined_pointer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_constraints::v1::generated::client::zwp_confined_pointer_v1::Event"]},{text:"impl UnwindSafe for ZwpPointerGesturesV1",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gestures_v1::ZwpPointerGesturesV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gestures_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gestures_v1::Event"]},{text:"impl UnwindSafe for ZwpPointerGestureSwipeV1",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_swipe_v1::ZwpPointerGestureSwipeV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_swipe_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_swipe_v1::Event"]},{text:"impl UnwindSafe for ZwpPointerGesturePinchV1",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_pinch_v1::ZwpPointerGesturePinchV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_pinch_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::pointer_gestures::v1::generated::client::zwp_pointer_gesture_pinch_v1::Event"]},{text:"impl UnwindSafe for ZwpPrimarySelectionDeviceManagerV1",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_manager_v1::ZwpPrimarySelectionDeviceManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpPrimarySelectionDeviceV1",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_v1::ZwpPrimarySelectionDeviceV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_device_v1::Event"]},{text:"impl UnwindSafe for ZwpPrimarySelectionOfferV1",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_offer_v1::ZwpPrimarySelectionOfferV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_offer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_offer_v1::Event"]},{text:"impl UnwindSafe for ZwpPrimarySelectionSourceV1",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_source_v1::ZwpPrimarySelectionSourceV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_source_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::primary_selection::v1::generated::client::zwp_primary_selection_source_v1::Event"]},{text:"impl UnwindSafe for ZwpRelativePointerManagerV1",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_manager_v1::ZwpRelativePointerManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpRelativePointerV1",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_v1::ZwpRelativePointerV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::relative_pointer::v1::generated::client::zwp_relative_pointer_v1::Event"]},{text:"impl UnwindSafe for ZwpTabletManagerV1",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_manager_v1::ZwpTabletManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpTabletSeatV1",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_seat_v1::ZwpTabletSeatV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_seat_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_seat_v1::Event"]},{text:"impl UnwindSafe for ZwpTabletToolV1",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::ZwpTabletToolV1"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::Type"]},{text:"impl UnwindSafe for Capability",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::Capability"]},{text:"impl UnwindSafe for ButtonState",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::ButtonState"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_tool_v1::Event"]},{text:"impl UnwindSafe for ZwpTabletV1",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_v1::ZwpTabletV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v1::generated::client::zwp_tablet_v1::Event"]},{text:"impl UnwindSafe for ZwpTabletManagerV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_manager_v2::ZwpTabletManagerV2"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_manager_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_manager_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletSeatV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_seat_v2::ZwpTabletSeatV2"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_seat_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_seat_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletToolV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::ZwpTabletToolV2"]},{text:"impl UnwindSafe for Type",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::Type"]},{text:"impl UnwindSafe for Capability",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::Capability"]},{text:"impl UnwindSafe for ButtonState",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::ButtonState"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_tool_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_v2::ZwpTabletV2"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletPadRingV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_ring_v2::ZwpTabletPadRingV2"]},{text:"impl UnwindSafe for Source",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_ring_v2::Source"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_ring_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_ring_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletPadStripV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_strip_v2::ZwpTabletPadStripV2"]},{text:"impl UnwindSafe for Source",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_strip_v2::Source"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_strip_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_strip_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletPadGroupV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_group_v2::ZwpTabletPadGroupV2"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_group_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_group_v2::Event"]},{text:"impl UnwindSafe for ZwpTabletPadV2",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_v2::ZwpTabletPadV2"]},{text:"impl UnwindSafe for ButtonState",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_v2::ButtonState"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_v2::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::tablet::v2::generated::client::zwp_tablet_pad_v2::Event"]},{text:"impl UnwindSafe for ZwpTextInputV1",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::ZwpTextInputV1"]},{text:"impl UnwindSafe for ContentHint",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::ContentHint"]},{text:"impl UnwindSafe for ContentPurpose",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::ContentPurpose"]},{text:"impl UnwindSafe for PreeditStyle",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::PreeditStyle"]},{text:"impl UnwindSafe for TextDirection",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::TextDirection"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_v1::Event"]},{text:"impl UnwindSafe for ZwpTextInputManagerV1",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_manager_v1::ZwpTextInputManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::text_input::v1::generated::client::zwp_text_input_manager_v1::Event"]},{text:"impl UnwindSafe for ContentHint",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::ContentHint"]},{text:"impl UnwindSafe for ZwpTextInputV3",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::ZwpTextInputV3"]},{text:"impl UnwindSafe for ChangeCause",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::ChangeCause"]},{text:"impl UnwindSafe for ContentPurpose",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::ContentPurpose"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_v3::Event"]},{text:"impl UnwindSafe for ZwpTextInputManagerV3",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_manager_v3::ZwpTextInputManagerV3"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_manager_v3::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::text_input::v3::generated::client::zwp_text_input_manager_v3::Event"]},{text:"impl UnwindSafe for ZxdgDecorationManagerV1",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_decoration_manager_v1::ZxdgDecorationManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_decoration_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_decoration_manager_v1::Event"]},{text:"impl UnwindSafe for ZxdgToplevelDecorationV1",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_toplevel_decoration_v1::ZxdgToplevelDecorationV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_toplevel_decoration_v1::Error"]},{text:"impl UnwindSafe for Mode",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_toplevel_decoration_v1::Mode"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_toplevel_decoration_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_decoration::v1::generated::client::zxdg_toplevel_decoration_v1::Event"]},{text:"impl UnwindSafe for ZxdgExporterV1",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exporter_v1::ZxdgExporterV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exporter_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exporter_v1::Event"]},{text:"impl UnwindSafe for ZxdgImporterV1",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_importer_v1::ZxdgImporterV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_importer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_importer_v1::Event"]},{text:"impl UnwindSafe for ZxdgExportedV1",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exported_v1::ZxdgExportedV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exported_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_exported_v1::Event"]},{text:"impl UnwindSafe for ZxdgImportedV1",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_imported_v1::ZxdgImportedV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_imported_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v1::generated::client::zxdg_imported_v1::Event"]},{text:"impl UnwindSafe for ZxdgExporterV2",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exporter_v2::ZxdgExporterV2"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exporter_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exporter_v2::Event"]},{text:"impl UnwindSafe for ZxdgImporterV2",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_importer_v2::ZxdgImporterV2"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_importer_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_importer_v2::Event"]},{text:"impl UnwindSafe for ZxdgExportedV2",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exported_v2::ZxdgExportedV2"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exported_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_exported_v2::Event"]},{text:"impl UnwindSafe for ZxdgImportedV2",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_imported_v2::ZxdgImportedV2"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_imported_v2::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_foreign::v2::generated::client::zxdg_imported_v2::Event"]},{text:"impl UnwindSafe for ZxdgOutputManagerV1",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_manager_v1::ZxdgOutputManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_manager_v1::Event"]},{text:"impl UnwindSafe for ZxdgOutputV1",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_v1::ZxdgOutputV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_output::v1::generated::client::zxdg_output_v1::Event"]},{text:"impl UnwindSafe for XdgShell",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_shell::XdgShell"]},{text:"impl UnwindSafe for Version",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_shell::Version"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_shell::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_shell::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_shell::Event"]},{text:"impl UnwindSafe for XdgSurface",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_surface::XdgSurface"]},{text:"impl UnwindSafe for ResizeEdge",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_surface::ResizeEdge"]},{text:"impl UnwindSafe for State",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_surface::State"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_surface::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_surface::Event"]},{text:"impl UnwindSafe for XdgPopup",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_popup::XdgPopup"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_popup::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v5::generated::client::xdg_popup::Event"]},{text:"impl UnwindSafe for ZxdgShellV6",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_shell_v6::ZxdgShellV6"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_shell_v6::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_shell_v6::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_shell_v6::Event"]},{text:"impl UnwindSafe for Anchor",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::Anchor"]},{text:"impl UnwindSafe for Gravity",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::Gravity"]},{text:"impl UnwindSafe for ConstraintAdjustment",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::ConstraintAdjustment"]},{text:"impl UnwindSafe for ZxdgPositionerV6",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::ZxdgPositionerV6"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_positioner_v6::Event"]},{text:"impl UnwindSafe for ZxdgSurfaceV6",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_surface_v6::ZxdgSurfaceV6"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_surface_v6::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_surface_v6::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_surface_v6::Event"]},{text:"impl UnwindSafe for ZxdgToplevelV6",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_toplevel_v6::ZxdgToplevelV6"]},{text:"impl UnwindSafe for ResizeEdge",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_toplevel_v6::ResizeEdge"]},{text:"impl UnwindSafe for State",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_toplevel_v6::State"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_toplevel_v6::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_toplevel_v6::Event"]},{text:"impl UnwindSafe for ZxdgPopupV6",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_popup_v6::ZxdgPopupV6"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_popup_v6::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_popup_v6::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xdg_shell::v6::generated::client::zxdg_popup_v6::Event"]},{text:"impl UnwindSafe for ZwpXwaylandKeyboardGrabManagerV1",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_manager_v1::ZwpXwaylandKeyboardGrabManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_manager_v1::Event"]},{text:"impl UnwindSafe for ZwpXwaylandKeyboardGrabV1",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_v1::ZwpXwaylandKeyboardGrabV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::unstable::xwayland_keyboard_grab::v1::generated::client::zwp_xwayland_keyboard_grab_v1::Event"]},{text:"impl UnwindSafe for ZwlrDataControlManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_manager_v1::ZwlrDataControlManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_manager_v1::Event"]},{text:"impl UnwindSafe for ZwlrDataControlDeviceV1",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_device_v1::ZwlrDataControlDeviceV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_device_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_device_v1::Event"]},{text:"impl UnwindSafe for ZwlrDataControlSourceV1",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_source_v1::ZwlrDataControlSourceV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_source_v1::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_source_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_source_v1::Event"]},{text:"impl UnwindSafe for ZwlrDataControlOfferV1",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_offer_v1::ZwlrDataControlOfferV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_offer_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::data_control::v1::generated::client::zwlr_data_control_offer_v1::Event"]},{text:"impl UnwindSafe for ZwlrExportDmabufManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_manager_v1::ZwlrExportDmabufManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_manager_v1::Event"]},{text:"impl UnwindSafe for ZwlrExportDmabufFrameV1",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_frame_v1::ZwlrExportDmabufFrameV1"]},{text:"impl UnwindSafe for Flags",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_frame_v1::Flags"]},{text:"impl UnwindSafe for CancelReason",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_frame_v1::CancelReason"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_frame_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::export_dmabuf::v1::generated::client::zwlr_export_dmabuf_frame_v1::Event"]},{text:"impl UnwindSafe for ZwlrForeignToplevelManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_manager_v1::ZwlrForeignToplevelManagerV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_manager_v1::Event"]},{text:"impl UnwindSafe for ZwlrForeignToplevelHandleV1",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_handle_v1::ZwlrForeignToplevelHandleV1"]},{text:"impl UnwindSafe for State",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_handle_v1::State"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_handle_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_handle_v1::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::foreign_toplevel::v1::generated::client::zwlr_foreign_toplevel_handle_v1::Event"]},{text:"impl UnwindSafe for ZwlrGammaControlManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_manager_v1::ZwlrGammaControlManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_manager_v1::Event"]},{text:"impl UnwindSafe for ZwlrGammaControlV1",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_v1::ZwlrGammaControlV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_v1::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::gamma_control::v1::generated::client::zwlr_gamma_control_v1::Event"]},{text:"impl UnwindSafe for ZwlrInputInhibitManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibit_manager_v1::ZwlrInputInhibitManagerV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibit_manager_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibit_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibit_manager_v1::Event"]},{text:"impl UnwindSafe for ZwlrInputInhibitorV1",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibitor_v1::ZwlrInputInhibitorV1"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibitor_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::input_inhibitor::v1::generated::client::zwlr_input_inhibitor_v1::Event"]},{text:"impl UnwindSafe for ZwlrLayerShellV1",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_shell_v1::ZwlrLayerShellV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_shell_v1::Error"]},{text:"impl UnwindSafe for Layer",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_shell_v1::Layer"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_shell_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_shell_v1::Event"]},{text:"impl UnwindSafe for Anchor",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_surface_v1::Anchor"]},{text:"impl UnwindSafe for ZwlrLayerSurfaceV1",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_surface_v1::ZwlrLayerSurfaceV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_surface_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_surface_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::layer_shell::v1::generated::client::zwlr_layer_surface_v1::Event"]},{text:"impl UnwindSafe for ZwlrScreencopyManagerV1",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_manager_v1::ZwlrScreencopyManagerV1"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_manager_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_manager_v1::Event"]},{text:"impl UnwindSafe for Flags",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_frame_v1::Flags"]},{text:"impl UnwindSafe for ZwlrScreencopyFrameV1",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_frame_v1::ZwlrScreencopyFrameV1"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_frame_v1::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_frame_v1::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::wlr::unstable::screencopy::v1::generated::client::zwlr_screencopy_frame_v1::Event"]},{text:"impl UnwindSafe for WpPresentation",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation::WpPresentation"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation::Event"]},{text:"impl UnwindSafe for WpPresentationFeedback",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation_feedback::WpPresentationFeedback"]},{text:"impl UnwindSafe for Kind",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation_feedback::Kind"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation_feedback::Request"]},{text:"impl !UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::presentation_time::generated::client::wp_presentation_feedback::Event"]},{text:"impl UnwindSafe for XdgWmBase",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_wm_base::XdgWmBase"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_wm_base::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_wm_base::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_wm_base::Event"]},{text:"impl UnwindSafe for ConstraintAdjustment",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::ConstraintAdjustment"]},{text:"impl UnwindSafe for XdgPositioner",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::XdgPositioner"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::Error"]},{text:"impl UnwindSafe for Anchor",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::Anchor"]},{text:"impl UnwindSafe for Gravity",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::Gravity"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_positioner::Event"]},{text:"impl UnwindSafe for XdgSurface",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_surface::XdgSurface"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_surface::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_surface::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_surface::Event"]},{text:"impl UnwindSafe for XdgToplevel",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_toplevel::XdgToplevel"]},{text:"impl UnwindSafe for ResizeEdge",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_toplevel::ResizeEdge"]},{text:"impl UnwindSafe for State",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_toplevel::State"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_toplevel::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_toplevel::Event"]},{text:"impl UnwindSafe for XdgPopup",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_popup::XdgPopup"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_popup::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_popup::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::xdg_shell::generated::client::xdg_popup::Event"]},{text:"impl UnwindSafe for WpViewporter",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewporter::WpViewporter"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewporter::Error"]},{text:"impl !UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewporter::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewporter::Event"]},{text:"impl UnwindSafe for WpViewport",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewport::WpViewport"]},{text:"impl UnwindSafe for Error",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewport::Error"]},{text:"impl UnwindSafe for Request",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewport::Request"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["wayland_protocols::stable::viewporter::generated::client::wp_viewport::Event"]},];
implementors["wayland_sys"] = [{text:"impl UnwindSafe for wl_message",synthetic:true,types:["wayland_sys::common::wl_message"]},{text:"impl UnwindSafe for wl_interface",synthetic:true,types:["wayland_sys::common::wl_interface"]},{text:"impl UnwindSafe for wl_list",synthetic:true,types:["wayland_sys::common::wl_list"]},{text:"impl UnwindSafe for wl_array",synthetic:true,types:["wayland_sys::common::wl_array"]},{text:"impl UnwindSafe for wl_argument",synthetic:true,types:["wayland_sys::common::wl_argument"]},{text:"impl UnwindSafe for WaylandClient",synthetic:true,types:["wayland_sys::client::WaylandClient"]},{text:"impl UnwindSafe for WAYLAND_CLIENT_OPTION",synthetic:true,types:["wayland_sys::client::WAYLAND_CLIENT_OPTION"]},{text:"impl UnwindSafe for WAYLAND_CLIENT_HANDLE",synthetic:true,types:["wayland_sys::client::WAYLAND_CLIENT_HANDLE"]},{text:"impl UnwindSafe for wl_proxy",synthetic:true,types:["wayland_sys::client::wl_proxy"]},{text:"impl UnwindSafe for wl_display",synthetic:true,types:["wayland_sys::client::wl_display"]},{text:"impl UnwindSafe for wl_event_queue",synthetic:true,types:["wayland_sys::client::wl_event_queue"]},{text:"impl UnwindSafe for WaylandEgl",synthetic:true,types:["wayland_sys::egl::WaylandEgl"]},{text:"impl UnwindSafe for WAYLAND_EGL_OPTION",synthetic:true,types:["wayland_sys::egl::WAYLAND_EGL_OPTION"]},{text:"impl UnwindSafe for WAYLAND_EGL_HANDLE",synthetic:true,types:["wayland_sys::egl::WAYLAND_EGL_HANDLE"]},{text:"impl UnwindSafe for wl_egl_window",synthetic:true,types:["wayland_sys::egl::wl_egl_window"]},{text:"impl UnwindSafe for wl_cursor_image",synthetic:true,types:["wayland_sys::cursor::wl_cursor_image"]},{text:"impl UnwindSafe for wl_cursor",synthetic:true,types:["wayland_sys::cursor::wl_cursor"]},{text:"impl UnwindSafe for WaylandCursor",synthetic:true,types:["wayland_sys::cursor::WaylandCursor"]},{text:"impl UnwindSafe for WAYLAND_CURSOR_OPTION",synthetic:true,types:["wayland_sys::cursor::WAYLAND_CURSOR_OPTION"]},{text:"impl UnwindSafe for WAYLAND_CURSOR_HANDLE",synthetic:true,types:["wayland_sys::cursor::WAYLAND_CURSOR_HANDLE"]},{text:"impl UnwindSafe for wl_cursor_theme",synthetic:true,types:["wayland_sys::cursor::wl_cursor_theme"]},];
implementors["winit"] = [{text:"impl UnwindSafe for KeyboardInput",synthetic:true,types:["winit::events::KeyboardInput"]},{text:"impl UnwindSafe for Touch",synthetic:true,types:["winit::events::Touch"]},{text:"impl UnwindSafe for ModifiersState",synthetic:true,types:["winit::events::ModifiersState"]},{text:"impl !UnwindSafe for AvailableMonitorsIter",synthetic:true,types:["winit::window::AvailableMonitorsIter"]},{text:"impl !UnwindSafe for MonitorId",synthetic:true,types:["winit::window::MonitorId"]},{text:"impl UnwindSafe for Icon",synthetic:true,types:["winit::icon::Icon"]},{text:"impl !UnwindSafe for Window",synthetic:true,types:["winit::Window"]},{text:"impl UnwindSafe for WindowId",synthetic:true,types:["winit::WindowId"]},{text:"impl UnwindSafe for DeviceId",synthetic:true,types:["winit::DeviceId"]},{text:"impl !UnwindSafe for EventsLoop",synthetic:true,types:["winit::EventsLoop"]},{text:"impl !UnwindSafe for EventsLoopProxy",synthetic:true,types:["winit::EventsLoopProxy"]},{text:"impl UnwindSafe for EventsLoopClosed",synthetic:true,types:["winit::EventsLoopClosed"]},{text:"impl !UnwindSafe for WindowBuilder",synthetic:true,types:["winit::WindowBuilder"]},{text:"impl !UnwindSafe for WindowAttributes",synthetic:true,types:["winit::WindowAttributes"]},{text:"impl UnwindSafe for Event",synthetic:true,types:["winit::events::Event"]},{text:"impl UnwindSafe for WindowEvent",synthetic:true,types:["winit::events::WindowEvent"]},{text:"impl UnwindSafe for DeviceEvent",synthetic:true,types:["winit::events::DeviceEvent"]},{text:"impl UnwindSafe for TouchPhase",synthetic:true,types:["winit::events::TouchPhase"]},{text:"impl UnwindSafe for ElementState",synthetic:true,types:["winit::events::ElementState"]},{text:"impl UnwindSafe for MouseButton",synthetic:true,types:["winit::events::MouseButton"]},{text:"impl UnwindSafe for MouseScrollDelta",synthetic:true,types:["winit::events::MouseScrollDelta"]},{text:"impl UnwindSafe for VirtualKeyCode",synthetic:true,types:["winit::events::VirtualKeyCode"]},{text:"impl UnwindSafe for BadIcon",synthetic:true,types:["winit::icon::BadIcon"]},{text:"impl UnwindSafe for ControlFlow",synthetic:true,types:["winit::ControlFlow"]},{text:"impl UnwindSafe for CreationError",synthetic:true,types:["winit::CreationError"]},{text:"impl UnwindSafe for MouseCursor",synthetic:true,types:["winit::MouseCursor"]},{text:"impl UnwindSafe for LogicalPosition",synthetic:true,types:["winit::dpi::LogicalPosition"]},{text:"impl UnwindSafe for PhysicalPosition",synthetic:true,types:["winit::dpi::PhysicalPosition"]},{text:"impl UnwindSafe for LogicalSize",synthetic:true,types:["winit::dpi::LogicalSize"]},{text:"impl UnwindSafe for PhysicalSize",synthetic:true,types:["winit::dpi::PhysicalSize"]},{text:"impl UnwindSafe for XNotSupported",synthetic:true,types:["winit::platform::platform::x11::xdisplay::XNotSupported"]},{text:"impl UnwindSafe for WindowType",synthetic:true,types:["winit::platform::platform::x11::util::hint::WindowType"]},{text:"impl UnwindSafe for WaylandTheme",synthetic:true,types:["winit::os::unix::WaylandTheme"]},];
implementors["x11_dl"] = [{text:"impl UnwindSafe for OpenError",synthetic:true,types:["x11_dl::error::OpenError"]},{text:"impl UnwindSafe for OpenErrorKind",synthetic:true,types:["x11_dl::error::OpenErrorKind"]},{text:"impl UnwindSafe for Xlib",synthetic:true,types:["x11_dl::xlib::Xlib"]},{text:"impl UnwindSafe for _XcmsCCC",synthetic:true,types:["x11_dl::xlib::_XcmsCCC"]},{text:"impl UnwindSafe for XcmsColor",synthetic:true,types:["x11_dl::xlib::XcmsColor"]},{text:"impl UnwindSafe for _XcmsColorSpace",synthetic:true,types:["x11_dl::xlib::_XcmsColorSpace"]},{text:"impl UnwindSafe for _XcmsFunctionSet",synthetic:true,types:["x11_dl::xlib::_XcmsFunctionSet"]},{text:"impl UnwindSafe for _XkbAction",synthetic:true,types:["x11_dl::xlib::_XkbAction"]},{text:"impl UnwindSafe for _XkbBounds",synthetic:true,types:["x11_dl::xlib::_XkbBounds"]},{text:"impl UnwindSafe for _XkbChanges",synthetic:true,types:["x11_dl::xlib::_XkbChanges"]},{text:"impl UnwindSafe for _XkbClientMapRec",synthetic:true,types:["x11_dl::xlib::_XkbClientMapRec"]},{text:"impl UnwindSafe for _XkbColor",synthetic:true,types:["x11_dl::xlib::_XkbColor"]},{text:"impl UnwindSafe for _XkbComponentList",synthetic:true,types:["x11_dl::xlib::_XkbComponentList"]},{text:"impl UnwindSafe for _XkbComponentNames",synthetic:true,types:["x11_dl::xlib::_XkbComponentNames"]},{text:"impl UnwindSafe for _XkbControls",synthetic:true,types:["x11_dl::xlib::_XkbControls"]},{text:"impl UnwindSafe for _XkbControlsChanges",synthetic:true,types:["x11_dl::xlib::_XkbControlsChanges"]},{text:"impl UnwindSafe for _XkbControlsNotify",synthetic:true,types:["x11_dl::xlib::_XkbControlsNotify"]},{text:"impl UnwindSafe for _XkbDeviceChanges",synthetic:true,types:["x11_dl::xlib::_XkbDeviceChanges"]},{text:"impl UnwindSafe for _XkbDeviceInfo",synthetic:true,types:["x11_dl::xlib::_XkbDeviceInfo"]},{text:"impl UnwindSafe for _XkbDeviceLedInfo",synthetic:true,types:["x11_dl::xlib::_XkbDeviceLedInfo"]},{text:"impl UnwindSafe for _XkbDoodad",synthetic:true,types:["x11_dl::xlib::_XkbDoodad"]},{text:"impl UnwindSafe for _XkbExtensionDeviceNotify",synthetic:true,types:["x11_dl::xlib::_XkbExtensionDeviceNotify"]},{text:"impl UnwindSafe for _XkbGeometry",synthetic:true,types:["x11_dl::xlib::_XkbGeometry"]},{text:"impl UnwindSafe for _XkbGeometrySizes",synthetic:true,types:["x11_dl::xlib::_XkbGeometrySizes"]},{text:"impl UnwindSafe for _XkbIndicatorMapRec",synthetic:true,types:["x11_dl::xlib::_XkbIndicatorMapRec"]},{text:"impl UnwindSafe for _XkbKey",synthetic:true,types:["x11_dl::xlib::_XkbKey"]},{text:"impl UnwindSafe for _XkbKeyType",synthetic:true,types:["x11_dl::xlib::_XkbKeyType"]},{text:"impl UnwindSafe for _XkbMapChanges",synthetic:true,types:["x11_dl::xlib::_XkbMapChanges"]},{text:"impl UnwindSafe for _XkbMods",synthetic:true,types:["x11_dl::xlib::_XkbMods"]},{text:"impl UnwindSafe for _XkbNameChanges",synthetic:true,types:["x11_dl::xlib::_XkbNameChanges"]},{text:"impl UnwindSafe for _XkbNamesNotify",synthetic:true,types:["x11_dl::xlib::_XkbNamesNotify"]},{text:"impl UnwindSafe for _XkbOutline",synthetic:true,types:["x11_dl::xlib::_XkbOutline"]},{text:"impl UnwindSafe for _XkbOverlay",synthetic:true,types:["x11_dl::xlib::_XkbOverlay"]},{text:"impl UnwindSafe for _XkbOverlayKey",synthetic:true,types:["x11_dl::xlib::_XkbOverlayKey"]},{text:"impl UnwindSafe for _XkbOverlayRow",synthetic:true,types:["x11_dl::xlib::_XkbOverlayRow"]},{text:"impl UnwindSafe for _XkbProperty",synthetic:true,types:["x11_dl::xlib::_XkbProperty"]},{text:"impl UnwindSafe for _XkbRow",synthetic:true,types:["x11_dl::xlib::_XkbRow"]},{text:"impl UnwindSafe for _XkbSection",synthetic:true,types:["x11_dl::xlib::_XkbSection"]},{text:"impl UnwindSafe for _XkbServerMapRec",synthetic:true,types:["x11_dl::xlib::_XkbServerMapRec"]},{text:"impl UnwindSafe for _XkbShape",synthetic:true,types:["x11_dl::xlib::_XkbShape"]},{text:"impl UnwindSafe for _XkbStateRec",synthetic:true,types:["x11_dl::xlib::_XkbStateRec"]},{text:"impl UnwindSafe for _XkbSymInterpretRec",synthetic:true,types:["x11_dl::xlib::_XkbSymInterpretRec"]},{text:"impl UnwindSafe for XAnyEvent",synthetic:true,types:["x11_dl::xlib::XAnyEvent"]},{text:"impl UnwindSafe for XButtonEvent",synthetic:true,types:["x11_dl::xlib::XButtonEvent"]},{text:"impl UnwindSafe for XCirculateEvent",synthetic:true,types:["x11_dl::xlib::XCirculateEvent"]},{text:"impl UnwindSafe for XCirculateRequestEvent",synthetic:true,types:["x11_dl::xlib::XCirculateRequestEvent"]},{text:"impl UnwindSafe for XClientMessageEvent",synthetic:true,types:["x11_dl::xlib::XClientMessageEvent"]},{text:"impl UnwindSafe for XColormapEvent",synthetic:true,types:["x11_dl::xlib::XColormapEvent"]},{text:"impl UnwindSafe for XConfigureEvent",synthetic:true,types:["x11_dl::xlib::XConfigureEvent"]},{text:"impl UnwindSafe for XConfigureRequestEvent",synthetic:true,types:["x11_dl::xlib::XConfigureRequestEvent"]},{text:"impl UnwindSafe for XCreateWindowEvent",synthetic:true,types:["x11_dl::xlib::XCreateWindowEvent"]},{text:"impl UnwindSafe for XCrossingEvent",synthetic:true,types:["x11_dl::xlib::XCrossingEvent"]},{text:"impl UnwindSafe for XDestroyWindowEvent",synthetic:true,types:["x11_dl::xlib::XDestroyWindowEvent"]},{text:"impl UnwindSafe for XErrorEvent",synthetic:true,types:["x11_dl::xlib::XErrorEvent"]},{text:"impl UnwindSafe for XExposeEvent",synthetic:true,types:["x11_dl::xlib::XExposeEvent"]},{text:"impl UnwindSafe for XFocusChangeEvent",synthetic:true,types:["x11_dl::xlib::XFocusChangeEvent"]},{text:"impl UnwindSafe for XGraphicsExposeEvent",synthetic:true,types:["x11_dl::xlib::XGraphicsExposeEvent"]},{text:"impl UnwindSafe for XGravityEvent",synthetic:true,types:["x11_dl::xlib::XGravityEvent"]},{text:"impl UnwindSafe for XKeyEvent",synthetic:true,types:["x11_dl::xlib::XKeyEvent"]},{text:"impl UnwindSafe for XKeymapEvent",synthetic:true,types:["x11_dl::xlib::XKeymapEvent"]},{text:"impl UnwindSafe for XMapEvent",synthetic:true,types:["x11_dl::xlib::XMapEvent"]},{text:"impl UnwindSafe for XMappingEvent",synthetic:true,types:["x11_dl::xlib::XMappingEvent"]},{text:"impl UnwindSafe for XMapRequestEvent",synthetic:true,types:["x11_dl::xlib::XMapRequestEvent"]},{text:"impl UnwindSafe for XMotionEvent",synthetic:true,types:["x11_dl::xlib::XMotionEvent"]},{text:"impl UnwindSafe for XNoExposeEvent",synthetic:true,types:["x11_dl::xlib::XNoExposeEvent"]},{text:"impl UnwindSafe for XPropertyEvent",synthetic:true,types:["x11_dl::xlib::XPropertyEvent"]},{text:"impl UnwindSafe for XReparentEvent",synthetic:true,types:["x11_dl::xlib::XReparentEvent"]},{text:"impl UnwindSafe for XResizeRequestEvent",synthetic:true,types:["x11_dl::xlib::XResizeRequestEvent"]},{text:"impl UnwindSafe for XSelectionClearEvent",synthetic:true,types:["x11_dl::xlib::XSelectionClearEvent"]},{text:"impl UnwindSafe for XSelectionEvent",synthetic:true,types:["x11_dl::xlib::XSelectionEvent"]},{text:"impl UnwindSafe for XSelectionRequestEvent",synthetic:true,types:["x11_dl::xlib::XSelectionRequestEvent"]},{text:"impl UnwindSafe for XUnmapEvent",synthetic:true,types:["x11_dl::xlib::XUnmapEvent"]},{text:"impl UnwindSafe for XVisibilityEvent",synthetic:true,types:["x11_dl::xlib::XVisibilityEvent"]},{text:"impl UnwindSafe for _XkbCompatMapRec",synthetic:true,types:["x11_dl::xlib::_XkbCompatMapRec"]},{text:"impl UnwindSafe for _XkbDesc",synthetic:true,types:["x11_dl::xlib::_XkbDesc"]},{text:"impl UnwindSafe for _XkbIndicatorRec",synthetic:true,types:["x11_dl::xlib::_XkbIndicatorRec"]},{text:"impl UnwindSafe for _XkbKeyAliasRec",synthetic:true,types:["x11_dl::xlib::_XkbKeyAliasRec"]},{text:"impl UnwindSafe for _XkbKeyNameRec",synthetic:true,types:["x11_dl::xlib::_XkbKeyNameRec"]},{text:"impl UnwindSafe for _XkbNamesRec",synthetic:true,types:["x11_dl::xlib::_XkbNamesRec"]},{text:"impl UnwindSafe for XkbAnyEvent",synthetic:true,types:["x11_dl::xlib::XkbAnyEvent"]},{text:"impl UnwindSafe for XkbNewKeyboardNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbNewKeyboardNotifyEvent"]},{text:"impl UnwindSafe for _XkbMapNotifyEvent",synthetic:true,types:["x11_dl::xlib::_XkbMapNotifyEvent"]},{text:"impl UnwindSafe for XkbStateNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbStateNotifyEvent"]},{text:"impl UnwindSafe for _XkbControlsNotifyEvent",synthetic:true,types:["x11_dl::xlib::_XkbControlsNotifyEvent"]},{text:"impl UnwindSafe for XkbIndicatorNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbIndicatorNotifyEvent"]},{text:"impl UnwindSafe for _XkbNamesNotifyEvent",synthetic:true,types:["x11_dl::xlib::_XkbNamesNotifyEvent"]},{text:"impl UnwindSafe for XkbCompatMapNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbCompatMapNotifyEvent"]},{text:"impl UnwindSafe for XkbBellNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbBellNotifyEvent"]},{text:"impl UnwindSafe for XkbActionMessageEvent",synthetic:true,types:["x11_dl::xlib::XkbActionMessageEvent"]},{text:"impl UnwindSafe for XkbAccessXNotifyEvent",synthetic:true,types:["x11_dl::xlib::XkbAccessXNotifyEvent"]},{text:"impl UnwindSafe for _XkbExtensionDeviceNotifyEvent",synthetic:true,types:["x11_dl::xlib::_XkbExtensionDeviceNotifyEvent"]},{text:"impl UnwindSafe for XkbEvent",synthetic:true,types:["x11_dl::xlib::XkbEvent"]},{text:"impl UnwindSafe for Depth",synthetic:true,types:["x11_dl::xlib::Depth"]},{text:"impl UnwindSafe for Screen",synthetic:true,types:["x11_dl::xlib::Screen"]},{text:"impl UnwindSafe for ScreenFormat",synthetic:true,types:["x11_dl::xlib::ScreenFormat"]},{text:"impl UnwindSafe for Visual",synthetic:true,types:["x11_dl::xlib::Visual"]},{text:"impl UnwindSafe for XArc",synthetic:true,types:["x11_dl::xlib::XArc"]},{text:"impl UnwindSafe for XChar2b",synthetic:true,types:["x11_dl::xlib::XChar2b"]},{text:"impl UnwindSafe for XCharStruct",synthetic:true,types:["x11_dl::xlib::XCharStruct"]},{text:"impl UnwindSafe for XClassHint",synthetic:true,types:["x11_dl::xlib::XClassHint"]},{text:"impl UnwindSafe for XColor",synthetic:true,types:["x11_dl::xlib::XColor"]},{text:"impl UnwindSafe for XComposeStatus",synthetic:true,types:["x11_dl::xlib::XComposeStatus"]},{text:"impl UnwindSafe for XExtCodes",synthetic:true,types:["x11_dl::xlib::XExtCodes"]},{text:"impl UnwindSafe for XExtData",synthetic:true,types:["x11_dl::xlib::XExtData"]},{text:"impl UnwindSafe for XFontProp",synthetic:true,types:["x11_dl::xlib::XFontProp"]},{text:"impl UnwindSafe for XFontSetExtents",synthetic:true,types:["x11_dl::xlib::XFontSetExtents"]},{text:"impl UnwindSafe for XFontStruct",synthetic:true,types:["x11_dl::xlib::XFontStruct"]},{text:"impl UnwindSafe for XGCValues",synthetic:true,types:["x11_dl::xlib::XGCValues"]},{text:"impl UnwindSafe for XGenericEventCookie",synthetic:true,types:["x11_dl::xlib::XGenericEventCookie"]},{text:"impl UnwindSafe for XHostAddress",synthetic:true,types:["x11_dl::xlib::XHostAddress"]},{text:"impl UnwindSafe for XIconSize",synthetic:true,types:["x11_dl::xlib::XIconSize"]},{text:"impl UnwindSafe for XImage",synthetic:true,types:["x11_dl::xlib::XImage"]},{text:"impl UnwindSafe for XKeyboardControl",synthetic:true,types:["x11_dl::xlib::XKeyboardControl"]},{text:"impl UnwindSafe for XKeyboardState",synthetic:true,types:["x11_dl::xlib::XKeyboardState"]},{text:"impl UnwindSafe for XmbTextItem",synthetic:true,types:["x11_dl::xlib::XmbTextItem"]},{text:"impl UnwindSafe for XModifierKeymap",synthetic:true,types:["x11_dl::xlib::XModifierKeymap"]},{text:"impl UnwindSafe for XOMCharSetList",synthetic:true,types:["x11_dl::xlib::XOMCharSetList"]},{text:"impl UnwindSafe for XPixmapFormatValues",synthetic:true,types:["x11_dl::xlib::XPixmapFormatValues"]},{text:"impl UnwindSafe for XPoint",synthetic:true,types:["x11_dl::xlib::XPoint"]},{text:"impl UnwindSafe for XRectangle",synthetic:true,types:["x11_dl::xlib::XRectangle"]},{text:"impl UnwindSafe for XrmOptionDescRec",synthetic:true,types:["x11_dl::xlib::XrmOptionDescRec"]},{text:"impl UnwindSafe for XrmValue",synthetic:true,types:["x11_dl::xlib::XrmValue"]},{text:"impl UnwindSafe for XSegment",synthetic:true,types:["x11_dl::xlib::XSegment"]},{text:"impl UnwindSafe for XSetWindowAttributes",synthetic:true,types:["x11_dl::xlib::XSetWindowAttributes"]},{text:"impl UnwindSafe for XSizeHints",synthetic:true,types:["x11_dl::xlib::XSizeHints"]},{text:"impl UnwindSafe for XStandardColormap",synthetic:true,types:["x11_dl::xlib::XStandardColormap"]},{text:"impl UnwindSafe for XTextItem",synthetic:true,types:["x11_dl::xlib::XTextItem"]},{text:"impl UnwindSafe for XTextItem16",synthetic:true,types:["x11_dl::xlib::XTextItem16"]},{text:"impl UnwindSafe for XTextProperty",synthetic:true,types:["x11_dl::xlib::XTextProperty"]},{text:"impl UnwindSafe for XTimeCoord",synthetic:true,types:["x11_dl::xlib::XTimeCoord"]},{text:"impl UnwindSafe for XVisualInfo",synthetic:true,types:["x11_dl::xlib::XVisualInfo"]},{text:"impl UnwindSafe for XwcTextItem",synthetic:true,types:["x11_dl::xlib::XwcTextItem"]},{text:"impl UnwindSafe for XWindowAttributes",synthetic:true,types:["x11_dl::xlib::XWindowAttributes"]},{text:"impl UnwindSafe for XWindowChanges",synthetic:true,types:["x11_dl::xlib::XWindowChanges"]},{text:"impl UnwindSafe for XWMHints",synthetic:true,types:["x11_dl::xlib::XWMHints"]},{text:"impl UnwindSafe for XIMCallback",synthetic:true,types:["x11_dl::xlib::XIMCallback"]},{text:"impl UnwindSafe for XICCallback",synthetic:true,types:["x11_dl::xlib::XICCallback"]},{text:"impl UnwindSafe for AspectRatio",synthetic:true,types:["x11_dl::xlib::AspectRatio"]},{text:"impl UnwindSafe for ClientMessageData",synthetic:true,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl UnwindSafe for ImageFns",synthetic:true,types:["x11_dl::xlib::ImageFns"]},{text:"impl UnwindSafe for XEvent",synthetic:true,types:["x11_dl::xlib::XEvent"]},{text:"impl UnwindSafe for _XDisplay",synthetic:true,types:["x11_dl::xlib::_XDisplay"]},{text:"impl UnwindSafe for xError",synthetic:true,types:["x11_dl::xlib::xError"]},{text:"impl UnwindSafe for xEvent",synthetic:true,types:["x11_dl::xlib::xEvent"]},{text:"impl UnwindSafe for _XGC",synthetic:true,types:["x11_dl::xlib::_XGC"]},{text:"impl UnwindSafe for _XIC",synthetic:true,types:["x11_dl::xlib::_XIC"]},{text:"impl UnwindSafe for _XIM",synthetic:true,types:["x11_dl::xlib::_XIM"]},{text:"impl UnwindSafe for _XRegion",synthetic:true,types:["x11_dl::xlib::_XRegion"]},{text:"impl UnwindSafe for _XOC",synthetic:true,types:["x11_dl::xlib::_XOC"]},{text:"impl UnwindSafe for _XOM",synthetic:true,types:["x11_dl::xlib::_XOM"]},{text:"impl UnwindSafe for _XrmHashBucketRec",synthetic:true,types:["x11_dl::xlib::_XrmHashBucketRec"]},{text:"impl UnwindSafe for XkbKbdDpyStateRec",synthetic:true,types:["x11_dl::xlib::XkbKbdDpyStateRec"]},{text:"impl UnwindSafe for Xext",synthetic:true,types:["x11_dl::dpms::Xext"]},{text:"impl UnwindSafe for Glx",synthetic:true,types:["x11_dl::glx::Glx"]},{text:"impl UnwindSafe for __GLXcontextRec",synthetic:true,types:["x11_dl::glx::__GLXcontextRec"]},{text:"impl UnwindSafe for __GLXFBConfigRec",synthetic:true,types:["x11_dl::glx::__GLXFBConfigRec"]},{text:"impl UnwindSafe for Xcursor",synthetic:true,types:["x11_dl::xcursor::Xcursor"]},{text:"impl UnwindSafe for _XcursorAnimate",synthetic:true,types:["x11_dl::xcursor::_XcursorAnimate"]},{text:"impl UnwindSafe for _XcursorChunkHeader",synthetic:true,types:["x11_dl::xcursor::_XcursorChunkHeader"]},{text:"impl UnwindSafe for _XcursorComment",synthetic:true,types:["x11_dl::xcursor::_XcursorComment"]},{text:"impl UnwindSafe for _XcursorComments",synthetic:true,types:["x11_dl::xcursor::_XcursorComments"]},{text:"impl UnwindSafe for _XcursorCursors",synthetic:true,types:["x11_dl::xcursor::_XcursorCursors"]},{text:"impl UnwindSafe for _XcursorFile",synthetic:true,types:["x11_dl::xcursor::_XcursorFile"]},{text:"impl UnwindSafe for _XcursorFileHeader",synthetic:true,types:["x11_dl::xcursor::_XcursorFileHeader"]},{text:"impl UnwindSafe for _XcursorFileToc",synthetic:true,types:["x11_dl::xcursor::_XcursorFileToc"]},{text:"impl UnwindSafe for _XcursorImage",synthetic:true,types:["x11_dl::xcursor::_XcursorImage"]},{text:"impl UnwindSafe for _XcursorImages",synthetic:true,types:["x11_dl::xcursor::_XcursorImages"]},{text:"impl UnwindSafe for Xf86vmode",synthetic:true,types:["x11_dl::xf86vmode::Xf86vmode"]},{text:"impl UnwindSafe for XF86VidModeGamma",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeGamma"]},{text:"impl UnwindSafe for XF86VidModeModeInfo",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeModeInfo"]},{text:"impl UnwindSafe for XF86VidModeModeLine",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeModeLine"]},{text:"impl UnwindSafe for XF86VidModeMonitor",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeMonitor"]},{text:"impl UnwindSafe for XF86VidModeSyncRange",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeSyncRange"]},{text:"impl UnwindSafe for XF86VidModeNotifyEvent",synthetic:true,types:["x11_dl::xf86vmode::XF86VidModeNotifyEvent"]},{text:"impl UnwindSafe for Xft",synthetic:true,types:["x11_dl::xft::Xft"]},{text:"impl UnwindSafe for XftFont",synthetic:true,types:["x11_dl::xft::XftFont"]},{text:"impl UnwindSafe for XftColor",synthetic:true,types:["x11_dl::xft::XftColor"]},{text:"impl UnwindSafe for XftCharSpec",synthetic:true,types:["x11_dl::xft::XftCharSpec"]},{text:"impl UnwindSafe for XftCharFontSpec",synthetic:true,types:["x11_dl::xft::XftCharFontSpec"]},{text:"impl UnwindSafe for XftFontSet",synthetic:true,types:["x11_dl::xft::XftFontSet"]},{text:"impl UnwindSafe for XftGlyphSpec",synthetic:true,types:["x11_dl::xft::XftGlyphSpec"]},{text:"impl UnwindSafe for XftGlyphFontSpec",synthetic:true,types:["x11_dl::xft::XftGlyphFontSpec"]},{text:"impl UnwindSafe for FT_FaceRec",synthetic:true,types:["x11_dl::xft::FT_FaceRec"]},{text:"impl UnwindSafe for FcCharSet",synthetic:true,types:["x11_dl::xft::FcCharSet"]},{text:"impl UnwindSafe for FcPattern",synthetic:true,types:["x11_dl::xft::FcPattern"]},{text:"impl UnwindSafe for FcEndian",synthetic:true,types:["x11_dl::xft::FcEndian"]},{text:"impl UnwindSafe for FcResult",synthetic:true,types:["x11_dl::xft::FcResult"]},{text:"impl UnwindSafe for XftFontInfo",synthetic:true,types:["x11_dl::xft::XftFontInfo"]},{text:"impl UnwindSafe for XftDraw",synthetic:true,types:["x11_dl::xft::XftDraw"]},{text:"impl UnwindSafe for XftPattern",synthetic:true,types:["x11_dl::xft::XftPattern"]},{text:"impl UnwindSafe for Xlib",synthetic:true,types:["x11_dl::xinerama::Xlib"]},{text:"impl UnwindSafe for XineramaScreenInfo",synthetic:true,types:["x11_dl::xinerama::XineramaScreenInfo"]},{text:"impl UnwindSafe for XPanoramiXInfo",synthetic:true,types:["x11_dl::xinerama::XPanoramiXInfo"]},{text:"impl UnwindSafe for XInput",synthetic:true,types:["x11_dl::xinput::XInput"]},{text:"impl UnwindSafe for XDevice",synthetic:true,types:["x11_dl::xinput::XDevice"]},{text:"impl UnwindSafe for XDeviceControl",synthetic:true,types:["x11_dl::xinput::XDeviceControl"]},{text:"impl UnwindSafe for XDeviceInfo",synthetic:true,types:["x11_dl::xinput::XDeviceInfo"]},{text:"impl UnwindSafe for XDeviceState",synthetic:true,types:["x11_dl::xinput::XDeviceState"]},{text:"impl UnwindSafe for XDeviceTimeCoord",synthetic:true,types:["x11_dl::xinput::XDeviceTimeCoord"]},{text:"impl UnwindSafe for XExtensionVersion",synthetic:true,types:["x11_dl::xinput::XExtensionVersion"]},{text:"impl UnwindSafe for XFeedbackControl",synthetic:true,types:["x11_dl::xinput::XFeedbackControl"]},{text:"impl UnwindSafe for XFeedbackState",synthetic:true,types:["x11_dl::xinput::XFeedbackState"]},{text:"impl UnwindSafe for XInputClass",synthetic:true,types:["x11_dl::xinput::XInputClass"]},{text:"impl UnwindSafe for XInputClassInfo",synthetic:true,types:["x11_dl::xinput::XInputClassInfo"]},{text:"impl UnwindSafe for _XAnyClassinfo",synthetic:true,types:["x11_dl::xinput::_XAnyClassinfo"]},{text:"impl UnwindSafe for XInput2",synthetic:true,types:["x11_dl::xinput2::XInput2"]},{text:"impl UnwindSafe for XIAddMasterInfo",synthetic:true,types:["x11_dl::xinput2::XIAddMasterInfo"]},{text:"impl UnwindSafe for XIRemoveMasterInfo",synthetic:true,types:["x11_dl::xinput2::XIRemoveMasterInfo"]},{text:"impl UnwindSafe for XIAttachSlaveInfo",synthetic:true,types:["x11_dl::xinput2::XIAttachSlaveInfo"]},{text:"impl UnwindSafe for XIDetachSlaveInfo",synthetic:true,types:["x11_dl::xinput2::XIDetachSlaveInfo"]},{text:"impl UnwindSafe for XIAnyHierarchyChangeInfo",synthetic:true,types:["x11_dl::xinput2::XIAnyHierarchyChangeInfo"]},{text:"impl UnwindSafe for XIModifierState",synthetic:true,types:["x11_dl::xinput2::XIModifierState"]},{text:"impl UnwindSafe for XIButtonState",synthetic:true,types:["x11_dl::xinput2::XIButtonState"]},{text:"impl UnwindSafe for XIValuatorState",synthetic:true,types:["x11_dl::xinput2::XIValuatorState"]},{text:"impl UnwindSafe for XIEventMask",synthetic:true,types:["x11_dl::xinput2::XIEventMask"]},{text:"impl UnwindSafe for XIAnyClassInfo",synthetic:true,types:["x11_dl::xinput2::XIAnyClassInfo"]},{text:"impl UnwindSafe for XIButtonClassInfo",synthetic:true,types:["x11_dl::xinput2::XIButtonClassInfo"]},{text:"impl UnwindSafe for XIKeyClassInfo",synthetic:true,types:["x11_dl::xinput2::XIKeyClassInfo"]},{text:"impl UnwindSafe for XIValuatorClassInfo",synthetic:true,types:["x11_dl::xinput2::XIValuatorClassInfo"]},{text:"impl UnwindSafe for XIScrollClassInfo",synthetic:true,types:["x11_dl::xinput2::XIScrollClassInfo"]},{text:"impl UnwindSafe for XITouchClassInfo",synthetic:true,types:["x11_dl::xinput2::XITouchClassInfo"]},{text:"impl UnwindSafe for XIDeviceInfo",synthetic:true,types:["x11_dl::xinput2::XIDeviceInfo"]},{text:"impl UnwindSafe for XIGrabModifiers",synthetic:true,types:["x11_dl::xinput2::XIGrabModifiers"]},{text:"impl UnwindSafe for XIBarrierReleasePointerInfo",synthetic:true,types:["x11_dl::xinput2::XIBarrierReleasePointerInfo"]},{text:"impl UnwindSafe for XIEvent",synthetic:true,types:["x11_dl::xinput2::XIEvent"]},{text:"impl UnwindSafe for XIHierarchyInfo",synthetic:true,types:["x11_dl::xinput2::XIHierarchyInfo"]},{text:"impl UnwindSafe for XIHierarchyEvent",synthetic:true,types:["x11_dl::xinput2::XIHierarchyEvent"]},{text:"impl UnwindSafe for XIDeviceChangedEvent",synthetic:true,types:["x11_dl::xinput2::XIDeviceChangedEvent"]},{text:"impl UnwindSafe for XIDeviceEvent",synthetic:true,types:["x11_dl::xinput2::XIDeviceEvent"]},{text:"impl UnwindSafe for XIRawEvent",synthetic:true,types:["x11_dl::xinput2::XIRawEvent"]},{text:"impl UnwindSafe for XIEnterEvent",synthetic:true,types:["x11_dl::xinput2::XIEnterEvent"]},{text:"impl UnwindSafe for XIPropertyEvent",synthetic:true,types:["x11_dl::xinput2::XIPropertyEvent"]},{text:"impl UnwindSafe for XITouchOwnershipEvent",synthetic:true,types:["x11_dl::xinput2::XITouchOwnershipEvent"]},{text:"impl UnwindSafe for XIBarrierEvent",synthetic:true,types:["x11_dl::xinput2::XIBarrierEvent"]},{text:"impl UnwindSafe for Xmu",synthetic:true,types:["x11_dl::xmu::Xmu"]},{text:"impl UnwindSafe for _AtomRec",synthetic:true,types:["x11_dl::xmu::_AtomRec"]},{text:"impl UnwindSafe for _XmuArea",synthetic:true,types:["x11_dl::xmu::_XmuArea"]},{text:"impl UnwindSafe for _XmuDisplayQueue",synthetic:true,types:["x11_dl::xmu::_XmuDisplayQueue"]},{text:"impl UnwindSafe for _XmuDisplayQueueEntry",synthetic:true,types:["x11_dl::xmu::_XmuDisplayQueueEntry"]},{text:"impl UnwindSafe for _XmuScanline",synthetic:true,types:["x11_dl::xmu::_XmuScanline"]},{text:"impl UnwindSafe for _XmuSegment",synthetic:true,types:["x11_dl::xmu::_XmuSegment"]},{text:"impl UnwindSafe for _XmuWidgetNode",synthetic:true,types:["x11_dl::xmu::_XmuWidgetNode"]},{text:"impl UnwindSafe for Xf86vmode",synthetic:true,types:["x11_dl::xrecord::Xf86vmode"]},{text:"impl UnwindSafe for XRecordClientInfo",synthetic:true,types:["x11_dl::xrecord::XRecordClientInfo"]},{text:"impl UnwindSafe for XRecordExtRange",synthetic:true,types:["x11_dl::xrecord::XRecordExtRange"]},{text:"impl UnwindSafe for XRecordInterceptData",synthetic:true,types:["x11_dl::xrecord::XRecordInterceptData"]},{text:"impl UnwindSafe for XRecordRange",synthetic:true,types:["x11_dl::xrecord::XRecordRange"]},{text:"impl UnwindSafe for XRecordRange8",synthetic:true,types:["x11_dl::xrecord::XRecordRange8"]},{text:"impl UnwindSafe for XRecordRange16",synthetic:true,types:["x11_dl::xrecord::XRecordRange16"]},{text:"impl UnwindSafe for XRecordState",synthetic:true,types:["x11_dl::xrecord::XRecordState"]},{text:"impl UnwindSafe for Xrender",synthetic:true,types:["x11_dl::xrender::Xrender"]},{text:"impl UnwindSafe for _XAnimCursor",synthetic:true,types:["x11_dl::xrender::_XAnimCursor"]},{text:"impl UnwindSafe for _XCircle",synthetic:true,types:["x11_dl::xrender::_XCircle"]},{text:"impl UnwindSafe for _XConicalGradient",synthetic:true,types:["x11_dl::xrender::_XConicalGradient"]},{text:"impl UnwindSafe for _XFilters",synthetic:true,types:["x11_dl::xrender::_XFilters"]},{text:"impl UnwindSafe for _XGlyphElt8",synthetic:true,types:["x11_dl::xrender::_XGlyphElt8"]},{text:"impl UnwindSafe for _XGlyphElt16",synthetic:true,types:["x11_dl::xrender::_XGlyphElt16"]},{text:"impl UnwindSafe for _XGlyphElt32",synthetic:true,types:["x11_dl::xrender::_XGlyphElt32"]},{text:"impl UnwindSafe for _XGlyphInfo",synthetic:true,types:["x11_dl::xrender::_XGlyphInfo"]},{text:"impl UnwindSafe for _XIndexValue",synthetic:true,types:["x11_dl::xrender::_XIndexValue"]},{text:"impl UnwindSafe for _XLinearGradient",synthetic:true,types:["x11_dl::xrender::_XLinearGradient"]},{text:"impl UnwindSafe for _XLineFixed",synthetic:true,types:["x11_dl::xrender::_XLineFixed"]},{text:"impl UnwindSafe for _XPointDouble",synthetic:true,types:["x11_dl::xrender::_XPointDouble"]},{text:"impl UnwindSafe for _XPointFixed",synthetic:true,types:["x11_dl::xrender::_XPointFixed"]},{text:"impl UnwindSafe for _XRadialGradient",synthetic:true,types:["x11_dl::xrender::_XRadialGradient"]},{text:"impl UnwindSafe for XRenderColor",synthetic:true,types:["x11_dl::xrender::XRenderColor"]},{text:"impl UnwindSafe for XRenderDirectFormat",synthetic:true,types:["x11_dl::xrender::XRenderDirectFormat"]},{text:"impl UnwindSafe for XRenderPictFormat",synthetic:true,types:["x11_dl::xrender::XRenderPictFormat"]},{text:"impl UnwindSafe for _XRenderPictureAttributes",synthetic:true,types:["x11_dl::xrender::_XRenderPictureAttributes"]},{text:"impl UnwindSafe for _XSpanFix",synthetic:true,types:["x11_dl::xrender::_XSpanFix"]},{text:"impl UnwindSafe for _XTrap",synthetic:true,types:["x11_dl::xrender::_XTrap"]},{text:"impl UnwindSafe for _XTrapezoid",synthetic:true,types:["x11_dl::xrender::_XTrapezoid"]},{text:"impl UnwindSafe for _XTriangle",synthetic:true,types:["x11_dl::xrender::_XTriangle"]},{text:"impl UnwindSafe for _XTransform",synthetic:true,types:["x11_dl::xrender::_XTransform"]},{text:"impl UnwindSafe for Xss",synthetic:true,types:["x11_dl::xss::Xss"]},{text:"impl UnwindSafe for XScreenSaverInfo",synthetic:true,types:["x11_dl::xss::XScreenSaverInfo"]},{text:"impl UnwindSafe for XScreenSaverNotifyEvent",synthetic:true,types:["x11_dl::xss::XScreenSaverNotifyEvent"]},{text:"impl UnwindSafe for Xt",synthetic:true,types:["x11_dl::xt::Xt"]},{text:"impl UnwindSafe for Arg",synthetic:true,types:["x11_dl::xt::Arg"]},{text:"impl UnwindSafe for SubstitutionRec",synthetic:true,types:["x11_dl::xt::SubstitutionRec"]},{text:"impl UnwindSafe for _TranslationData",synthetic:true,types:["x11_dl::xt::_TranslationData"]},{text:"impl UnwindSafe for _WidgetClassRec",synthetic:true,types:["x11_dl::xt::_WidgetClassRec"]},{text:"impl UnwindSafe for _WidgetRec",synthetic:true,types:["x11_dl::xt::_WidgetRec"]},{text:"impl UnwindSafe for _XtActionsRec",synthetic:true,types:["x11_dl::xt::_XtActionsRec"]},{text:"impl UnwindSafe for _XtAppStruct",synthetic:true,types:["x11_dl::xt::_XtAppStruct"]},{text:"impl UnwindSafe for _XtCallbackRec",synthetic:true,types:["x11_dl::xt::_XtCallbackRec"]},{text:"impl UnwindSafe for _XtCheckpointTokenRec",synthetic:true,types:["x11_dl::xt::_XtCheckpointTokenRec"]},{text:"impl UnwindSafe for XtConvertArgRec",synthetic:true,types:["x11_dl::xt::XtConvertArgRec"]},{text:"impl UnwindSafe for _XtResource",synthetic:true,types:["x11_dl::xt::_XtResource"]},{text:"impl UnwindSafe for XtWidgetGeometry",synthetic:true,types:["x11_dl::xt::XtWidgetGeometry"]},{text:"impl UnwindSafe for Xf86vmode",synthetic:true,types:["x11_dl::xtest::Xf86vmode"]},{text:"impl UnwindSafe for Xlib_xcb",synthetic:true,types:["x11_dl::xlib_xcb::Xlib_xcb"]},{text:"impl UnwindSafe for Xrandr",synthetic:true,types:["x11_dl::xrandr::Xrandr"]},{text:"impl UnwindSafe for XRRScreenSize",synthetic:true,types:["x11_dl::xrandr::XRRScreenSize"]},{text:"impl UnwindSafe for XRRScreenConfiguration",synthetic:true,types:["x11_dl::xrandr::XRRScreenConfiguration"]},{text:"impl UnwindSafe for XRRModeInfo",synthetic:true,types:["x11_dl::xrandr::XRRModeInfo"]},{text:"impl UnwindSafe for XRRScreenResources",synthetic:true,types:["x11_dl::xrandr::XRRScreenResources"]},{text:"impl UnwindSafe for XRROutputInfo",synthetic:true,types:["x11_dl::xrandr::XRROutputInfo"]},{text:"impl UnwindSafe for XRRPropertyInfo",synthetic:true,types:["x11_dl::xrandr::XRRPropertyInfo"]},{text:"impl UnwindSafe for XRRCrtcInfo",synthetic:true,types:["x11_dl::xrandr::XRRCrtcInfo"]},{text:"impl UnwindSafe for XRRCrtcGamma",synthetic:true,types:["x11_dl::xrandr::XRRCrtcGamma"]},{text:"impl UnwindSafe for XRRCrtcTransformAttributes",synthetic:true,types:["x11_dl::xrandr::XRRCrtcTransformAttributes"]},{text:"impl UnwindSafe for XRRPanning",synthetic:true,types:["x11_dl::xrandr::XRRPanning"]},{text:"impl UnwindSafe for XRRProviderResources",synthetic:true,types:["x11_dl::xrandr::XRRProviderResources"]},{text:"impl UnwindSafe for XRRProviderInfo",synthetic:true,types:["x11_dl::xrandr::XRRProviderInfo"]},{text:"impl UnwindSafe for XRRMonitorInfo",synthetic:true,types:["x11_dl::xrandr::XRRMonitorInfo"]},{text:"impl UnwindSafe for XRRScreenChangeNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRScreenChangeNotifyEvent"]},{text:"impl UnwindSafe for XRRNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRNotifyEvent"]},{text:"impl UnwindSafe for XRROutputChangeNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRROutputChangeNotifyEvent"]},{text:"impl UnwindSafe for XRRCrtcChangeNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRCrtcChangeNotifyEvent"]},{text:"impl UnwindSafe for XRROutputPropertyNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRROutputPropertyNotifyEvent"]},{text:"impl UnwindSafe for XRRProviderChangeNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRProviderChangeNotifyEvent"]},{text:"impl UnwindSafe for XRRProviderPropertyNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRProviderPropertyNotifyEvent"]},{text:"impl UnwindSafe for XRRResourceChangeNotifyEvent",synthetic:true,types:["x11_dl::xrandr::XRRResourceChangeNotifyEvent"]},{text:"impl UnwindSafe for Xrandr_2_2_0",synthetic:true,types:["x11_dl::xrandr::Xrandr_2_2_0"]},];
implementors["xdg"] = [{text:"impl UnwindSafe for BaseDirectories",synthetic:true,types:["xdg::BaseDirectories"]},{text:"impl !UnwindSafe for BaseDirectoriesError",synthetic:true,types:["xdg::BaseDirectoriesError"]},{text:"impl UnwindSafe for FileFindIterator",synthetic:true,types:["xdg::FileFindIterator"]},];
implementors["xml"] = [{text:"impl UnwindSafe for ParserConfig",synthetic:true,types:["xml::reader::config::ParserConfig"]},{text:"impl UnwindSafe for EmitterConfig",synthetic:true,types:["xml::writer::config::EmitterConfig"]},{text:"impl<'a> UnwindSafe for Name<'a>",synthetic:true,types:["xml::name::Name"]},{text:"impl<'a, 'b> UnwindSafe for ReprDisplay<'a, 'b>",synthetic:true,types:["xml::name::ReprDisplay"]},{text:"impl UnwindSafe for OwnedName",synthetic:true,types:["xml::name::OwnedName"]},{text:"impl<'a> UnwindSafe for Attribute<'a>",synthetic:true,types:["xml::attribute::Attribute"]},{text:"impl UnwindSafe for OwnedAttribute",synthetic:true,types:["xml::attribute::OwnedAttribute"]},{text:"impl UnwindSafe for TextPosition",synthetic:true,types:["xml::common::TextPosition"]},{text:"impl UnwindSafe for XmlVersion",synthetic:true,types:["xml::common::XmlVersion"]},{text:"impl UnwindSafe for Namespace",synthetic:true,types:["xml::namespace::Namespace"]},{text:"impl UnwindSafe for NamespaceStack",synthetic:true,types:["xml::namespace::NamespaceStack"]},{text:"impl<'a> UnwindSafe for NamespaceStackMappings<'a>",synthetic:true,types:["xml::namespace::NamespaceStackMappings"]},{text:"impl<'a> !UnwindSafe for CheckedTarget<'a>",synthetic:true,types:["xml::namespace::CheckedTarget"]},{text:"impl !UnwindSafe for Error",synthetic:true,types:["xml::reader::error::Error"]},{text:"impl<R> !UnwindSafe for EventReader<R>",synthetic:true,types:["xml::reader::EventReader"]},{text:"impl<R> !UnwindSafe for Events<R>",synthetic:true,types:["xml::reader::Events"]},{text:"impl UnwindSafe for XmlEvent",synthetic:true,types:["xml::reader::events::XmlEvent"]},{text:"impl !UnwindSafe for ErrorKind",synthetic:true,types:["xml::reader::error::ErrorKind"]},{text:"impl<W> UnwindSafe for EventWriter<W> where
W: UnwindSafe, ",synthetic:true,types:["xml::writer::EventWriter"]},{text:"impl !UnwindSafe for EmitterError",synthetic:true,types:["xml::writer::emitter::EmitterError"]},{text:"impl<'a> UnwindSafe for EndElementBuilder<'a>",synthetic:true,types:["xml::writer::events::EndElementBuilder"]},{text:"impl<'a> UnwindSafe for StartElementBuilder<'a>",synthetic:true,types:["xml::writer::events::StartElementBuilder"]},{text:"impl<'a> UnwindSafe for XmlEvent<'a>",synthetic:true,types:["xml::writer::events::XmlEvent"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()