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