(function() {var implementors = {};
implementors["arrayvec"] = [{text:"impl<A: Array<Item = u8>> AsRef<str> for ArrayString<A>",synthetic:false,types:["arrayvec::array_string::ArrayString"]},{text:"impl<A: Array> AsRef<[<A as Array>::Item]> for ArrayVec<A>",synthetic:false,types:["arrayvec::ArrayVec"]},];
implementors["cgmath"] = [{text:"impl<S> AsRef<[[S; 2]; 2]> for Matrix2<S>",synthetic:false,types:["cgmath::matrix::Matrix2"]},{text:"impl<S> AsRef<[S; 4]> for Matrix2<S>",synthetic:false,types:["cgmath::matrix::Matrix2"]},{text:"impl<S> AsRef<[[S; 3]; 3]> for Matrix3<S>",synthetic:false,types:["cgmath::matrix::Matrix3"]},{text:"impl<S> AsRef<[S; 9]> for Matrix3<S>",synthetic:false,types:["cgmath::matrix::Matrix3"]},{text:"impl<S> AsRef<[[S; 4]; 4]> for Matrix4<S>",synthetic:false,types:["cgmath::matrix::Matrix4"]},{text:"impl<S> AsRef<[S; 16]> for Matrix4<S>",synthetic:false,types:["cgmath::matrix::Matrix4"]},{text:"impl<S: BaseFloat> AsRef<[S; 4]> for Quaternion<S>",synthetic:false,types:["cgmath::quaternion::Quaternion"]},{text:"impl<S: BaseFloat> AsRef<(S, S, S, S)> for Quaternion<S>",synthetic:false,types:["cgmath::quaternion::Quaternion"]},{text:"impl<S> AsRef<[S; 1]> for Vector1<S>",synthetic:false,types:["cgmath::vector::Vector1"]},{text:"impl<S> AsRef<[S; 2]> for Vector2<S>",synthetic:false,types:["cgmath::vector::Vector2"]},{text:"impl<S> AsRef<[S; 3]> for Vector3<S>",synthetic:false,types:["cgmath::vector::Vector3"]},{text:"impl<S> AsRef<[S; 4]> for Vector4<S>",synthetic:false,types:["cgmath::vector::Vector4"]},{text:"impl<S> AsRef<(S,)> for Vector1<S>",synthetic:false,types:["cgmath::vector::Vector1"]},{text:"impl<S> AsRef<(S, S)> for Vector2<S>",synthetic:false,types:["cgmath::vector::Vector2"]},{text:"impl<S> AsRef<(S, S, S)> for Vector3<S>",synthetic:false,types:["cgmath::vector::Vector3"]},{text:"impl<S> AsRef<(S, S, S, S)> for Vector4<S>",synthetic:false,types:["cgmath::vector::Vector4"]},{text:"impl<S> AsRef<[S; 1]> for Point1<S>",synthetic:false,types:["cgmath::point::Point1"]},{text:"impl<S> AsRef<[S; 2]> for Point2<S>",synthetic:false,types:["cgmath::point::Point2"]},{text:"impl<S> AsRef<[S; 3]> for Point3<S>",synthetic:false,types:["cgmath::point::Point3"]},{text:"impl<S> AsRef<(S,)> for Point1<S>",synthetic:false,types:["cgmath::point::Point1"]},{text:"impl<S> AsRef<(S, S)> for Point2<S>",synthetic:false,types:["cgmath::point::Point2"]},{text:"impl<S> AsRef<(S, S, S)> for Point3<S>",synthetic:false,types:["cgmath::point::Point3"]},{text:"impl<S: BaseFloat> AsRef<Matrix2<S>> for Basis2<S>",synthetic:false,types:["cgmath::rotation::Basis2"]},{text:"impl<S> AsRef<Matrix3<S>> for Basis3<S>",synthetic:false,types:["cgmath::rotation::Basis3"]},];
implementors["crossbeam_epoch"] = [{text:"impl<T> AsRef<T> for Owned<T>",synthetic:false,types:["crossbeam_epoch::atomic::Owned"]},];
implementors["either"] = [{text:"impl<L, R, Target> AsRef<Target> for Either<L, R> where
L: AsRef<Target>,
R: AsRef<Target>, ",synthetic:false,types:["either::Either"]},{text:"impl<L, R> AsRef<str> for Either<L, R> where
L: AsRef<str>,
R: AsRef<str>, ",synthetic:false,types:["either::Either"]},{text:"impl<L, R, Target> AsRef<[Target]> for Either<L, R> where
L: AsRef<[Target]>,
R: AsRef<[Target]>, ",synthetic:false,types:["either::Either"]},];
implementors["generic_array"] = [{text:"impl<T, N> AsRef<[T]> for GenericArray<T, N> where
N: ArrayLength<T>, ",synthetic:false,types:["generic_array::GenericArray"]},];
implementors["memmap"] = [{text:"impl AsRef<[u8]> for Mmap",synthetic:false,types:["memmap::Mmap"]},{text:"impl AsRef<[u8]> for MmapMut",synthetic:false,types:["memmap::MmapMut"]},];
implementors["nalgebra"] = [{text:"impl<N, S> AsRef<[N; 1]> for Matrix<N, U1, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 2]> for Matrix<N, U1, U2, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 3]> for Matrix<N, U1, U3, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 4]> for Matrix<N, U1, U4, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 5]> for Matrix<N, U1, U5, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 6]> for Matrix<N, U1, U6, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 7]> for Matrix<N, U1, U7, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U7>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 8]> for Matrix<N, U1, U8, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U8>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 9]> for Matrix<N, U1, U9, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U9>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 10]> for Matrix<N, U1, U10, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U10>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 11]> for Matrix<N, U1, U11, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U11>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 12]> for Matrix<N, U1, U12, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U12>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 13]> for Matrix<N, U1, U13, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U13>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 14]> for Matrix<N, U1, U14, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U14>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 15]> for Matrix<N, U1, U15, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U15>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 16]> for Matrix<N, U1, U16, S> where
N: Scalar,
S: ContiguousStorage<N, U1, U16>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 2]> for Matrix<N, U2, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U2, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 3]> for Matrix<N, U3, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U3, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 4]> for Matrix<N, U4, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U4, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 5]> for Matrix<N, U5, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U5, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 6]> for Matrix<N, U6, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U6, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 7]> for Matrix<N, U7, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U7, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 8]> for Matrix<N, U8, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U8, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 9]> for Matrix<N, U9, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U9, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 10]> for Matrix<N, U10, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U10, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 11]> for Matrix<N, U11, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U11, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 12]> for Matrix<N, U12, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U12, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 13]> for Matrix<N, U13, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U13, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 14]> for Matrix<N, U14, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U14, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 15]> for Matrix<N, U15, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U15, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N, S> AsRef<[N; 16]> for Matrix<N, U16, U1, S> where
N: Scalar,
S: ContiguousStorage<N, U16, U1>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 2]; 2]> for Matrix<N, U2, U2, S> where
S: ContiguousStorage<N, U2, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 2]; 3]> for Matrix<N, U2, U3, S> where
S: ContiguousStorage<N, U2, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 2]; 4]> for Matrix<N, U2, U4, S> where
S: ContiguousStorage<N, U2, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 2]; 5]> for Matrix<N, U2, U5, S> where
S: ContiguousStorage<N, U2, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 2]; 6]> for Matrix<N, U2, U6, S> where
S: ContiguousStorage<N, U2, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 3]; 2]> for Matrix<N, U3, U2, S> where
S: ContiguousStorage<N, U3, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 3]; 3]> for Matrix<N, U3, U3, S> where
S: ContiguousStorage<N, U3, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 3]; 4]> for Matrix<N, U3, U4, S> where
S: ContiguousStorage<N, U3, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 3]; 5]> for Matrix<N, U3, U5, S> where
S: ContiguousStorage<N, U3, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 3]; 6]> for Matrix<N, U3, U6, S> where
S: ContiguousStorage<N, U3, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 4]; 2]> for Matrix<N, U4, U2, S> where
S: ContiguousStorage<N, U4, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 4]; 3]> for Matrix<N, U4, U3, S> where
S: ContiguousStorage<N, U4, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 4]; 4]> for Matrix<N, U4, U4, S> where
S: ContiguousStorage<N, U4, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 4]; 5]> for Matrix<N, U4, U5, S> where
S: ContiguousStorage<N, U4, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 4]; 6]> for Matrix<N, U4, U6, S> where
S: ContiguousStorage<N, U4, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 5]; 2]> for Matrix<N, U5, U2, S> where
S: ContiguousStorage<N, U5, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 5]; 3]> for Matrix<N, U5, U3, S> where
S: ContiguousStorage<N, U5, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 5]; 4]> for Matrix<N, U5, U4, S> where
S: ContiguousStorage<N, U5, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 5]; 5]> for Matrix<N, U5, U5, S> where
S: ContiguousStorage<N, U5, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 5]; 6]> for Matrix<N, U5, U6, S> where
S: ContiguousStorage<N, U5, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 6]; 2]> for Matrix<N, U6, U2, S> where
S: ContiguousStorage<N, U6, U2>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 6]; 3]> for Matrix<N, U6, U3, S> where
S: ContiguousStorage<N, U6, U3>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 6]; 4]> for Matrix<N, U6, U4, S> where
S: ContiguousStorage<N, U6, U4>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 6]; 5]> for Matrix<N, U6, U5, S> where
S: ContiguousStorage<N, U6, U5>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<N: Scalar, S> AsRef<[[N; 6]; 6]> for Matrix<N, U6, U6, S> where
S: ContiguousStorage<N, U6, U6>, ",synthetic:false,types:["nalgebra::base::matrix::Matrix"]},{text:"impl<T> AsRef<T> for Unit<T>",synthetic:false,types:["nalgebra::base::unit::Unit"]},];
implementors["nix"] = [{text:"impl AsRef<str> for Signal",synthetic:false,types:["nix::sys::signal::Signal"]},{text:"impl AsRef<sigset_t> for SigSet",synthetic:false,types:["nix::sys::signal::SigSet"]},{text:"impl AsRef<timespec> for TimeSpec",synthetic:false,types:["nix::sys::time::TimeSpec"]},{text:"impl AsRef<timeval> for TimeVal",synthetic:false,types:["nix::sys::time::TimeVal"]},];
implementors["ordered_float"] = [{text:"impl<T: Float> AsRef<T> for OrderedFloat<T>",synthetic:false,types:["ordered_float::OrderedFloat"]},{text:"impl<T: Float> AsRef<T> for NotNan<T>",synthetic:false,types:["ordered_float::NotNan"]},];
implementors["owning_ref"] = [{text:"impl<O, T: ?Sized> AsRef<T> for OwningRef<O, T>",synthetic:false,types:["owning_ref::OwningRef"]},{text:"impl<O, T: ?Sized> AsRef<T> for OwningRefMut<O, T>",synthetic:false,types:["owning_ref::OwningRefMut"]},];
implementors["smallvec"] = [{text:"impl<A: Array> AsRef<[<A as Array>::Item]> for SmallVec<A>",synthetic:false,types:["smallvec::SmallVec"]},];
implementors["syn"] = [{text:"impl AsRef<str> for Ident",synthetic:false,types:["syn::ident::Ident"]},];
implementors["vulkano"] = [{text:"impl<P> AsRef<UnsafeCommandBuffer<P>> for SyncCommandBuffer<P>",synthetic:false,types:["vulkano::command_buffer::synced::base::SyncCommandBuffer"]},{text:"impl AsRef<DeviceMemory> for MappedDeviceMemory",synthetic:false,types:["vulkano::memory::device_memory::MappedDeviceMemory"]},];
implementors["x11_dl"] = [{text:"impl AsRef<XAnyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XButtonEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XCirculateEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XCirculateRequestEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XClientMessageEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XColormapEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XConfigureEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XConfigureRequestEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XCreateWindowEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XCrossingEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XDestroyWindowEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XErrorEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XExposeEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XFocusChangeEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XGenericEventCookie> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XGraphicsExposeEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XGravityEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XKeyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XKeymapEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XMapEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XMappingEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XMapRequestEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XMotionEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XNoExposeEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XPropertyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XReparentEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XResizeRequestEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XSelectionClearEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XSelectionEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XSelectionRequestEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XUnmapEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XVisibilityEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<[i8]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<[u8]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<[i16]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<[u16]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<[i64]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<[u64]> for ClientMessageData",synthetic:false,types:["x11_dl::xlib::ClientMessageData"]},{text:"impl AsRef<XF86VidModeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XScreenSaverNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRScreenChangeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRROutputChangeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRCrtcChangeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRROutputPropertyNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRProviderChangeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRProviderPropertyNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},{text:"impl AsRef<XRRResourceChangeNotifyEvent> for XEvent",synthetic:false,types:["x11_dl::xlib::XEvent"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()