Trait Freeze

Source
pub unsafe auto trait Freeze { }
🔬This is a nightly-only experimental API. (freeze)
Expand description

Used to determine whether a type contains any UnsafeCell internally, but not through an indirection. This affects, for example, whether a static of that type is placed in read-only static memory or writable static memory. This can be used to declare that a constant with a generic type will not contain interior mutability, and subsequently allow placing the constant behind references.

§Safety

This trait is a core part of the language, it is just expressed as a trait in libcore for convenience. Do not implement it for other types.

Implementors§

Source§

impl<T> !Freeze for UnsafeCell<T>
where T: ?Sized,

Source§

impl<T> Freeze for *const T
where T: ?Sized,

Source§

impl<T> Freeze for *mut T
where T: ?Sized,

Source§

impl<T> Freeze for &T
where T: ?Sized,

Source§

impl<T> Freeze for &mut T
where T: ?Sized,

1.28.0 · Source§

impl<T> Freeze for NonZero<T>

Source§

impl<T> Freeze for PhantomData<T>
where T: ?Sized,

Auto implementors§

§

impl !Freeze for CpalBackend

§

impl !Freeze for MockBackend

§

impl !Freeze for Renderer

§

impl !Freeze for MainTrackHandle

§

impl !Freeze for SpatialTrackHandle

§

impl !Freeze for TrackHandle

§

impl !Freeze for MidiInput

§

impl !Freeze for MidiOutput

§

impl !Freeze for MidiOutputConnection

§

impl !Freeze for CancelledError

§

impl !Freeze for IncompleteReadError

§

impl !Freeze for InvalidStateError

§

impl !Freeze for LimitOverrunError

§

impl !Freeze for QueueEmpty

§

impl !Freeze for QueueFull

§

impl !Freeze for TimeoutError

§

impl !Freeze for gaierror

§

impl !Freeze for herror

§

impl !Freeze for timeout

§

impl !Freeze for PyArithmeticError

§

impl !Freeze for PyAssertionError

§

impl !Freeze for PyAttributeError

§

impl !Freeze for PyBaseException

§

impl !Freeze for PyBlockingIOError

§

impl !Freeze for PyBrokenPipeError

§

impl !Freeze for PyBufferError

§

impl !Freeze for PyBytesWarning

§

impl !Freeze for PyChildProcessError

§

impl !Freeze for PyConnectionAbortedError

§

impl !Freeze for PyConnectionError

§

impl !Freeze for PyConnectionRefusedError

§

impl !Freeze for PyConnectionResetError

§

impl !Freeze for PyDeprecationWarning

§

impl !Freeze for PyEOFError

§

impl !Freeze for PyEncodingWarning

§

impl !Freeze for PyEnvironmentError

§

impl !Freeze for PyException

§

impl !Freeze for PyFileExistsError

§

impl !Freeze for PyFileNotFoundError

§

impl !Freeze for PyFloatingPointError

§

impl !Freeze for PyFutureWarning

§

impl !Freeze for PyGeneratorExit

§

impl !Freeze for PyIOError

§

impl !Freeze for PyImportError

§

impl !Freeze for PyImportWarning

§

impl !Freeze for PyIndexError

§

impl !Freeze for PyInterruptedError

§

impl !Freeze for PyIsADirectoryError

§

impl !Freeze for PyKeyError

§

impl !Freeze for PyKeyboardInterrupt

§

impl !Freeze for PyLookupError

§

impl !Freeze for PyMemoryError

§

impl !Freeze for PyModuleNotFoundError

§

impl !Freeze for PyNameError

§

impl !Freeze for PyNotADirectoryError

§

impl !Freeze for PyNotImplementedError

§

impl !Freeze for PyOSError

§

impl !Freeze for PyOverflowError

§

impl !Freeze for PyPendingDeprecationWarning

§

impl !Freeze for PyPermissionError

§

impl !Freeze for PyProcessLookupError

§

impl !Freeze for PyRecursionError

§

impl !Freeze for PyReferenceError

§

impl !Freeze for PyResourceWarning

§

impl !Freeze for PyRuntimeError

§

impl !Freeze for PyRuntimeWarning

§

impl !Freeze for PyStopAsyncIteration

§

impl !Freeze for PyStopIteration

§

impl !Freeze for PySyntaxError

§

impl !Freeze for PySyntaxWarning

§

impl !Freeze for PySystemError

§

impl !Freeze for PySystemExit

§

impl !Freeze for PyTimeoutError

§

impl !Freeze for PyTypeError

§

impl !Freeze for PyUnboundLocalError

§

impl !Freeze for PyUnicodeDecodeError

§

impl !Freeze for PyUnicodeEncodeError

§

impl !Freeze for PyUnicodeError

§

impl !Freeze for PyUnicodeTranslateError

§

impl !Freeze for PyUnicodeWarning

§

impl !Freeze for PyUserWarning

§

impl !Freeze for PyValueError

§

impl !Freeze for PyWarning

§

impl !Freeze for PyZeroDivisionError

§

impl !Freeze for PanicException

§

impl !Freeze for PyAny

§

impl !Freeze for PyErr

§

impl !Freeze for PyBool

§

impl !Freeze for PyByteArray

§

impl !Freeze for PyBytes

§

impl !Freeze for PyCFunction

§

impl !Freeze for PyCapsule

§

impl !Freeze for PyCode

§

impl !Freeze for PyComplex

§

impl !Freeze for PyDate

§

impl !Freeze for PyDateTime

§

impl !Freeze for PyDelta

§

impl !Freeze for PyDict

§

impl !Freeze for PyDictItems

§

impl !Freeze for PyDictKeys

§

impl !Freeze for PyDictValues

§

impl !Freeze for PyEllipsis

§

impl !Freeze for PyFloat

§

impl !Freeze for PyFrame

§

impl !Freeze for PyFrozenSet

§

impl !Freeze for PyFunction

§

impl !Freeze for PyGenericAlias

§

impl !Freeze for PyInt

§

impl !Freeze for PyIterator

§

impl !Freeze for PyList

§

impl !Freeze for PyMapping

§

impl !Freeze for PyMappingProxy

§

impl !Freeze for PyMemoryView

§

impl !Freeze for PyModule

§

impl !Freeze for PyNone

§

impl !Freeze for PyNotImplemented

§

impl !Freeze for PyRange

§

impl !Freeze for PySequence

§

impl !Freeze for PySet

§

impl !Freeze for PySlice

§

impl !Freeze for PyString

§

impl !Freeze for PySuper

§

impl !Freeze for PyTime

§

impl !Freeze for PyTraceback

§

impl !Freeze for PyTuple

§

impl !Freeze for PyType

§

impl !Freeze for PyTzInfo

§

impl !Freeze for PyWeakref

§

impl !Freeze for PyWeakrefProxy

§

impl !Freeze for PyWeakrefReference

§

impl !Freeze for ThreadBuilder

§

impl !Freeze for Regex

§

impl !Freeze for SourcesQueueInput

§

impl !Freeze for devela::_dep::rodio::Sink

§

impl !Freeze for SpatialSink

§

impl !Freeze for devela::_dep::tokio::runtime::Builder

§

impl !Freeze for Runtime

§

impl !Freeze for OwnedNotified

§

impl !Freeze for devela::_dep::tokio::sync::Barrier

§

impl !Freeze for Notify

§

impl !Freeze for Semaphore

§

impl !Freeze for RestoreOnPending

§

impl !Freeze for LocalSet

§

impl !Freeze for devela::_dep::ureq::http::request::Builder

§

impl !Freeze for devela::_dep::ureq::http::request::Parts

§

impl !Freeze for HeaderName

§

impl !Freeze for HeaderValue

§

impl !Freeze for Uri

§

impl !Freeze for Authority

§

impl !Freeze for devela::_dep::ureq::http::uri::Builder

§

impl !Freeze for devela::_dep::ureq::http::uri::Parts

§

impl !Freeze for PathAndQuery

§

impl !Freeze for devela::all::AtomicBool

§

impl !Freeze for AtomicF32

§

impl !Freeze for AtomicF64

§

impl !Freeze for devela::all::AtomicI8

§

impl !Freeze for devela::all::AtomicI16

§

impl !Freeze for devela::all::AtomicI32

§

impl !Freeze for devela::all::AtomicI64

§

impl !Freeze for AtomicI128

§

impl !Freeze for devela::all::AtomicIsize

§

impl !Freeze for devela::all::AtomicU8

§

impl !Freeze for devela::all::AtomicU16

§

impl !Freeze for devela::all::AtomicU32

§

impl !Freeze for devela::all::AtomicU64

§

impl !Freeze for AtomicU128

§

impl !Freeze for devela::all::AtomicUsize

§

impl !Freeze for Backtrace

§

impl !Freeze for devela::all::Barrier

§

impl !Freeze for BumpAlloc

§

impl !Freeze for Condvar

§

impl !Freeze for devela::all::Once

§

impl !Freeze for OnceState

§

impl !Freeze for devela::_core::sync::atomic::AtomicBool

§

impl !Freeze for devela::_core::sync::atomic::AtomicI8

§

impl !Freeze for devela::_core::sync::atomic::AtomicI16

§

impl !Freeze for devela::_core::sync::atomic::AtomicI32

§

impl !Freeze for devela::_core::sync::atomic::AtomicI64

§

impl !Freeze for devela::_core::sync::atomic::AtomicIsize

§

impl !Freeze for devela::_core::sync::atomic::AtomicU8

§

impl !Freeze for devela::_core::sync::atomic::AtomicU16

§

impl !Freeze for devela::_core::sync::atomic::AtomicU32

§

impl !Freeze for devela::_core::sync::atomic::AtomicU64

§

impl !Freeze for devela::_core::sync::atomic::AtomicUsize

§

impl !Freeze for ImportedExceptionTypeObject

§

impl !Freeze for ModuleDef

§

impl Freeze for devela::_dep::_alloc::collections::TryReserveErrorKind

§

impl Freeze for devela::_dep::_std::fs::TryLockError

§

impl Freeze for SeekFrom

§

impl Freeze for AncillaryError

§

impl Freeze for BacktraceStyle

§

impl Freeze for devela::_dep::allocator_api2::collections::TryReserveErrorKind

§

impl Freeze for CollectionAllocErr

§

impl Freeze for CheckedCastError

§

impl Freeze for PodCastError

§

impl Freeze for SetCursorStyle

§

impl Freeze for devela::_dep::crossterm::event::Event

§

impl Freeze for devela::_dep::crossterm::event::KeyCode

§

impl Freeze for KeyEventKind

§

impl Freeze for MediaKeyCode

§

impl Freeze for ModifierKeyCode

§

impl Freeze for devela::_dep::crossterm::event::MouseButton

§

impl Freeze for MouseEventKind

§

impl Freeze for Attribute

§

impl Freeze for devela::_dep::crossterm::style::Color

§

impl Freeze for Colored

§

impl Freeze for ClearType

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::Comparison

§

impl Freeze for Decision

§

impl Freeze for MotionEstimation

§

impl Freeze for Compliance

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::Id

§

impl Freeze for Profile

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::packet::side_data::Type

§

impl Freeze for AAC

§

impl Freeze for DTS

§

impl Freeze for H264

§

impl Freeze for HEVC

§

impl Freeze for JPEG2000

§

impl Freeze for MPEG2

§

impl Freeze for MPEG4

§

impl Freeze for VC1

§

impl Freeze for VP9

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::subtitle::Type

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::threading::Type

§

impl Freeze for AudioService

§

impl Freeze for devela::_dep::ffmpeg_the_third::Channel

§

impl Freeze for ChannelOrder

§

impl Freeze for Discard

§

impl Freeze for devela::_dep::ffmpeg_the_third::Error

§

impl Freeze for FieldOrder

§

impl Freeze for Rounding

§

impl Freeze for Mode

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::Context

§

impl Freeze for Pixel

§

impl Freeze for Sample

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::Dither

§

impl Freeze for Engine

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::Filter

§

impl Freeze for ColorSpace

§

impl Freeze for AVActiveFormatDescription

§

impl Freeze for AVAppToDevMessageType

§

impl Freeze for AVAudioServiceType

§

impl Freeze for AVCRCId

§

impl Freeze for AVChannel

§

impl Freeze for AVChannelOrder

§

impl Freeze for AVChromaLocation

§

impl Freeze for AVClassCategory

§

impl Freeze for AVCodecID

§

impl Freeze for AVColorPrimaries

§

impl Freeze for AVColorRange

§

impl Freeze for AVColorSpace

§

impl Freeze for AVColorTransferCharacteristic

§

impl Freeze for AVDevToAppMessageType

§

impl Freeze for AVDiscard

§

impl Freeze for AVDownmixType

§

impl Freeze for AVDurationEstimationMethod

§

impl Freeze for AVEscapeMode

§

impl Freeze for AVFieldOrder

§

impl Freeze for AVFrameSideDataType

§

impl Freeze for AVHMACType

§

impl Freeze for AVHWDeviceType

§

impl Freeze for AVHWFrameTransferDirection

§

impl Freeze for AVIODataMarkerType

§

impl Freeze for AVIODirEntryType

§

impl Freeze for AVMatrixEncoding

§

impl Freeze for AVMediaType

§

impl Freeze for AVPacketSideDataType

§

impl Freeze for AVPictureStructure

§

impl Freeze for AVPictureType

§

impl Freeze for AVPixelFormat

§

impl Freeze for AVRounding

§

impl Freeze for AVSampleFormat

§

impl Freeze for AVSideDataParamChangeFlags

§

impl Freeze for AVStereo3DType

§

impl Freeze for AVStereo3DView

§

impl Freeze for AVStreamParseType

§

impl Freeze for AVSubtitleType

§

impl Freeze for AVThreadMessageFlags

§

impl Freeze for AVTimebaseSource

§

impl Freeze for AVTimecodeFlag

§

impl Freeze for DCTTransformType

§

impl Freeze for RDFTransformType

§

impl Freeze for SwrDitherType

§

impl Freeze for SwrEngine

§

impl Freeze for SwrFilterType

§

impl Freeze for _bindgen_ty_2

§

impl Freeze for _bindgen_ty_3

§

impl Freeze for _bindgen_ty_4

§

impl Freeze for _bindgen_ty_5

§

impl Freeze for _bindgen_ty_6

§

impl Freeze for _bindgen_ty_7

§

impl Freeze for _bindgen_ty_8

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::chroma::Location

§

impl Freeze for Primaries

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::color::Range

§

impl Freeze for Space

§

impl Freeze for TransferCharacteristic

§

impl Freeze for ParsePixelError

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::format::sample::Type

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::frame::side_data::Type

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::log::Level

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::media::Type

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::picture::Type

§

impl Freeze for devela::_dep::flume::RecvError

§

impl Freeze for devela::_dep::flume::RecvTimeoutError

§

impl Freeze for devela::_dep::flume::TryRecvError

§

impl Freeze for CoordinateSystem

§

impl Freeze for HorizontalAlign

§

impl Freeze for VerticalAlign

§

impl Freeze for WrapStyle

§

impl Freeze for devela::_dep::gilrs::Axis

§

impl Freeze for devela::_dep::gilrs::Button

§

impl Freeze for devela::_dep::gilrs::Error

§

impl Freeze for devela::_dep::gilrs::EventType

§

impl Freeze for MappingError

§

impl Freeze for MappingSource

§

impl Freeze for PowerInfo

§

impl Freeze for AxisOrBtn

§

impl Freeze for BaseEffectType

§

impl Freeze for DistanceModel

§

impl Freeze for DistanceModelError

§

impl Freeze for devela::_dep::gilrs::ff::Error

§

impl Freeze for devela::_dep::gilrs::ff::Repeat

§

impl Freeze for devela::_dep::hashbrown::TryReserveError

§

impl Freeze for PixelDensityUnit

§

impl Freeze for CompressionType

§

impl Freeze for devela::_dep::image::codecs::png::FilterType

§

impl Freeze for ArbitraryTuplType

§

impl Freeze for PnmSubtype

§

impl Freeze for SampleEncoding

§

impl Freeze for ColorType

§

impl Freeze for DynamicImage

§

impl Freeze for ExtendedColorType

§

impl Freeze for devela::_dep::image::ImageError

§

impl Freeze for ImageFormat

§

impl Freeze for ImageFormatHint

§

impl Freeze for LimitErrorKind

§

impl Freeze for ParameterErrorKind

§

impl Freeze for UnsupportedErrorKind

§

impl Freeze for devela::_dep::image::flat::Error

§

impl Freeze for NormalForm

§

impl Freeze for devela::_dep::image::imageops::FilterType

§

impl Freeze for devela::_dep::image::metadata::Orientation

§

impl Freeze for devela::_dep::itertools::Position

§

impl Freeze for Era

§

impl Freeze for devela::_dep::jiff::civil::Weekday

§

impl Freeze for RoundMode

§

impl Freeze for Unit

§

impl Freeze for Designator

§

impl Freeze for Direction

§

impl Freeze for FractionalUnit

§

impl Freeze for Spacing

§

impl Freeze for Meridiem

§

impl Freeze for PiecesOffset

§

impl Freeze for AmbiguousOffset

§

impl Freeze for Disambiguation

§

impl Freeze for Dst

§

impl Freeze for OffsetConflict

§

impl Freeze for devela::_dep::kira::backend::cpal::Error

§

impl Freeze for ClockSpeed

§

impl Freeze for DistortionKind

§

impl Freeze for EqFilterKind

§

impl Freeze for devela::_dep::kira::effect::filter::FilterMode

§

impl Freeze for Easing

§

impl Freeze for StartTime

§

impl Freeze for WhenToStart

§

impl Freeze for Waveform

§

impl Freeze for EndPosition

§

impl Freeze for FromFileError

§

impl Freeze for PlaybackPosition

§

impl Freeze for PlaybackState

§

impl Freeze for TrackPlaybackState

§

impl Freeze for PrefilterConfig

§

impl Freeze for ConnectErrorKind

§

impl Freeze for Ignore

§

impl Freeze for PortInfoError

§

impl Freeze for devela::_dep::midir::SendError

§

impl Freeze for AppleGfxApi

§

impl Freeze for LinuxBackend

§

impl Freeze for LinuxX11Gl

§

impl Freeze for WaylandDecorations

§

impl Freeze for WebGLVersion

§

impl Freeze for Backend

§

impl Freeze for BlendFactor

§

impl Freeze for BlendValue

§

impl Freeze for BufferType

§

impl Freeze for BufferUsage

§

impl Freeze for CompareFunc

§

impl Freeze for devela::_dep::miniquad::Comparison

§

impl Freeze for CullFace

§

impl Freeze for CursorIcon

§

impl Freeze for Equation

§

impl Freeze for devela::_dep::miniquad::FilterMode

§

impl Freeze for FrontFaceOrder

§

impl Freeze for devela::_dep::miniquad::KeyCode

§

impl Freeze for MipmapFilterMode

§

impl Freeze for devela::_dep::miniquad::MouseButton

§

impl Freeze for PassAction

§

impl Freeze for PrimitiveType

§

impl Freeze for RawId

§

impl Freeze for ShaderError

§

impl Freeze for ShaderType

§

impl Freeze for StencilOp

§

impl Freeze for devela::_dep::miniquad::TextureAccess

§

impl Freeze for TextureFormat

§

impl Freeze for TextureKind

§

impl Freeze for TextureWrap

§

impl Freeze for TouchPhase

§

impl Freeze for UniformType

§

impl Freeze for VertexFormat

§

impl Freeze for VertexStep

§

impl Freeze for devela::_dep::miniquad::fs::Error

§

impl Freeze for devela::_dep::miniquad::log::Level

§

impl Freeze for EglError

§

impl Freeze for RepeatInfo

§

impl Freeze for X11Error

§

impl Freeze for devela::_dep::miniquad::native::module::Error

§

impl Freeze for StreamTag

§

impl Freeze for Hasher

§

impl Freeze for Role

§

impl Freeze for ElementType

§

impl Freeze for PyGILState_STATE

§

impl Freeze for PyMemAllocatorDomain

§

impl Freeze for PySendResult

§

impl Freeze for _PyStatus_TYPE

§

impl Freeze for CompareOp

§

impl Freeze for Associativity

§

impl Freeze for CacheInfoType

§

impl Freeze for CacheType

§

impl Freeze for DatType

§

impl Freeze for ExtendedRegisterStateLocation

§

impl Freeze for ExtendedRegisterType

§

impl Freeze for Hypervisor

§

impl Freeze for SgxSectionInfo

§

impl Freeze for TopologyType

§

impl Freeze for Yield

§

impl Freeze for DecoderError

§

impl Freeze for devela::_dep::rodio::decoder::symphonia::SeekError

§

impl Freeze for Function

§

impl Freeze for devela::_dep::rodio::source::SeekError

§

impl Freeze for AudioFormat

§

impl Freeze for AudioStatus

§

impl Freeze for AddMappingError

§

impl Freeze for devela::_dep::sdl2::controller::Axis

§

impl Freeze for devela::_dep::sdl2::controller::Button

§

impl Freeze for MappingStatus

§

impl Freeze for devela::_dep::sdl2::Error

§

impl Freeze for IntegerOrSdlError

§

impl Freeze for DisplayEvent

§

impl Freeze for devela::_dep::sdl2::event::Event

§

impl Freeze for devela::_dep::sdl2::event::EventType

§

impl Freeze for WindowEvent

§

impl Freeze for PrefPathError

§

impl Freeze for devela::_dep::sdl2::hint::Hint

§

impl Freeze for HatState

§

impl Freeze for PowerLevel

§

impl Freeze for Scancode

§

impl Freeze for DIR

§

impl Freeze for FILE

§

impl Freeze for timezone

§

impl Freeze for tpacket_versions

§

impl Freeze for Category

§

impl Freeze for Priority

§

impl Freeze for ShowMessageError

§

impl Freeze for Fading

§

impl Freeze for MusicType

§

impl Freeze for devela::_dep::sdl2::mouse::MouseButton

§

impl Freeze for MouseWheelDirection

§

impl Freeze for SystemCursor

§

impl Freeze for PixelFormatEnum

§

impl Freeze for BlendMode

§

impl Freeze for ClippingRect

§

impl Freeze for ScaleMode

§

impl Freeze for TargetRenderError

§

impl Freeze for devela::_dep::sdl2::render::TextureAccess

§

impl Freeze for TextureValueError

§

impl Freeze for UpdateTextureError

§

impl Freeze for UpdateTextureYUVError

§

impl Freeze for SDL_ArrayOrder

§

impl Freeze for SDL_AssertState

§

impl Freeze for SDL_AudioStatus

§

impl Freeze for SDL_BitmapOrder

§

impl Freeze for SDL_BlendFactor

§

impl Freeze for SDL_BlendMode

§

impl Freeze for SDL_BlendOperation

§

impl Freeze for SDL_DUMMY_ENUM

§

impl Freeze for SDL_DisplayEventID

§

impl Freeze for SDL_DisplayOrientation

§

impl Freeze for SDL_EventType

§

impl Freeze for SDL_FlashOperation

§

impl Freeze for SDL_GLContextResetNotification

§

impl Freeze for SDL_GLattr

§

impl Freeze for SDL_GLcontextFlag

§

impl Freeze for SDL_GLcontextReleaseFlag

§

impl Freeze for SDL_GLprofile

§

impl Freeze for SDL_GameControllerAxis

§

impl Freeze for SDL_GameControllerBindType

§

impl Freeze for SDL_GameControllerButton

§

impl Freeze for SDL_GameControllerType

§

impl Freeze for SDL_HintPriority

§

impl Freeze for SDL_HitTestResult

§

impl Freeze for SDL_JoystickPowerLevel

§

impl Freeze for SDL_JoystickType

§

impl Freeze for SDL_KeyCode

§

impl Freeze for SDL_Keymod

§

impl Freeze for SDL_LogCategory

§

impl Freeze for SDL_LogPriority

§

impl Freeze for SDL_MessageBoxButtonFlags

§

impl Freeze for SDL_MessageBoxColorType

§

impl Freeze for SDL_MessageBoxFlags

§

impl Freeze for SDL_MouseWheelDirection

§

impl Freeze for SDL_PackedLayout

§

impl Freeze for SDL_PackedOrder

§

impl Freeze for SDL_PixelFormatEnum

§

impl Freeze for SDL_PixelType

§

impl Freeze for SDL_PowerState

§

impl Freeze for SDL_RendererFlags

§

impl Freeze for SDL_RendererFlip

§

impl Freeze for SDL_SYSWM_TYPE

§

impl Freeze for SDL_ScaleMode

§

impl Freeze for SDL_Scancode

§

impl Freeze for SDL_SensorType

§

impl Freeze for SDL_SystemCursor

§

impl Freeze for SDL_TextureAccess

§

impl Freeze for SDL_TextureModulate

§

impl Freeze for SDL_ThreadPriority

§

impl Freeze for SDL_TouchDeviceType

§

impl Freeze for SDL_WindowEventID

§

impl Freeze for SDL_WindowFlags

§

impl Freeze for SDL_YUV_CONVERSION_MODE

§

impl Freeze for SDL_bool

§

impl Freeze for SDL_errorcode

§

impl Freeze for SDL_eventaction

§

impl Freeze for WindowShapeMode

§

impl Freeze for XIMCaretDirection

§

impl Freeze for XIMCaretStyle

§

impl Freeze for XIMStatusDataType

§

impl Freeze for XOrientation

§

impl Freeze for FontError

§

impl Freeze for Hinting

§

impl Freeze for OpenUrlError

§

impl Freeze for FlashOperation

§

impl Freeze for FullscreenType

§

impl Freeze for GLProfile

§

impl Freeze for devela::_dep::sdl2::video::Orientation

§

impl Freeze for SwapInterval

§

impl Freeze for WindowBuildError

§

impl Freeze for WindowPos

§

impl Freeze for devela::_dep::symphonia::core::audio::Layout

§

impl Freeze for VerificationCheck

§

impl Freeze for DitherType

§

impl Freeze for devela::_dep::symphonia::core::errors::Error

§

impl Freeze for SeekErrorKind

§

impl Freeze for SeekMode

§

impl Freeze for SeekTo

§

impl Freeze for SeekSearchResult

§

impl Freeze for BitOrder

§

impl Freeze for ColorMode

§

impl Freeze for devela::_dep::symphonia::core::meta::Limit

§

impl Freeze for StandardTagKey

§

impl Freeze for StandardVisualKey

§

impl Freeze for devela::_dep::symphonia::core::meta::Value

§

impl Freeze for Instantiate

§

impl Freeze for SampleFormat

§

impl Freeze for DiskKind

§

impl Freeze for IpNetworkFromStrError

§

impl Freeze for KillError

§

impl Freeze for MacAddrFromStrError

§

impl Freeze for ProcessStatus

§

impl Freeze for Signal

§

impl Freeze for ThreadKind

§

impl Freeze for UpdateKind

§

impl Freeze for RuntimeFlavor

§

impl Freeze for devela::_dep::tokio::sync::broadcast::error::RecvError

§

impl Freeze for devela::_dep::tokio::sync::broadcast::error::TryRecvError

§

impl Freeze for TryAcquireError

§

impl Freeze for devela::_dep::tokio::sync::mpsc::error::TryRecvError

§

impl Freeze for devela::_dep::tokio::sync::oneshot::error::TryRecvError

§

impl Freeze for Item

§

impl Freeze for devela::_dep::toml_edit::Offset

§

impl Freeze for devela::_dep::toml_edit::Value

§

impl Freeze for devela::_dep::toml_edit::ser::Error

§

impl Freeze for GraphemeIncomplete

§

impl Freeze for AutoHeaderValue

§

impl Freeze for IpFamily

§

impl Freeze for RedirectAuthHeaders

§

impl Freeze for devela::_dep::ureq::Error

§

impl Freeze for ProxyProtocol

§

impl Freeze for devela::_dep::ureq::Timeout

§

impl Freeze for devela::_dep::ureq::unversioned::transport::time::Duration

§

impl Freeze for devela::_dep::ureq::unversioned::transport::time::Instant

§

impl Freeze for Endianness

§

impl Freeze for Needed

§

impl Freeze for StrContext

§

impl Freeze for StrContextValue

§

impl Freeze for CompareResult

§

impl Freeze for ExampleEnumIntU8

§

impl Freeze for AllError

§

impl Freeze for AllErrorKind

§

impl Freeze for AngleDirection

§

impl Freeze for AngleKind

§

impl Freeze for AnsiColor3b

§

impl Freeze for devela::all::AtomicOrdering

§

impl Freeze for BacktraceStatus

§

impl Freeze for CompressionMode

§

impl Freeze for DataError

§

impl Freeze for DataNotEnough

§

impl Freeze for devela::all::Dither

§

impl Freeze for EncodingMode

§

impl Freeze for EventButton

§

impl Freeze for EventButtonState

§

impl Freeze for EventPointerType

§

impl Freeze for devela::all::FmtAlignment

§

impl Freeze for ForthError

§

impl Freeze for Homogeneity

§

impl Freeze for devela::all::ImageError

§

impl Freeze for ErrorKind

§

impl Freeze for IpAddr

§

impl Freeze for devela::all::Key

§

impl Freeze for KeyAlpha

§

impl Freeze for KeyFfi

§

impl Freeze for KeyMedia

§

impl Freeze for KeyMod

§

impl Freeze for KeyPad

§

impl Freeze for KeyState

§

impl Freeze for LinuxError

§

impl Freeze for devela::all::LogLevel

§

impl Freeze for LevelFilter

§

impl Freeze for MismatchedBounds

§

impl Freeze for Month

§

impl Freeze for devela::all::MpscRecvTimeoutError

§

impl Freeze for devela::all::MpscTryRecvError

§

impl Freeze for NotAvailable

§

impl Freeze for devela::all::Ordering

§

impl Freeze for IntErrorKind

§

impl Freeze for PartialSpace

§

impl Freeze for devela::all::PixelFormat

§

impl Freeze for PropConstraint

§

impl Freeze for PropOrder

§

impl Freeze for PropStruct

§

impl Freeze for PropUnique

§

impl Freeze for SixelError

§

impl Freeze for SixelMean

§

impl Freeze for SixelQuality

§

impl Freeze for SixelSplit

§

impl Freeze for devela::all::SocketAddr

§

impl Freeze for Shutdown

§

impl Freeze for TimeError

§

impl Freeze for TimeGranularity

§

impl Freeze for VarError

§

impl Freeze for WaveletUnitRole

§

impl Freeze for WebEventKind

§

impl Freeze for WebKeyLocation

§

impl Freeze for WebPermission

§

impl Freeze for WebPermissionState

§

impl Freeze for WebWorkerError

§

impl Freeze for devela::all::Weekday

§

impl Freeze for c_void

§

impl Freeze for Infallible

§

impl Freeze for FpCategory

§

impl Freeze for NumError

§

impl Freeze for devela::num::Sign

§

impl Freeze for UnitBi

§

impl Freeze for UnitSi

§

impl Freeze for devela::text::AsciiChar

§

impl Freeze for InvalidText

§

impl Freeze for TextError

§

impl Freeze for UiError

§

impl Freeze for devela::_core::ascii::Char

§

impl Freeze for FromBytesWithNulError

§

impl Freeze for DebugAsHex

§

impl Freeze for devela::_core::fmt::Sign

§

impl Freeze for AtomicOrdering

§

impl Freeze for BasicBlock

§

impl Freeze for UnwindTerminateReason

§

impl Freeze for Ipv6MulticastScope

§

impl Freeze for OneSidedRangeBound

§

impl Freeze for GetDisjointMutError

§

impl Freeze for SearchStep

§

impl Freeze for devela::_dep::_alloc::alloc::Global

§

impl Freeze for ByteString

§

impl Freeze for UnorderedKeyError

§

impl Freeze for devela::_dep::_alloc::collections::TryReserveError

§

impl Freeze for FromVecWithNulError

§

impl Freeze for IntoStringError

§

impl Freeze for NulError

§

impl Freeze for devela::_dep::_alloc::string::FromUtf8Error

§

impl Freeze for devela::_dep::_alloc::string::FromUtf16Error

§

impl Freeze for IntoChars

§

impl Freeze for BacktraceFrame

§

impl Freeze for DefaultHasher

§

impl Freeze for PipeReader

§

impl Freeze for PipeWriter

§

impl Freeze for WriterPanicked

§

impl Freeze for IntoIncoming

§

impl Freeze for OwnedFd

§

impl Freeze for PidFd

§

impl Freeze for devela::_dep::_std::os::linux::raw::stat

§

impl Freeze for devela::_dep::_std::os::unix::net::SocketAddr

§

impl Freeze for SocketCred

§

impl Freeze for UCred

§

impl Freeze for UnixDatagram

§

impl Freeze for UnixListener

§

impl Freeze for UnixStream

§

impl Freeze for NormalizeError

§

impl Freeze for ExitStatusError

§

impl Freeze for DefaultRandomSource

§

impl Freeze for devela::_dep::_std::time::SystemTimeError

§

impl Freeze for devela::_dep::allocator_api2::alloc::AllocError

§

impl Freeze for devela::_dep::allocator_api2::alloc::Global

§

impl Freeze for devela::_dep::allocator_api2::collections::TryReserveError

§

impl Freeze for devela::_dep::bumpalo::collections::string::FromUtf16Error

§

impl Freeze for AllocErr

§

impl Freeze for BoxBytes

§

impl Freeze for DisableBlinking

§

impl Freeze for EnableBlinking

§

impl Freeze for Hide

§

impl Freeze for MoveDown

§

impl Freeze for MoveLeft

§

impl Freeze for MoveRight

§

impl Freeze for MoveTo

§

impl Freeze for MoveToColumn

§

impl Freeze for MoveToNextLine

§

impl Freeze for MoveToPreviousLine

§

impl Freeze for MoveToRow

§

impl Freeze for MoveUp

§

impl Freeze for RestorePosition

§

impl Freeze for SavePosition

§

impl Freeze for Show

§

impl Freeze for DisableBracketedPaste

§

impl Freeze for DisableFocusChange

§

impl Freeze for DisableMouseCapture

§

impl Freeze for EnableBracketedPaste

§

impl Freeze for EnableFocusChange

§

impl Freeze for EnableMouseCapture

§

impl Freeze for KeyEvent

§

impl Freeze for KeyEventState

§

impl Freeze for KeyModifiers

§

impl Freeze for KeyboardEnhancementFlags

§

impl Freeze for MouseEvent

§

impl Freeze for PopKeyboardEnhancementFlags

§

impl Freeze for PushKeyboardEnhancementFlags

§

impl Freeze for Attributes

§

impl Freeze for Colors

§

impl Freeze for ContentStyle

§

impl Freeze for ResetColor

§

impl Freeze for SetAttribute

§

impl Freeze for SetAttributes

§

impl Freeze for SetBackgroundColor

§

impl Freeze for SetColors

§

impl Freeze for SetForegroundColor

§

impl Freeze for SetStyle

§

impl Freeze for SetUnderlineColor

§

impl Freeze for BeginSynchronizedUpdate

§

impl Freeze for Clear

§

impl Freeze for DisableLineWrap

§

impl Freeze for EnableLineWrap

§

impl Freeze for EndSynchronizedUpdate

§

impl Freeze for EnterAlternateScreen

§

impl Freeze for LeaveAlternateScreen

§

impl Freeze for ScrollDown

§

impl Freeze for ScrollUp

§

impl Freeze for SetSize

§

impl Freeze for WindowSize

§

impl Freeze for AttachmentType

§

impl Freeze for AudioType

§

impl Freeze for ChannelLayoutMaskIter

§

impl Freeze for DataType

§

impl Freeze for SubtitleType

§

impl Freeze for UnknownType

§

impl Freeze for VideoType

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::decoder::slice::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::decoder::Audio

§

impl Freeze for Check

§

impl Freeze for Conceal

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::decoder::Decoder

§

impl Freeze for Opened

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::decoder::Subtitle

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::decoder::Video

§

impl Freeze for CodecDescriptorIter

§

impl Freeze for MimeTypeIter

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::audio::Audio

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::Audio

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::Encoder

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::Subtitle

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::Video

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::subtitle::Subtitle

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::encoder::video::Video

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::packet::Flags

§

impl Freeze for ProfileIter

§

impl Freeze for Capabilities

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::CodecDescriptor

§

impl Freeze for CodecProperties

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::Context

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::Debug

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::Flags

§

impl Freeze for Parameters

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::subtitle::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::codec::threading::Config

§

impl Freeze for devela::_dep::ffmpeg_the_third::device::input::AudioIter

§

impl Freeze for devela::_dep::ffmpeg_the_third::device::input::VideoIter

§

impl Freeze for devela::_dep::ffmpeg_the_third::device::output::AudioIter

§

impl Freeze for devela::_dep::ffmpeg_the_third::device::output::VideoIter

§

impl Freeze for devela::_dep::ffmpeg_the_third::filter::Flags

§

impl Freeze for Graph

§

impl Freeze for Destructor

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::context::Input

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::context::Output

§

impl Freeze for DemuxerIter

§

impl Freeze for MuxerIter

§

impl Freeze for Disposition

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::Input

§

impl Freeze for devela::_dep::ffmpeg_the_third::format::Output

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::context::Definition

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::Context

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::Delay

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::resampling::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::scaling::context::Definition

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::scaling::Context

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::scaling::Filter

§

impl Freeze for devela::_dep::ffmpeg_the_third::software::scaling::Flags

§

impl Freeze for ChannelCustom

§

impl Freeze for devela::_dep::ffmpeg_the_third::ChannelLayoutIter

§

impl Freeze for ChannelLayoutMask

§

impl Freeze for devela::_dep::ffmpeg_the_third::Filter

§

impl Freeze for devela::_dep::ffmpeg_the_third::Frame

§

impl Freeze for devela::_dep::ffmpeg_the_third::Packet

§

impl Freeze for Rational

§

impl Freeze for devela::_dep::ffmpeg_the_third::Subtitle

§

impl Freeze for AVAES

§

impl Freeze for AVAudioFifo

§

impl Freeze for AVBPrint

§

impl Freeze for AVBlowfish

§

impl Freeze for AVBuffer

§

impl Freeze for AVBufferPool

§

impl Freeze for AVBufferRef

§

impl Freeze for AVBufferSrcParameters

§

impl Freeze for AVCAMELLIA

§

impl Freeze for AVCAST5

§

impl Freeze for AVCPBProperties

§

impl Freeze for AVChannelCustom

§

impl Freeze for AVChannelLayout

§

impl Freeze for AVChapter

§

impl Freeze for AVClass

§

impl Freeze for AVCodec

§

impl Freeze for AVCodecContext

§

impl Freeze for AVCodecDescriptor

§

impl Freeze for AVCodecHWConfig

§

impl Freeze for AVCodecInternal

§

impl Freeze for AVCodecParameters

§

impl Freeze for AVCodecParser

§

impl Freeze for AVCodecParserContext

§

impl Freeze for AVCodecTag

§

impl Freeze for AVComponentDescriptor

§

impl Freeze for AVDRMDeviceContext

§

impl Freeze for AVDRMFrameDescriptor

§

impl Freeze for AVDRMLayerDescriptor

§

impl Freeze for AVDRMObjectDescriptor

§

impl Freeze for AVDRMPlaneDescriptor

§

impl Freeze for AVDVProfile

§

impl Freeze for AVDeviceInfo

§

impl Freeze for AVDeviceInfoList

§

impl Freeze for AVDeviceRect

§

impl Freeze for AVDictionary

§

impl Freeze for AVDictionaryEntry

§

impl Freeze for AVDownmixInfo

§

impl Freeze for AVExpr

§

impl Freeze for AVFifo

§

impl Freeze for AVFifoBuffer

§

impl Freeze for AVFilter

§

impl Freeze for AVFilterChain

§

impl Freeze for AVFilterChannelLayouts

§

impl Freeze for AVFilterCommand

§

impl Freeze for AVFilterContext

§

impl Freeze for AVFilterFormats

§

impl Freeze for AVFilterFormatsConfig

§

impl Freeze for AVFilterGraph

§

impl Freeze for AVFilterGraphInternal

§

impl Freeze for AVFilterGraphSegment

§

impl Freeze for AVFilterInOut

§

impl Freeze for AVFilterInternal

§

impl Freeze for AVFilterPad

§

impl Freeze for AVFilterPadParams

§

impl Freeze for AVFilterParams

§

impl Freeze for AVFormatContext

§

impl Freeze for AVFrame

§

impl Freeze for AVFrameSideData

§

impl Freeze for AVHMAC

§

impl Freeze for AVHWAccel

§

impl Freeze for AVHWDeviceContext

§

impl Freeze for AVHWDeviceInternal

§

impl Freeze for AVHWFramesConstraints

§

impl Freeze for AVHWFramesContext

§

impl Freeze for AVHWFramesInternal

§

impl Freeze for AVHashContext

§

impl Freeze for AVIOContext

§

impl Freeze for AVIODirContext

§

impl Freeze for AVIODirEntry

§

impl Freeze for AVIOInterruptCB

§

impl Freeze for AVIndexEntry

§

impl Freeze for AVInputFormat

§

impl Freeze for AVLFG

§

impl Freeze for AVMD5

§

impl Freeze for AVMotionVector

§

impl Freeze for AVMurMur3

§

impl Freeze for AVOption

§

impl Freeze for AVOptionRange

§

impl Freeze for AVOptionRanges

§

impl Freeze for AVOptionType

§

impl Freeze for AVOutputFormat

§

impl Freeze for AVPacket

§

impl Freeze for AVPacketList

§

impl Freeze for AVPacketSideData

§

impl Freeze for AVPanScan

§

impl Freeze for AVPixFmtDescriptor

§

impl Freeze for AVProbeData

§

impl Freeze for AVProducerReferenceTime

§

impl Freeze for AVProfile

§

impl Freeze for AVProgram

§

impl Freeze for AVRIPEMD

§

impl Freeze for AVRational

§

impl Freeze for AVRegionOfInterest

§

impl Freeze for AVReplayGain

§

impl Freeze for AVSHA512

§

impl Freeze for AVSHA

§

impl Freeze for AVStereo3D

§

impl Freeze for AVStream

§

impl Freeze for AVSubtitle

§

impl Freeze for AVSubtitleRect

§

impl Freeze for AVTWOFISH

§

impl Freeze for AVThreadMessageQueue

§

impl Freeze for AVTimecode

§

impl Freeze for AVVorbisParseContext

§

impl Freeze for AVXTEA

§

impl Freeze for DCTContext

§

impl Freeze for FFTComplex

§

impl Freeze for FFTContext

§

impl Freeze for RDFTContext

§

impl Freeze for RcOverride

§

impl Freeze for SwrContext

§

impl Freeze for SwsContext

§

impl Freeze for SwsFilter

§

impl Freeze for SwsVector

§

impl Freeze for URLContext

§

impl Freeze for _IO_FILE

§

impl Freeze for _IO_codecvt

§

impl Freeze for _IO_marker

§

impl Freeze for _IO_wide_data

§

impl Freeze for devela::_dep::ffmpeg_the_third::sys::__va_list_tag

§

impl Freeze for ff_pad_helper_AVBPrint

§

impl Freeze for devela::_dep::ffmpeg_the_third::sys::tm

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::format::pixel::Descriptor

§

impl Freeze for Buffer

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::frame::Audio

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::frame::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::frame::Packet

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::frame::Video

§

impl Freeze for Interrupt

§

impl Freeze for LevelError

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::log::Flags

§

impl Freeze for devela::_dep::ffmpeg_the_third::util::option::Type

§

impl Freeze for CharacterData

§

impl Freeze for GlyphRasterConfig

§

impl Freeze for LayoutSettings

§

impl Freeze for LinePosition

§

impl Freeze for devela::_dep::fontdue::Font

§

impl Freeze for FontSettings

§

impl Freeze for LineMetrics

§

impl Freeze for Metrics

§

impl Freeze for OutlineBounds

§

impl Freeze for Jitter

§

impl Freeze for devela::_dep::gilrs::ev::filter::Repeat

§

impl Freeze for AxisData

§

impl Freeze for devela::_dep::gilrs::ev::state::ButtonData

§

impl Freeze for GamepadState

§

impl Freeze for Code

§

impl Freeze for BaseEffect

§

impl Freeze for Effect

§

impl Freeze for EffectBuilder

§

impl Freeze for Envelope

§

impl Freeze for Replay

§

impl Freeze for Ticks

§

impl Freeze for devela::_dep::gilrs::Event

§

impl Freeze for GamepadId

§

impl Freeze for Gilrs

§

impl Freeze for GilrsBuilder

§

impl Freeze for MappingData

§

impl Freeze for PixelDensity

§

impl Freeze for ArbitraryHeader

§

impl Freeze for BitmapHeader

§

impl Freeze for GraymapHeader

§

impl Freeze for PixmapHeader

§

impl Freeze for PnmHeader

§

impl Freeze for DecodingError

§

impl Freeze for EncodingError

§

impl Freeze for LimitError

§

impl Freeze for ParameterError

§

impl Freeze for UnsupportedError

§

impl Freeze for SampleLayout

§

impl Freeze for BiLevel

§

impl Freeze for devela::_dep::image::math::Rect

§

impl Freeze for devela::_dep::image::Delay

§

impl Freeze for devela::_dep::image::Frame

§

impl Freeze for LimitSupport

§

impl Freeze for Limits

§

impl Freeze for devela::_dep::jiff::civil::Date

§

impl Freeze for DateArithmetic

§

impl Freeze for DateDifference

§

impl Freeze for DateSeries

§

impl Freeze for DateTime

§

impl Freeze for DateTimeArithmetic

§

impl Freeze for DateTimeDifference

§

impl Freeze for DateTimeRound

§

impl Freeze for DateTimeSeries

§

impl Freeze for DateTimeWith

§

impl Freeze for DateWith

§

impl Freeze for ISOWeekDate

§

impl Freeze for devela::_dep::jiff::civil::Time

§

impl Freeze for TimeArithmetic

§

impl Freeze for TimeDifference

§

impl Freeze for TimeRound

§

impl Freeze for TimeSeries

§

impl Freeze for TimeWith

§

impl Freeze for WeekdaysForward

§

impl Freeze for WeekdaysReverse

§

impl Freeze for devela::_dep::jiff::fmt::friendly::SpanParser

§

impl Freeze for devela::_dep::jiff::fmt::friendly::SpanPrinter

§

impl Freeze for devela::_dep::jiff::fmt::rfc2822::DateTimeParser

§

impl Freeze for devela::_dep::jiff::fmt::rfc2822::DateTimePrinter

§

impl Freeze for BrokenDownTime

§

impl Freeze for DefaultCustom

§

impl Freeze for Extension

§

impl Freeze for PosixCustom

§

impl Freeze for devela::_dep::jiff::fmt::temporal::DateTimeParser

§

impl Freeze for devela::_dep::jiff::fmt::temporal::DateTimePrinter

§

impl Freeze for PiecesNumericOffset

§

impl Freeze for devela::_dep::jiff::fmt::temporal::SpanParser

§

impl Freeze for devela::_dep::jiff::fmt::temporal::SpanPrinter

§

impl Freeze for devela::_dep::jiff::Error

§

impl Freeze for SignedDuration

§

impl Freeze for SignedDurationRound

§

impl Freeze for devela::_dep::jiff::Span

§

impl Freeze for SpanFieldwise

§

impl Freeze for Timestamp

§

impl Freeze for TimestampArithmetic

§

impl Freeze for TimestampDifference

§

impl Freeze for TimestampDisplayWithOffset

§

impl Freeze for TimestampRound

§

impl Freeze for TimestampSeries

§

impl Freeze for Zoned

§

impl Freeze for ZonedArithmetic

§

impl Freeze for ZonedRound

§

impl Freeze for ZonedWith

§

impl Freeze for AmbiguousTimestamp

§

impl Freeze for AmbiguousZoned

§

impl Freeze for devela::_dep::jiff::tz::Offset

§

impl Freeze for OffsetArithmetic

§

impl Freeze for OffsetRound

§

impl Freeze for TimeZone

§

impl Freeze for TimeZoneDatabase

§

impl Freeze for CpalBackendSettings

§

impl Freeze for MockBackendSettings

§

impl Freeze for ClockHandle

§

impl Freeze for ClockId

§

impl Freeze for ClockTime

§

impl Freeze for CompressorBuilder

§

impl Freeze for CompressorHandle

§

impl Freeze for DelayBuilder

§

impl Freeze for DelayHandle

§

impl Freeze for DistortionBuilder

§

impl Freeze for DistortionHandle

§

impl Freeze for EqFilterBuilder

§

impl Freeze for EqFilterHandle

§

impl Freeze for FilterBuilder

§

impl Freeze for FilterHandle

§

impl Freeze for PanningControlBuilder

§

impl Freeze for PanningControlHandle

§

impl Freeze for ReverbBuilder

§

impl Freeze for ReverbHandle

§

impl Freeze for VolumeControlBuilder

§

impl Freeze for VolumeControlHandle

§

impl Freeze for ClockInfo

§

impl Freeze for ListenerInfo

§

impl Freeze for MockInfoBuilder

§

impl Freeze for ListenerHandle

§

impl Freeze for ListenerId

§

impl Freeze for LfoBuilder

§

impl Freeze for LfoHandle

§

impl Freeze for ModulatorId

§

impl Freeze for TweenerBuilder

§

impl Freeze for TweenerHandle

§

impl Freeze for StaticSoundData

§

impl Freeze for StaticSoundHandle

§

impl Freeze for StaticSoundSettings

§

impl Freeze for StreamingSoundSettings

§

impl Freeze for devela::_dep::kira::sound::Region

§

impl Freeze for Capacities

§

impl Freeze for Decibels

§

impl Freeze for devela::_dep::kira::Frame

§

impl Freeze for devela::_dep::kira::Mix

§

impl Freeze for Panning

§

impl Freeze for PlaybackRate

§

impl Freeze for ResourceLimitReached

§

impl Freeze for Semitones

§

impl Freeze for Tween

§

impl Freeze for MainTrackBuilder

§

impl Freeze for NonexistentRoute

§

impl Freeze for SendTrackBuilder

§

impl Freeze for SendTrackHandle

§

impl Freeze for SendTrackId

§

impl Freeze for SpatialTrackBuilder

§

impl Freeze for SpatialTrackDistances

§

impl Freeze for TrackBuilder

§

impl Freeze for ParseLevelError

§

impl Freeze for devela::_dep::memchr::arch::all::memchr::One

§

impl Freeze for devela::_dep::memchr::arch::all::memchr::Three

§

impl Freeze for devela::_dep::memchr::arch::all::memchr::Two

§

impl Freeze for devela::_dep::memchr::arch::all::packedpair::Finder

§

impl Freeze for Pair

§

impl Freeze for devela::_dep::memchr::arch::all::rabinkarp::Finder

§

impl Freeze for devela::_dep::memchr::arch::all::rabinkarp::FinderRev

§

impl Freeze for devela::_dep::memchr::arch::all::shiftor::Finder

§

impl Freeze for devela::_dep::memchr::arch::all::twoway::Finder

§

impl Freeze for devela::_dep::memchr::arch::all::twoway::FinderRev

§

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::One

§

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::Three

§

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::Two

§

impl Freeze for devela::_dep::memchr::arch::x86_64::avx2::packedpair::Finder

§

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::One

§

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::Three

§

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::Two

§

impl Freeze for devela::_dep::memchr::arch::x86_64::sse2::packedpair::Finder

§

impl Freeze for FinderBuilder

§

impl Freeze for InitError

§

impl Freeze for MidiInputPort

§

impl Freeze for MidiOutputPort

§

impl Freeze for Icon

§

impl Freeze for Egl

§

impl Freeze for LibEgl

§

impl Freeze for C2RustUnnamed_2

§

impl Freeze for C2RustUnnamed_3

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::Depth

§

impl Freeze for LibX11

§

impl Freeze for LibXkbCommon

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::Screen

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::ScreenFormat

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::Visual

§

impl Freeze for X11Extensions

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XAnyEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XButtonEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XCirculateEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XCirculateRequestEvent

§

impl Freeze for XClassHint

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XClientMessageEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XColor

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XColormapEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XConfigureEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XConfigureRequestEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XCreateWindowEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XCrossingEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XDestroyWindowEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XErrorEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XExposeEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XFocusChangeEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XGenericEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XGenericEventCookie

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XGraphicsExposeEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XGravityEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XKeyEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XKeymapEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XMapEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XMapRequestEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XMappingEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XMotionEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XNoExposeEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XPropertyEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XReparentEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XResizeRequestEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XSelectionClearEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XSelectionEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XSelectionRequestEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XSetWindowAttributes

§

impl Freeze for XSizeHints

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XUnmapEvent

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XVisibilityEvent

§

impl Freeze for XVisualInfo

§

impl Freeze for XWMHints

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::XWindowAttributes

§

impl Freeze for XrmValue

§

impl Freeze for _XComposeStatus

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::_XExtData

§

impl Freeze for X11Display

§

impl Freeze for Module

§

impl Freeze for Bindings

§

impl Freeze for BlendState

§

impl Freeze for BufferId

§

impl Freeze for BufferLayout

§

impl Freeze for ContextInfo

§

impl Freeze for ElapsedQuery

§

impl Freeze for Features

§

impl Freeze for GlContext

§

impl Freeze for GlslSupport

§

impl Freeze for devela::_dep::miniquad::KeyMods

§

impl Freeze for Pipeline

§

impl Freeze for PipelineLayout

§

impl Freeze for PipelineParams

§

impl Freeze for RenderPass

§

impl Freeze for ShaderId

§

impl Freeze for ShaderMeta

§

impl Freeze for StencilFaceState

§

impl Freeze for StencilState

§

impl Freeze for TextureId

§

impl Freeze for TextureParams

§

impl Freeze for Touch

§

impl Freeze for UniformBlockLayout

§

impl Freeze for UniformDesc

§

impl Freeze for VertexAttribute

§

impl Freeze for devela::_dep::orion::aead::streaming::Nonce

§

impl Freeze for StreamOpener

§

impl Freeze for StreamSealer

§

impl Freeze for devela::_dep::orion::aead::SecretKey

§

impl Freeze for devela::_dep::orion::auth::Tag

§

impl Freeze for UnknownCryptoError

§

impl Freeze for devela::_dep::orion::hash::Digest

§

impl Freeze for devela::_dep::orion::hazardous::aead::chacha20poly1305::Nonce

§

impl Freeze for devela::_dep::orion::hazardous::aead::chacha20poly1305::SecretKey

§

impl Freeze for StreamXChaCha20Poly1305

§

impl Freeze for SharedKey

§

impl Freeze for devela::_dep::orion::hazardous::hash::blake2::blake2b::Blake2b

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha2::sha256::Digest

§

impl Freeze for Sha256

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha2::sha384::Digest

§

impl Freeze for Sha384

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha2::sha512::Digest

§

impl Freeze for Sha512

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha3::sha3_224::Digest

§

impl Freeze for Sha3_224

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha3::sha3_256::Digest

§

impl Freeze for Sha3_256

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha3::sha3_384::Digest

§

impl Freeze for Sha3_384

§

impl Freeze for devela::_dep::orion::hazardous::hash::sha3::sha3_512::Digest

§

impl Freeze for Sha3_512

§

impl Freeze for Shake128

§

impl Freeze for Shake256

§

impl Freeze for DHKEM_X25519_SHA256_CHACHA20

§

impl Freeze for devela::_dep::orion::hazardous::kdf::pbkdf2::sha256::Password

§

impl Freeze for devela::_dep::orion::hazardous::kdf::pbkdf2::sha384::Password

§

impl Freeze for devela::_dep::orion::hazardous::kdf::pbkdf2::sha512::Password

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem512::Ciphertext

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem512::DecapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem512::EncapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem512::KeyPair

§

impl Freeze for MlKem512

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem512::SharedSecret

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem768::Ciphertext

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem768::DecapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem768::EncapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem768::KeyPair

§

impl Freeze for MlKem768

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem768::SharedSecret

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::Ciphertext

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::DecapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::EncapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::KeyPair

§

impl Freeze for MlKem1024

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::Seed

§

impl Freeze for devela::_dep::orion::hazardous::kem::mlkem1024::SharedSecret

§

impl Freeze for DhKem

§

impl Freeze for devela::_dep::orion::hazardous::kem::x25519_hkdf_sha256::SharedSecret

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::Ciphertext

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::DecapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::EncapsulationKey

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::KeyPair

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::Seed

§

impl Freeze for devela::_dep::orion::hazardous::kem::xwing::SharedSecret

§

impl Freeze for XWing

§

impl Freeze for devela::_dep::orion::hazardous::mac::blake2b::Blake2b

§

impl Freeze for devela::_dep::orion::hazardous::mac::blake2b::SecretKey

§

impl Freeze for HmacSha256

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha256::SecretKey

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha256::Tag

§

impl Freeze for HmacSha384

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha384::SecretKey

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha384::Tag

§

impl Freeze for HmacSha512

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha512::SecretKey

§

impl Freeze for devela::_dep::orion::hazardous::mac::hmac::sha512::Tag

§

impl Freeze for OneTimeKey

§

impl Freeze for Poly1305

§

impl Freeze for devela::_dep::orion::hazardous::mac::poly1305::Tag

§

impl Freeze for Salt

§

impl Freeze for EphemeralClientSession

§

impl Freeze for EphemeralServerSession

§

impl Freeze for PrivateKey

§

impl Freeze for PublicKey

§

impl Freeze for SessionKeys

§

impl Freeze for devela::_dep::orion::pwhash::Password

§

impl Freeze for PasswordHash

§

impl Freeze for PyASCIIObject

§

impl Freeze for PyAsyncMethods

§

impl Freeze for PyBaseExceptionObject

§

impl Freeze for PyBufferProcs

§

impl Freeze for PyByteArrayObject

§

impl Freeze for PyBytesObject

§

impl Freeze for PyCFunctionObject

§

impl Freeze for PyCMethodObject

§

impl Freeze for PyCodeObject

§

impl Freeze for PyCompactUnicodeObject

§

impl Freeze for PyCompilerFlags

§

impl Freeze for PyComplexObject

§

impl Freeze for PyConfig

§

impl Freeze for PyDateTime_CAPI

§

impl Freeze for PyDateTime_Date

§

impl Freeze for PyDateTime_DateTime

§

impl Freeze for PyDateTime_Delta

§

impl Freeze for PyDateTime_Time

§

impl Freeze for PyDescrObject

§

impl Freeze for PyDictKeysObject

§

impl Freeze for PyDictObject

§

impl Freeze for PyFloatObject

§

impl Freeze for PyFrameObject

§

impl Freeze for PyFunctionObject

§

impl Freeze for PyGenObject

§

impl Freeze for PyGetSetDef

§

impl Freeze for PyGetSetDescrObject

§

impl Freeze for PyHash_FuncDef

§

impl Freeze for PyHeapTypeObject

§

impl Freeze for PyImportErrorObject

§

impl Freeze for PyInterpreterState

§

impl Freeze for PyListObject

§

impl Freeze for PyLongObject

§

impl Freeze for PyMappingMethods

§

impl Freeze for PyMemAllocatorEx

§

impl Freeze for PyMemberDef

§

impl Freeze for PyMemberDescrObject

§

impl Freeze for devela::_dep::pyo3::ffi::PyMethodDef

§

impl Freeze for PyMethodDescrObject

§

impl Freeze for PyModuleDef

§

impl Freeze for PyModuleDef_Base

§

impl Freeze for PyModuleDef_Slot

§

impl Freeze for PyNumberMethods

§

impl Freeze for PyOSErrorObject

§

impl Freeze for PyObject

§

impl Freeze for PyObjectArenaAllocator

§

impl Freeze for PyPreConfig

§

impl Freeze for PySequenceMethods

§

impl Freeze for PySetObject

§

impl Freeze for PySliceObject

§

impl Freeze for PyStatus

§

impl Freeze for PyStopIterationObject

§

impl Freeze for PyStructSequence_Desc

§

impl Freeze for PyStructSequence_Field

§

impl Freeze for PySyntaxErrorObject

§

impl Freeze for PySystemExitObject

§

impl Freeze for PyThreadState

§

impl Freeze for PyTryBlock

§

impl Freeze for PyTupleObject

§

impl Freeze for PyTypeObject

§

impl Freeze for PyType_Slot

§

impl Freeze for PyType_Spec

§

impl Freeze for PyUnicodeErrorObject

§

impl Freeze for PyUnicodeObject

§

impl Freeze for PyVarObject

§

impl Freeze for PyWideStringList

§

impl Freeze for PyWrapperDescrObject

§

impl Freeze for Py_buffer

§

impl Freeze for Py_complex

§

impl Freeze for _PyDateTime_BaseDateTime

§

impl Freeze for _PyDateTime_BaseTime

§

impl Freeze for _PyWeakReference

§

impl Freeze for _frozen

§

impl Freeze for _inittab

§

impl Freeze for setentry

§

impl Freeze for wrapperbase

§

impl Freeze for PyBackedBytes

§

impl Freeze for PyBackedStr

§

impl Freeze for PyBorrowError

§

impl Freeze for PyBorrowMutError

§

impl Freeze for PyTraverseError

§

impl Freeze for PySliceIndices

§

impl Freeze for ApmInfo

§

impl Freeze for CacheInfo

§

impl Freeze for CacheInfoIter

§

impl Freeze for CacheParameter

§

impl Freeze for CpuIdReaderNative

§

impl Freeze for CpuIdResult

§

impl Freeze for DatInfo

§

impl Freeze for DirectCacheAccessInfo

§

impl Freeze for EpcSection

§

impl Freeze for ExtendedFeatures

§

impl Freeze for ExtendedProcessorFeatureIdentifiers

§

impl Freeze for ExtendedState

§

impl Freeze for ExtendedTopologyLevel

§

impl Freeze for FeatureInfo

§

impl Freeze for L1CacheTlbInfo

§

impl Freeze for L2And3CacheTlbInfo

§

impl Freeze for L2CatInfo

§

impl Freeze for L3CatInfo

§

impl Freeze for L3MonitoringInfo

§

impl Freeze for MemBwAllocationInfo

§

impl Freeze for MemoryEncryptionInfo

§

impl Freeze for MonitorMwaitInfo

§

impl Freeze for PerformanceMonitoringInfo

§

impl Freeze for PerformanceOptimizationInfo

§

impl Freeze for ProcessorBrandString

§

impl Freeze for ProcessorCapacityAndFeatureInfo

§

impl Freeze for ProcessorFrequencyInfo

§

impl Freeze for ProcessorSerial

§

impl Freeze for ProcessorTopologyInfo

§

impl Freeze for ProcessorTraceInfo

§

impl Freeze for SoCVendorBrand

§

impl Freeze for SvmFeatures

§

impl Freeze for ThermalPowerInfo

§

impl Freeze for Tlb1gbPageInfo

§

impl Freeze for TscInfo

§

impl Freeze for VendorInfo

§

impl Freeze for FnContext

§

impl Freeze for ThreadPool

§

impl Freeze for ThreadPoolBuildError

§

impl Freeze for CaptureLocations

§

impl Freeze for devela::_dep::regex_lite::Error

§

impl Freeze for RegexBuilder

§

impl Freeze for SamplesBuffer

§

impl Freeze for Settings

§

impl Freeze for Mixer

§

impl Freeze for MixerSource

§

impl Freeze for SourcesQueueOutput

§

impl Freeze for Chirp

§

impl Freeze for devela::_dep::rodio::source::Empty

§

impl Freeze for EmptyCallback

§

impl Freeze for LimitSettings

§

impl Freeze for SawtoothWave

§

impl Freeze for SignalGenerator

§

impl Freeze for SineWave

§

impl Freeze for SquareWave

§

impl Freeze for TriangleWave

§

impl Freeze for Zero

§

impl Freeze for StaticSamplesBuffer

§

impl Freeze for AudioCVT

§

impl Freeze for AudioSpec

§

impl Freeze for AudioSpecDesired

§

impl Freeze for AudioSpecWAV

§

impl Freeze for devela::_dep::sdl2::audio::DriverIterator

§

impl Freeze for ClipboardUtil

§

impl Freeze for GameController

§

impl Freeze for EventSender

§

impl Freeze for FPSManager

§

impl Freeze for Haptic

§

impl Freeze for devela::_dep::sdl2::image::InitFlag

§

impl Freeze for Sdl2ImageContext

§

impl Freeze for Guid

§

impl Freeze for Joystick

§

impl Freeze for KeyboardUtil

§

impl Freeze for Keycode

§

impl Freeze for Mod

§

impl Freeze for TextInputUtil

§

impl Freeze for Dl_info

§

impl Freeze for Elf32_Chdr

§

impl Freeze for Elf32_Ehdr

§

impl Freeze for Elf32_Phdr

§

impl Freeze for Elf32_Shdr

§

impl Freeze for Elf32_Sym

§

impl Freeze for Elf64_Chdr

§

impl Freeze for Elf64_Ehdr

§

impl Freeze for Elf64_Phdr

§

impl Freeze for Elf64_Shdr

§

impl Freeze for Elf64_Sym

§

impl Freeze for __c_anonymous__kernel_fsid_t

§

impl Freeze for __c_anonymous_elf32_rel

§

impl Freeze for __c_anonymous_elf32_rela

§

impl Freeze for __c_anonymous_elf64_rel

§

impl Freeze for __c_anonymous_elf64_rela

§

impl Freeze for __c_anonymous_ifru_map

§

impl Freeze for __c_anonymous_ptrace_syscall_info_entry

§

impl Freeze for __c_anonymous_ptrace_syscall_info_exit

§

impl Freeze for __c_anonymous_ptrace_syscall_info_seccomp

§

impl Freeze for __c_anonymous_sockaddr_can_j1939

§

impl Freeze for __c_anonymous_sockaddr_can_tp

§

impl Freeze for __exit_status

§

impl Freeze for __timeval

§

impl Freeze for _libc_fpstate

§

impl Freeze for _libc_fpxreg

§

impl Freeze for _libc_xmmreg

§

impl Freeze for addrinfo

§

impl Freeze for af_alg_iv

§

impl Freeze for aiocb

§

impl Freeze for arpd_request

§

impl Freeze for arphdr

§

impl Freeze for arpreq

§

impl Freeze for arpreq_old

§

impl Freeze for can_filter

§

impl Freeze for can_frame

§

impl Freeze for canfd_frame

§

impl Freeze for canxl_frame

§

impl Freeze for clone_args

§

impl Freeze for cmsghdr

§

impl Freeze for cpu_set_t

§

impl Freeze for dirent64

§

impl Freeze for dirent

§

impl Freeze for dl_phdr_info

§

impl Freeze for dmabuf_cmsg

§

impl Freeze for dmabuf_token

§

impl Freeze for dqblk

§

impl Freeze for epoll_event

§

impl Freeze for epoll_params

§

impl Freeze for fanotify_event_info_error

§

impl Freeze for fanotify_event_info_fid

§

impl Freeze for fanotify_event_info_header

§

impl Freeze for fanotify_event_info_pidfd

§

impl Freeze for fanotify_event_metadata

§

impl Freeze for fanotify_response

§

impl Freeze for fanout_args

§

impl Freeze for devela::_dep::sdl2::libc::fd_set

§

impl Freeze for ff_condition_effect

§

impl Freeze for ff_constant_effect

§

impl Freeze for ff_effect

§

impl Freeze for ff_envelope

§

impl Freeze for ff_periodic_effect

§

impl Freeze for ff_ramp_effect

§

impl Freeze for ff_replay

§

impl Freeze for ff_rumble_effect

§

impl Freeze for ff_trigger

§

impl Freeze for file_clone_range

§

impl Freeze for flock64

§

impl Freeze for flock

§

impl Freeze for fpos64_t

§

impl Freeze for fpos_t

§

impl Freeze for fsid_t

§

impl Freeze for genlmsghdr

§

impl Freeze for glob64_t

§

impl Freeze for glob_t

§

impl Freeze for group

§

impl Freeze for hostent

§

impl Freeze for hwtstamp_config

§

impl Freeze for if_nameindex

§

impl Freeze for ifaddrs

§

impl Freeze for ifconf

§

impl Freeze for ifreq

§

impl Freeze for in6_addr

§

impl Freeze for in6_ifreq

§

impl Freeze for in6_pktinfo

§

impl Freeze for in6_rtmsg

§

impl Freeze for in_addr

§

impl Freeze for in_pktinfo

§

impl Freeze for inotify_event

§

impl Freeze for input_absinfo

§

impl Freeze for input_event

§

impl Freeze for input_id

§

impl Freeze for input_keymap_entry

§

impl Freeze for input_mask

§

impl Freeze for iocb

§

impl Freeze for iovec

§

impl Freeze for ip_mreq

§

impl Freeze for ip_mreq_source

§

impl Freeze for ip_mreqn

§

impl Freeze for ipc_perm

§

impl Freeze for ipv6_mreq

§

impl Freeze for itimerspec

§

impl Freeze for itimerval

§

impl Freeze for iw_discarded

§

impl Freeze for iw_encode_ext

§

impl Freeze for iw_event

§

impl Freeze for iw_freq

§

impl Freeze for iw_michaelmicfailure

§

impl Freeze for iw_missed

§

impl Freeze for iw_mlme

§

impl Freeze for iw_param

§

impl Freeze for iw_pmkid_cand

§

impl Freeze for iw_pmksa

§

impl Freeze for iw_point

§

impl Freeze for iw_priv_args

§

impl Freeze for iw_quality

§

impl Freeze for iw_range

§

impl Freeze for iw_scan_req

§

impl Freeze for iw_statistics

§

impl Freeze for iw_thrspy

§

impl Freeze for iwreq

§

impl Freeze for j1939_filter

§

impl Freeze for lconv

§

impl Freeze for linger

§

impl Freeze for mallinfo2

§

impl Freeze for mallinfo

§

impl Freeze for devela::_dep::sdl2::libc::max_align_t

§

impl Freeze for mbstate_t

§

impl Freeze for mcontext_t

§

impl Freeze for mmsghdr

§

impl Freeze for mnt_ns_info

§

impl Freeze for mntent

§

impl Freeze for mount_attr

§

impl Freeze for mq_attr

§

impl Freeze for msghdr

§

impl Freeze for msginfo

§

impl Freeze for msqid_ds

§

impl Freeze for nl_mmap_hdr

§

impl Freeze for nl_mmap_req

§

impl Freeze for nl_pktinfo

§

impl Freeze for nlattr

§

impl Freeze for nlmsgerr

§

impl Freeze for nlmsghdr

§

impl Freeze for ntptimeval

§

impl Freeze for open_how

§

impl Freeze for option

§

impl Freeze for packet_mreq

§

impl Freeze for passwd

§

impl Freeze for pidfd_info

§

impl Freeze for pollfd

§

impl Freeze for posix_spawn_file_actions_t

§

impl Freeze for posix_spawnattr_t

§

impl Freeze for protoent

§

impl Freeze for devela::_dep::sdl2::libc::pthread_attr_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_barrier_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_barrierattr_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_cond_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_condattr_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_mutex_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_mutexattr_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_rwlock_t

§

impl Freeze for devela::_dep::sdl2::libc::pthread_rwlockattr_t

§

impl Freeze for ptp_clock_caps

§

impl Freeze for ptp_clock_time

§

impl Freeze for ptp_extts_event

§

impl Freeze for ptp_extts_request

§

impl Freeze for ptp_perout_request

§

impl Freeze for ptp_pin_desc

§

impl Freeze for ptp_sys_offset

§

impl Freeze for ptp_sys_offset_extended

§

impl Freeze for ptp_sys_offset_precise

§

impl Freeze for ptrace_peeksiginfo_args

§

impl Freeze for ptrace_rseq_configuration

§

impl Freeze for ptrace_sud_config

§

impl Freeze for ptrace_syscall_info

§

impl Freeze for regex_t

§

impl Freeze for regmatch_t

§

impl Freeze for rlimit64

§

impl Freeze for rlimit

§

impl Freeze for rtentry

§

impl Freeze for rusage

§

impl Freeze for sched_attr

§

impl Freeze for sched_param

§

impl Freeze for sctp_authinfo

§

impl Freeze for sctp_initmsg

§

impl Freeze for sctp_nxtinfo

§

impl Freeze for sctp_prinfo

§

impl Freeze for sctp_rcvinfo

§

impl Freeze for sctp_sndinfo

§

impl Freeze for sctp_sndrcvinfo

§

impl Freeze for seccomp_data

§

impl Freeze for seccomp_notif

§

impl Freeze for seccomp_notif_addfd

§

impl Freeze for seccomp_notif_resp

§

impl Freeze for seccomp_notif_sizes

§

impl Freeze for sem_t

§

impl Freeze for sembuf

§

impl Freeze for semid_ds

§

impl Freeze for seminfo

§

impl Freeze for servent

§

impl Freeze for shmid_ds

§

impl Freeze for sigaction

§

impl Freeze for sigevent

§

impl Freeze for siginfo_t

§

impl Freeze for signalfd_siginfo

§

impl Freeze for sigset_t

§

impl Freeze for sigval

§

impl Freeze for sock_extended_err

§

impl Freeze for sock_filter

§

impl Freeze for sock_fprog

§

impl Freeze for sock_txtime

§

impl Freeze for sockaddr

§

impl Freeze for sockaddr_alg

§

impl Freeze for sockaddr_can

§

impl Freeze for sockaddr_in6

§

impl Freeze for sockaddr_in

§

impl Freeze for sockaddr_ll

§

impl Freeze for sockaddr_nl

§

impl Freeze for sockaddr_pkt

§

impl Freeze for sockaddr_storage

§

impl Freeze for sockaddr_un

§

impl Freeze for sockaddr_vm

§

impl Freeze for sockaddr_xdp

§

impl Freeze for spwd

§

impl Freeze for stack_t

§

impl Freeze for stat64

§

impl Freeze for devela::_dep::sdl2::libc::stat

§

impl Freeze for statfs64

§

impl Freeze for statfs

§

impl Freeze for statvfs64

§

impl Freeze for statvfs

§

impl Freeze for statx

§

impl Freeze for statx_timestamp

§

impl Freeze for sysinfo

§

impl Freeze for tcp_info

§

impl Freeze for termios2

§

impl Freeze for termios

§

impl Freeze for devela::_dep::sdl2::libc::timespec

§

impl Freeze for devela::_dep::sdl2::libc::timeval

§

impl Freeze for timex

§

impl Freeze for tls12_crypto_info_aes_ccm_128

§

impl Freeze for tls12_crypto_info_aes_gcm_128

§

impl Freeze for tls12_crypto_info_aes_gcm_256

§

impl Freeze for tls12_crypto_info_aria_gcm_128

§

impl Freeze for tls12_crypto_info_aria_gcm_256

§

impl Freeze for tls12_crypto_info_chacha20_poly1305

§

impl Freeze for tls12_crypto_info_sm4_ccm

§

impl Freeze for tls12_crypto_info_sm4_gcm

§

impl Freeze for tls_crypto_info

§

impl Freeze for devela::_dep::sdl2::libc::tm

§

impl Freeze for tms

§

impl Freeze for tpacket2_hdr

§

impl Freeze for tpacket3_hdr

§

impl Freeze for tpacket_auxdata

§

impl Freeze for tpacket_bd_ts

§

impl Freeze for tpacket_block_desc

§

impl Freeze for tpacket_hdr

§

impl Freeze for tpacket_hdr_v1

§

impl Freeze for tpacket_hdr_variant1

§

impl Freeze for tpacket_req3

§

impl Freeze for tpacket_req

§

impl Freeze for tpacket_rollover_stats

§

impl Freeze for tpacket_stats

§

impl Freeze for tpacket_stats_v3

§

impl Freeze for ucontext_t

§

impl Freeze for ucred

§

impl Freeze for uinput_abs_setup

§

impl Freeze for uinput_ff_erase

§

impl Freeze for uinput_ff_upload

§

impl Freeze for uinput_setup

§

impl Freeze for uinput_user_dev

§

impl Freeze for user

§

impl Freeze for user_fpregs_struct

§

impl Freeze for user_regs_struct

§

impl Freeze for utimbuf

§

impl Freeze for utmpx

§

impl Freeze for utsname

§

impl Freeze for winsize

§

impl Freeze for xdp_desc

§

impl Freeze for xdp_mmap_offsets

§

impl Freeze for xdp_mmap_offsets_v1

§

impl Freeze for xdp_options

§

impl Freeze for xdp_ring_offset

§

impl Freeze for xdp_ring_offset_v1

§

impl Freeze for xdp_statistics

§

impl Freeze for xdp_statistics_v1

§

impl Freeze for xdp_umem_reg

§

impl Freeze for xdp_umem_reg_v1

§

impl Freeze for xsk_tx_metadata

§

impl Freeze for xsk_tx_metadata_completion

§

impl Freeze for xsk_tx_metadata_request

§

impl Freeze for Locale

§

impl Freeze for LocaleIterator

§

impl Freeze for MessageBoxButtonFlag

§

impl Freeze for MessageBoxColorScheme

§

impl Freeze for MessageBoxFlag

§

impl Freeze for AllowChangeFlag

§

impl Freeze for devela::_dep::sdl2::mixer::Channel

§

impl Freeze for devela::_dep::sdl2::mixer::Chunk

§

impl Freeze for devela::_dep::sdl2::mixer::Group

§

impl Freeze for devela::_dep::sdl2::mixer::InitFlag

§

impl Freeze for Sdl2MixerContext

§

impl Freeze for devela::_dep::sdl2::mouse::Cursor

§

impl Freeze for MouseState

§

impl Freeze for MouseUtil

§

impl Freeze for RelativeMouseState

§

impl Freeze for devela::_dep::sdl2::pixels::Color

§

impl Freeze for Palette

§

impl Freeze for devela::_dep::sdl2::pixels::PixelFormat

§

impl Freeze for PixelMasks

§

impl Freeze for FPoint

§

impl Freeze for FRect

§

impl Freeze for devela::_dep::sdl2::rect::Point

§

impl Freeze for devela::_dep::sdl2::rect::Rect

§

impl Freeze for CanvasBuilder

§

impl Freeze for devela::_dep::sdl2::render::DriverIterator

§

impl Freeze for RendererInfo

§

impl Freeze for SdlError

§

impl Freeze for TextureQuery

§

impl Freeze for Vertex

§

impl Freeze for AudioSubsystem

§

impl Freeze for EventPump

§

impl Freeze for EventSubsystem

§

impl Freeze for GameControllerSubsystem

§

impl Freeze for HapticSubsystem

§

impl Freeze for JoystickSubsystem

§

impl Freeze for Sdl

§

impl Freeze for SensorSubsystem

§

impl Freeze for TimerSubsystem

§

impl Freeze for VideoSubsystem

§

impl Freeze for SurfaceRef

§

impl Freeze for FPSmanager

§

impl Freeze for Mix_Chunk

§

impl Freeze for _Mix_Music

§

impl Freeze for devela::_dep::sdl2::sys::Depth

§

impl Freeze for SDL_AssertData

§

impl Freeze for SDL_AudioCVT

§

impl Freeze for SDL_AudioDeviceEvent

§

impl Freeze for SDL_AudioSpec

§

impl Freeze for SDL_BlitMap

§

impl Freeze for SDL_Color

§

impl Freeze for SDL_CommonEvent

§

impl Freeze for SDL_ControllerAxisEvent

§

impl Freeze for SDL_ControllerButtonEvent

§

impl Freeze for SDL_ControllerDeviceEvent

§

impl Freeze for SDL_ControllerSensorEvent

§

impl Freeze for SDL_ControllerTouchpadEvent

§

impl Freeze for SDL_Cursor

§

impl Freeze for SDL_DisplayEvent

§

impl Freeze for SDL_DisplayMode

§

impl Freeze for SDL_DollarGestureEvent

§

impl Freeze for SDL_DropEvent

§

impl Freeze for SDL_FPoint

§

impl Freeze for SDL_FRect

§

impl Freeze for SDL_Finger

§

impl Freeze for SDL_GUID

§

impl Freeze for SDL_GameControllerButtonBind

§

impl Freeze for SDL_GameControllerButtonBind__bindgen_ty_1__bindgen_ty_1

§

impl Freeze for SDL_HapticCondition

§

impl Freeze for SDL_HapticConstant

§

impl Freeze for SDL_HapticCustom

§

impl Freeze for SDL_HapticDirection

§

impl Freeze for SDL_HapticLeftRight

§

impl Freeze for SDL_HapticPeriodic

§

impl Freeze for SDL_HapticRamp

§

impl Freeze for SDL_JoyAxisEvent

§

impl Freeze for SDL_JoyBallEvent

§

impl Freeze for SDL_JoyBatteryEvent

§

impl Freeze for SDL_JoyButtonEvent

§

impl Freeze for SDL_JoyDeviceEvent

§

impl Freeze for SDL_JoyHatEvent

§

impl Freeze for SDL_KeyboardEvent

§

impl Freeze for SDL_Keysym

§

impl Freeze for SDL_Locale

§

impl Freeze for SDL_MessageBoxButtonData

§

impl Freeze for SDL_MessageBoxColor

§

impl Freeze for SDL_MessageBoxColorScheme

§

impl Freeze for SDL_MessageBoxData

§

impl Freeze for SDL_MouseButtonEvent

§

impl Freeze for SDL_MouseMotionEvent

§

impl Freeze for SDL_MouseWheelEvent

§

impl Freeze for SDL_MultiGestureEvent

§

impl Freeze for SDL_OSEvent

§

impl Freeze for SDL_Palette

§

impl Freeze for SDL_PixelFormat

§

impl Freeze for SDL_Point

§

impl Freeze for SDL_QuitEvent

§

impl Freeze for SDL_RWops

§

impl Freeze for SDL_RWops__bindgen_ty_1__bindgen_ty_1

§

impl Freeze for SDL_RWops__bindgen_ty_1__bindgen_ty_2

§

impl Freeze for SDL_Rect

§

impl Freeze for SDL_Renderer

§

impl Freeze for SDL_RendererInfo

§

impl Freeze for SDL_SensorEvent

§

impl Freeze for SDL_Surface

§

impl Freeze for SDL_SysWMEvent

§

impl Freeze for SDL_SysWMinfo

§

impl Freeze for SDL_SysWMinfo__bindgen_ty_1__bindgen_ty_1

§

impl Freeze for SDL_SysWMinfo__bindgen_ty_1__bindgen_ty_2

§

impl Freeze for SDL_SysWMmsg

§

impl Freeze for SDL_SysWMmsg__bindgen_ty_1__bindgen_ty_1

§

impl Freeze for SDL_TextEditingEvent

§

impl Freeze for SDL_TextEditingExtEvent

§

impl Freeze for SDL_TextInputEvent

§

impl Freeze for SDL_Texture

§

impl Freeze for SDL_Thread

§

impl Freeze for SDL_TouchFingerEvent

§

impl Freeze for SDL_UserEvent

§

impl Freeze for SDL_Vertex

§

impl Freeze for SDL_VirtualJoystickDesc

§

impl Freeze for SDL_Window

§

impl Freeze for SDL_WindowEvent

§

impl Freeze for SDL_WindowShapeMode

§

impl Freeze for SDL_atomic_t

§

impl Freeze for SDL_cond

§

impl Freeze for SDL_hid_device_

§

impl Freeze for SDL_hid_device_info

§

impl Freeze for SDL_mutex

§

impl Freeze for SDL_semaphore

§

impl Freeze for SDL_version

§

impl Freeze for devela::_dep::sdl2::sys::Screen

§

impl Freeze for devela::_dep::sdl2::sys::ScreenFormat

§

impl Freeze for devela::_dep::sdl2::sys::Visual

§

impl Freeze for VkInstance_T

§

impl Freeze for VkSurfaceKHR_T

§

impl Freeze for devela::_dep::sdl2::sys::XAnyEvent

§

impl Freeze for XArc

§

impl Freeze for devela::_dep::sdl2::sys::XButtonEvent

§

impl Freeze for XChar2b

§

impl Freeze for XCharStruct

§

impl Freeze for devela::_dep::sdl2::sys::XCirculateEvent

§

impl Freeze for devela::_dep::sdl2::sys::XCirculateRequestEvent

§

impl Freeze for devela::_dep::sdl2::sys::XClientMessageEvent

§

impl Freeze for devela::_dep::sdl2::sys::XColor

§

impl Freeze for devela::_dep::sdl2::sys::XColormapEvent

§

impl Freeze for devela::_dep::sdl2::sys::XConfigureEvent

§

impl Freeze for devela::_dep::sdl2::sys::XConfigureRequestEvent

§

impl Freeze for devela::_dep::sdl2::sys::XCreateWindowEvent

§

impl Freeze for devela::_dep::sdl2::sys::XCrossingEvent

§

impl Freeze for devela::_dep::sdl2::sys::XDestroyWindowEvent

§

impl Freeze for devela::_dep::sdl2::sys::XErrorEvent

§

impl Freeze for devela::_dep::sdl2::sys::XExposeEvent

§

impl Freeze for XExtCodes

§

impl Freeze for devela::_dep::sdl2::sys::XFocusChangeEvent

§

impl Freeze for XFontProp

§

impl Freeze for XFontSetExtents

§

impl Freeze for XFontStruct

§

impl Freeze for XGCValues

§

impl Freeze for devela::_dep::sdl2::sys::XGenericEvent

§

impl Freeze for devela::_dep::sdl2::sys::XGenericEventCookie

§

impl Freeze for devela::_dep::sdl2::sys::XGraphicsExposeEvent

§

impl Freeze for devela::_dep::sdl2::sys::XGravityEvent

§

impl Freeze for XHostAddress

§

impl Freeze for XICCallback

§

impl Freeze for XIMCallback

§

impl Freeze for XIMStyles

§

impl Freeze for XIMValuesList

§

impl Freeze for devela::_dep::sdl2::sys::XKeyEvent

§

impl Freeze for XKeyboardControl

§

impl Freeze for XKeyboardState

§

impl Freeze for devela::_dep::sdl2::sys::XKeymapEvent

§

impl Freeze for devela::_dep::sdl2::sys::XMapEvent

§

impl Freeze for devela::_dep::sdl2::sys::XMapRequestEvent

§

impl Freeze for devela::_dep::sdl2::sys::XMappingEvent

§

impl Freeze for XModifierKeymap

§

impl Freeze for devela::_dep::sdl2::sys::XMotionEvent

§

impl Freeze for devela::_dep::sdl2::sys::XNoExposeEvent

§

impl Freeze for XOMCharSetList

§

impl Freeze for XOMFontInfo

§

impl Freeze for XOMOrientation

§

impl Freeze for XPixmapFormatValues

§

impl Freeze for XPoint

§

impl Freeze for devela::_dep::sdl2::sys::XPropertyEvent

§

impl Freeze for XRectangle

§

impl Freeze for devela::_dep::sdl2::sys::XReparentEvent

§

impl Freeze for devela::_dep::sdl2::sys::XResizeRequestEvent

§

impl Freeze for XSegment

§

impl Freeze for devela::_dep::sdl2::sys::XSelectionClearEvent

§

impl Freeze for devela::_dep::sdl2::sys::XSelectionEvent

§

impl Freeze for devela::_dep::sdl2::sys::XSelectionRequestEvent

§

impl Freeze for XServerInterpretedAddress

§

impl Freeze for devela::_dep::sdl2::sys::XSetWindowAttributes

§

impl Freeze for XTextItem16

§

impl Freeze for XTextItem

§

impl Freeze for XTimeCoord

§

impl Freeze for devela::_dep::sdl2::sys::XUnmapEvent

§

impl Freeze for devela::_dep::sdl2::sys::XVisibilityEvent

§

impl Freeze for devela::_dep::sdl2::sys::XWindowAttributes

§

impl Freeze for XWindowChanges

§

impl Freeze for XmbTextItem

§

impl Freeze for XwcTextItem

§

impl Freeze for _SDL_AudioStream

§

impl Freeze for _SDL_GameController

§

impl Freeze for _SDL_Haptic

§

impl Freeze for _SDL_Joystick

§

impl Freeze for _SDL_Sensor

§

impl Freeze for _SDL_iconv_t

§

impl Freeze for _XDisplay

§

impl Freeze for devela::_dep::sdl2::sys::_XExtData

§

impl Freeze for _XGC

§

impl Freeze for _XIC

§

impl Freeze for _XIM

§

impl Freeze for _XIMHotKeyTrigger

§

impl Freeze for _XIMHotKeyTriggers

§

impl Freeze for _XIMPreeditCaretCallbackStruct

§

impl Freeze for _XIMPreeditDrawCallbackStruct

§

impl Freeze for _XIMPreeditStateNotifyCallbackStruct

§

impl Freeze for _XIMStatusDrawCallbackStruct

§

impl Freeze for _XIMStringConversionCallbackStruct

§

impl Freeze for _XIMStringConversionText

§

impl Freeze for _XIMText

§

impl Freeze for _XImage

§

impl Freeze for _XImage_funcs

§

impl Freeze for _XOC

§

impl Freeze for _XOM

§

impl Freeze for _XPrivate

§

impl Freeze for _XrmHashBucketRec

§

impl Freeze for __BindgenFloat16

§

impl Freeze for __atomic_wide_counter__bindgen_ty_1

§

impl Freeze for __fsid_t

§

impl Freeze for __once_flag

§

impl Freeze for __pthread_cond_s

§

impl Freeze for __pthread_internal_list

§

impl Freeze for __pthread_internal_slist

§

impl Freeze for __pthread_mutex_s

§

impl Freeze for __pthread_rwlock_arch_t

§

impl Freeze for __sigset_t

§

impl Freeze for devela::_dep::sdl2::sys::__va_list_tag

§

impl Freeze for _bindgen_ty_1

§

impl Freeze for div_t

§

impl Freeze for drand48_data

§

impl Freeze for devela::_dep::sdl2::sys::fd_set

§

impl Freeze for ldiv_t

§

impl Freeze for lldiv_t

§

impl Freeze for devela::_dep::sdl2::sys::max_align_t

§

impl Freeze for random_data

§

impl Freeze for devela::_dep::sdl2::sys::timespec

§

impl Freeze for devela::_dep::sdl2::sys::timeval

§

impl Freeze for wl_display

§

impl Freeze for wl_egl_window

§

impl Freeze for wl_surface

§

impl Freeze for xdg_popup

§

impl Freeze for xdg_positioner

§

impl Freeze for xdg_surface

§

impl Freeze for xdg_toplevel

§

impl Freeze for _TTF_Font

§

impl Freeze for FontStyle

§

impl Freeze for GlyphMetrics

§

impl Freeze for Sdl2TtfContext

§

impl Freeze for devela::_dep::sdl2::version::Version

§

impl Freeze for ContextFlags

§

impl Freeze for DisplayMode

§

impl Freeze for devela::_dep::sdl2::video::DriverIterator

§

impl Freeze for GLContext

§

impl Freeze for Window

§

impl Freeze for WindowBuilder

§

impl Freeze for WindowContext

§

impl Freeze for IgnoredAny

§

impl Freeze for devela::_dep::serde::de::value::Error

§

impl Freeze for devela::_dep::simdutf8::basic::Utf8Error

§

impl Freeze for devela::_dep::simdutf8::compat::Utf8Error

§

impl Freeze for Channels

§

impl Freeze for ChannelsIter

§

impl Freeze for SignalSpec

§

impl Freeze for Crc8Ccitt

§

impl Freeze for Crc16Ansi

§

impl Freeze for Crc16AnsiLe

§

impl Freeze for Crc32

§

impl Freeze for Md5

§

impl Freeze for devela::_dep::symphonia::core::codecs::CodecDescriptor

§

impl Freeze for CodecParameters

§

impl Freeze for CodecRegistry

§

impl Freeze for CodecType

§

impl Freeze for DecoderOptions

§

impl Freeze for FinalizeResult

§

impl Freeze for RandomNoise

§

impl Freeze for Complex

§

impl Freeze for Fft

§

impl Freeze for Imdct

§

impl Freeze for Cue

§

impl Freeze for CuePoint

§

impl Freeze for FormatOptions

§

impl Freeze for devela::_dep::symphonia::core::formats::Packet

§

impl Freeze for SeekedTo

§

impl Freeze for Track

§

impl Freeze for SeekIndex

§

impl Freeze for SeekPoint

§

impl Freeze for MediaSourceStream

§

impl Freeze for MediaSourceStreamOptions

§

impl Freeze for CodebookBuilder

§

impl Freeze for Entry8x8

§

impl Freeze for Entry8x16

§

impl Freeze for Entry8x32

§

impl Freeze for Entry16x8

§

impl Freeze for Entry16x16

§

impl Freeze for Entry16x32

§

impl Freeze for Entry32x8

§

impl Freeze for Entry32x16

§

impl Freeze for Entry32x32

§

impl Freeze for devela::_dep::symphonia::core::meta::MetadataBuilder

§

impl Freeze for MetadataLog

§

impl Freeze for MetadataOptions

§

impl Freeze for MetadataRevision

§

impl Freeze for Size

§

impl Freeze for devela::_dep::symphonia::core::meta::Tag

§

impl Freeze for VendorData

§

impl Freeze for devela::_dep::symphonia::core::meta::Visual

§

impl Freeze for devela::_dep::symphonia::core::probe::Descriptor

§

impl Freeze for devela::_dep::symphonia::core::probe::Hint

§

impl Freeze for Probe

§

impl Freeze for ProbeResult

§

impl Freeze for ProbedMetadata

§

impl Freeze for i24

§

impl Freeze for u24

§

impl Freeze for devela::_dep::symphonia::core::units::Time

§

impl Freeze for TimeBase

§

impl Freeze for CGroupLimits

§

impl Freeze for devela::_dep::sysinfo::Component

§

impl Freeze for devela::_dep::sysinfo::Components

§

impl Freeze for Cpu

§

impl Freeze for CpuRefreshKind

§

impl Freeze for Disk

§

impl Freeze for DiskRefreshKind

§

impl Freeze for DiskUsage

§

impl Freeze for Disks

§

impl Freeze for Gid

§

impl Freeze for devela::_dep::sysinfo::Group

§

impl Freeze for devela::_dep::sysinfo::Groups

§

impl Freeze for IpNetwork

§

impl Freeze for LoadAvg

§

impl Freeze for MacAddr

§

impl Freeze for MemoryRefreshKind

§

impl Freeze for Motherboard

§

impl Freeze for NetworkData

§

impl Freeze for Networks

§

impl Freeze for Pid

§

impl Freeze for Process

§

impl Freeze for ProcessRefreshKind

§

impl Freeze for devela::_dep::sysinfo::Product

§

impl Freeze for RefreshKind

§

impl Freeze for devela::_dep::sysinfo::System

§

impl Freeze for Uid

§

impl Freeze for User

§

impl Freeze for Users

§

impl Freeze for DuplexStream

§

impl Freeze for devela::_dep::tokio::io::Empty

§

impl Freeze for devela::_dep::tokio::io::Repeat

§

impl Freeze for SimplexStream

§

impl Freeze for devela::_dep::tokio::io::Sink

§

impl Freeze for devela::_dep::tokio::io::Stderr

§

impl Freeze for devela::_dep::tokio::io::Stdin

§

impl Freeze for devela::_dep::tokio::io::Stdout

§

impl Freeze for devela::_dep::tokio::process::Child

§

impl Freeze for devela::_dep::tokio::process::ChildStderr

§

impl Freeze for devela::_dep::tokio::process::ChildStdin

§

impl Freeze for devela::_dep::tokio::process::ChildStdout

§

impl Freeze for devela::_dep::tokio::process::Command

§

impl Freeze for Handle

§

impl Freeze for RuntimeMetrics

§

impl Freeze for TryCurrentError

§

impl Freeze for devela::_dep::tokio::sync::oneshot::error::RecvError

§

impl Freeze for AcquireError

§

impl Freeze for devela::_dep::tokio::sync::BarrierWaitResult

§

impl Freeze for OwnedSemaphorePermit

§

impl Freeze for devela::_dep::tokio::sync::TryLockError

§

impl Freeze for devela::_dep::tokio::sync::watch::error::RecvError

§

impl Freeze for AbortHandle

§

impl Freeze for devela::_dep::tokio::task::Id

§

impl Freeze for JoinError

§

impl Freeze for LocalEnterGuard

§

impl Freeze for devela::_dep::toml_edit::de::Error

§

impl Freeze for ValueDeserializer

§

impl Freeze for ValueSerializer

§

impl Freeze for devela::_dep::toml_edit::Array

§

impl Freeze for ArrayOfTables

§

impl Freeze for devela::_dep::toml_edit::Date

§

impl Freeze for Datetime

§

impl Freeze for DatetimeParseError

§

impl Freeze for Decor

§

impl Freeze for DocumentMut

§

impl Freeze for InlineTable

§

impl Freeze for devela::_dep::toml_edit::Key

§

impl Freeze for RawString

§

impl Freeze for Repr

§

impl Freeze for Table

§

impl Freeze for devela::_dep::toml_edit::Time

§

impl Freeze for TomlError

§

impl Freeze for GraphemeCursor

§

impl Freeze for devela::_dep::ureq::config::Config

§

impl Freeze for Timeouts

§

impl Freeze for InvalidHeaderName

§

impl Freeze for InvalidHeaderValue

§

impl Freeze for MaxSizeReached

§

impl Freeze for ToStrError

§

impl Freeze for InvalidMethod

§

impl Freeze for devela::_dep::ureq::http::response::Builder

§

impl Freeze for devela::_dep::ureq::http::response::Parts

§

impl Freeze for InvalidStatusCode

§

impl Freeze for devela::_dep::ureq::http::Error

§

impl Freeze for Extensions

§

impl Freeze for Method

§

impl Freeze for StatusCode

§

impl Freeze for devela::_dep::ureq::http::Version

§

impl Freeze for InvalidUri

§

impl Freeze for InvalidUriParts

§

impl Freeze for Scheme

§

impl Freeze for Agent

§

impl Freeze for Body

§

impl Freeze for BodyBuilder

§

impl Freeze for Proxy

§

impl Freeze for ProxyBuilder

§

impl Freeze for AgentScope

§

impl Freeze for WithBody

§

impl Freeze for WithoutBody

§

impl Freeze for DefaultResolver

§

impl Freeze for ConnectProxyConnector

§

impl Freeze for DefaultConnector

§

impl Freeze for LazyBuffers

§

impl Freeze for NextTimeout

§

impl Freeze for TcpConnector

§

impl Freeze for f32x4

§

impl Freeze for f32x8

§

impl Freeze for f64x2

§

impl Freeze for f64x4

§

impl Freeze for i8x16

§

impl Freeze for i8x32

§

impl Freeze for i16x8

§

impl Freeze for i16x16

§

impl Freeze for i32x4

§

impl Freeze for i32x8

§

impl Freeze for i64x2

§

impl Freeze for i64x4

§

impl Freeze for u8x16

§

impl Freeze for u8x32

§

impl Freeze for u16x8

§

impl Freeze for u16x16

§

impl Freeze for u32x4

§

impl Freeze for u32x8

§

impl Freeze for u64x2

§

impl Freeze for u64x4

§

impl Freeze for EmptyError

§

impl Freeze for devela::_dep::winnow::stream::Range

§

impl Freeze for BStr

§

impl Freeze for devela::_dep::winnow::Bytes

§

impl Freeze for ExampleBitfield

§

impl Freeze for ExampleBitfieldCustom

§

impl Freeze for ExampleBitfieldExtra

§

impl Freeze for ExampleEnumSet

§

impl Freeze for ExampleIdSeqUsize

§

impl Freeze for AddrParseError

§

impl Freeze for Alloc

§

impl Freeze for Ansi

§

impl Freeze for AnsiColor8b

§

impl Freeze for AppApple

§

impl Freeze for AppConfig

§

impl Freeze for AppUnix

§

impl Freeze for AppWindows

§

impl Freeze for AppXdg

§

impl Freeze for Arch

§

impl Freeze for devela::all::BarrierWaitResult

§

impl Freeze for Boxed

§

impl Freeze for ByteSearch

§

impl Freeze for CStr

§

impl Freeze for CString

§

impl Freeze for CodecFlags

§

impl Freeze for CodecLen

§

impl Freeze for Crockford

§

impl Freeze for CrosstermService

§

impl Freeze for DataOverflow

§

impl Freeze for DirBuilder

§

impl Freeze for DirEntry

§

impl Freeze for DrawLine

§

impl Freeze for devela::all::Duration

§

impl Freeze for TryFromFloatSecsError

§

impl Freeze for ElementNotFound

§

impl Freeze for Env

§

impl Freeze for EventKey

§

impl Freeze for EventKeyFfi

§

impl Freeze for EventMouse

§

impl Freeze for EventPointer

§

impl Freeze for EventTimestamp

§

impl Freeze for EventWheel

§

impl Freeze for FailedErrorConversion

§

impl Freeze for devela::all::False

§

impl Freeze for FatPtr

§

impl Freeze for File

§

impl Freeze for devela::all::FileMetadata

§

impl Freeze for OpenOptions

§

impl Freeze for Permissions

§

impl Freeze for FileTimes

§

impl Freeze for FileType

§

impl Freeze for Fmt

§

impl Freeze for devela::all::FmtError

§

impl Freeze for Forth

§

impl Freeze for Fs

§

impl Freeze for FsPath

§

impl Freeze for HasherPengy

§

impl Freeze for Heat

§

impl Freeze for IdPinBox

§

impl Freeze for IndexOutOfBounds

§

impl Freeze for InvalidAxisLength

§

impl Freeze for Io

§

impl Freeze for devela::all::IoEmpty

§

impl Freeze for devela::all::IoError

§

impl Freeze for devela::all::IoRepeat

§

impl Freeze for devela::all::IoSink

§

impl Freeze for Ipv4Addr

§

impl Freeze for Ipv6Addr

§

impl Freeze for devela::all::Iter

§

impl Freeze for Args

§

impl Freeze for ArgsOs

§

impl Freeze for ReadDir

§

impl Freeze for Vars

§

impl Freeze for VarsOs

§

impl Freeze for JoinPathsError

§

impl Freeze for Js

§

impl Freeze for JsConsole

§

impl Freeze for JsInstant

§

impl Freeze for JsTextMetrics

§

impl Freeze for JsTextMetricsFull

§

impl Freeze for JsTimeout

§

impl Freeze for KeyAlreadyExists

§

impl Freeze for devela::all::KeyMods

§

impl Freeze for LINUX_ERRNO

§

impl Freeze for LINUX_EXIT

§

impl Freeze for LINUX_FILENO

§

impl Freeze for LINUX_F_CMD

§

impl Freeze for LINUX_IOCTL

§

impl Freeze for LINUX_O_FLAGS

§

impl Freeze for LINUX_SEEK

§

impl Freeze for LINUX_SIGACTION

§

impl Freeze for LINUX_SIGNAL

§

impl Freeze for LINUX_S_IFMT

§

impl Freeze for LINUX_TERMIOS_CFLAG

§

impl Freeze for LINUX_TERMIOS_IFLAG

§

impl Freeze for LINUX_TERMIOS_LFLAG

§

impl Freeze for LINUX_TERMIOS_OFLAG

§

impl Freeze for Lgc16

§

impl Freeze for LineState

§

impl Freeze for Linux

§

impl Freeze for LinuxSigaction

§

impl Freeze for LinuxSiginfo

§

impl Freeze for LinuxSigset

§

impl Freeze for LinuxStat

§

impl Freeze for LinuxTermios

§

impl Freeze for LinuxTimespec

§

impl Freeze for Log

§

impl Freeze for LogConfig

§

impl Freeze for SetLoggerError

§

impl Freeze for Maybe

§

impl Freeze for Mem

§

impl Freeze for devela::all::MemLayout

§

impl Freeze for LayoutError

§

impl Freeze for Conf

§

impl Freeze for MiniquadPixels

§

impl Freeze for Platform

§

impl Freeze for MiniquadWindow

§

impl Freeze for MismatchedCapacity

§

impl Freeze for MismatchedDimensions

§

impl Freeze for MismatchedIndices

§

impl Freeze for Mpsc

§

impl Freeze for devela::all::MpscReceiveError

§

impl Freeze for NoInverse

§

impl Freeze for NodeEmpty

§

impl Freeze for NodeLinkNotSet

§

impl Freeze for NodeLinkNotUnique

§

impl Freeze for NonNegativeRequired

§

impl Freeze for NonZeroRequired

§

impl Freeze for NotEnoughElements

§

impl Freeze for NotEnoughSpace

§

impl Freeze for NotImplemented

§

impl Freeze for NotSupported

§

impl Freeze for NumericOverflow

§

impl Freeze for OsStr

§

impl Freeze for OsString

§

impl Freeze for Panic

§

impl Freeze for ParseFloatError

§

impl Freeze for ParseIntError

§

impl Freeze for PartiallyAdded

§

impl Freeze for Path

§

impl Freeze for PathBuf

§

impl Freeze for StripPrefixError

§

impl Freeze for PhantomPinned

§

impl Freeze for Pnm

§

impl Freeze for PositiveRequired

§

impl Freeze for devela::all::Process

§

impl Freeze for devela::all::ProcessCommand

§

impl Freeze for ExitCode

§

impl Freeze for ExitStatus

§

impl Freeze for devela::all::ProcessOutput

§

impl Freeze for devela::all::ProcessStderr

§

impl Freeze for devela::all::ProcessStdin

§

impl Freeze for Stdio

§

impl Freeze for devela::all::ProcessStdout

§

impl Freeze for Ptr

§

impl Freeze for RandomState

§

impl Freeze for RangeFull

§

impl Freeze for BorrowError

§

impl Freeze for BorrowMutError

§

impl Freeze for Rfc4648

§

impl Freeze for Rfc4648Hex

§

impl Freeze for SocketAddrV4

§

impl Freeze for SocketAddrV6

§

impl Freeze for devela::all::Stderr

§

impl Freeze for devela::all::Stdin

§

impl Freeze for devela::all::Stdout

§

impl Freeze for Str

§

impl Freeze for devela::all::String

§

impl Freeze for StructureProperties

§

impl Freeze for devela::all::SystemAlloc

§

impl Freeze for devela::all::SystemInstant

§

impl Freeze for SystemTime

§

impl Freeze for devela::all::SystemTimeError

§

impl Freeze for RawWaker

§

impl Freeze for RawWakerVTable

§

impl Freeze for Waker

§

impl Freeze for TcpListener

§

impl Freeze for TcpStream

§

impl Freeze for TermSize

§

impl Freeze for Thread

§

impl Freeze for AccessError

§

impl Freeze for devela::all::ThreadBuilder

§

impl Freeze for ThreadId

§

impl Freeze for TimeDelta

§

impl Freeze for Timecode

§

impl Freeze for devela::all::Timeout

§

impl Freeze for devela::all::True

§

impl Freeze for TryFromIntError

§

impl Freeze for UdpSocket

§

impl Freeze for UiCap

§

impl Freeze for UiCapImage

§

impl Freeze for UiCapInput

§

impl Freeze for UiCapSound

§

impl Freeze for UiCapSystem

§

impl Freeze for UiCapWindow

§

impl Freeze for UnixTimeI64

§

impl Freeze for UnixTimeU32

§

impl Freeze for WaitTimeoutResult

§

impl Freeze for Wasm

§

impl Freeze for WasmAlloc

§

impl Freeze for WaveletHaar

§

impl Freeze for WaveletUnitVec

§

impl Freeze for Web

§

impl Freeze for WebDocument

§

impl Freeze for WebElement

§

impl Freeze for WebEventMouse

§

impl Freeze for WebEventPointer

§

impl Freeze for WebWindow

§

impl Freeze for WebWindowState

§

impl Freeze for WebWorker

§

impl Freeze for WebWorkerJob

§

impl Freeze for Xabc

§

impl Freeze for XorShift128

§

impl Freeze for XorShift128p

§

impl Freeze for Xoroshiro128pp

§

impl Freeze for Xyza8a

§

impl Freeze for Xyza8b

§

impl Freeze for g_bvec2

§

impl Freeze for g_bvec3

§

impl Freeze for g_bvec4

§

impl Freeze for g_dmat2

§

impl Freeze for g_dmat3

§

impl Freeze for g_dmat4

§

impl Freeze for g_dvec2

§

impl Freeze for g_dvec3

§

impl Freeze for g_dvec4

§

impl Freeze for g_ivec2

§

impl Freeze for g_ivec3

§

impl Freeze for g_ivec4

§

impl Freeze for g_mat2

§

impl Freeze for g_mat2x3

§

impl Freeze for g_mat2x4

§

impl Freeze for g_mat3

§

impl Freeze for g_mat3x2

§

impl Freeze for g_mat3x4

§

impl Freeze for g_mat4

§

impl Freeze for g_mat4x2

§

impl Freeze for g_mat4x3

§

impl Freeze for g_uvec2

§

impl Freeze for g_uvec3

§

impl Freeze for g_uvec4

§

impl Freeze for g_vec2

§

impl Freeze for g_vec3

§

impl Freeze for g_vec4

§

impl Freeze for g_vertex2

§

impl Freeze for g_vertex3

§

impl Freeze for m128

§

impl Freeze for m128d

§

impl Freeze for m128i

§

impl Freeze for m256

§

impl Freeze for m256d

§

impl Freeze for m256i

§

impl Freeze for TypeId

§

impl Freeze for Char

§

impl Freeze for GraphemeString

§

impl Freeze for InvalidChar

§

impl Freeze for InvalidUtf8

§

impl Freeze for char7

§

impl Freeze for char8

§

impl Freeze for char16

§

impl Freeze for devela::_core::alloc::AllocError

§

impl Freeze for CpuidResult

§

impl Freeze for __m128

§

impl Freeze for __m128bh

§

impl Freeze for __m128d

§

impl Freeze for __m128h

§

impl Freeze for __m128i

§

impl Freeze for __m256

§

impl Freeze for __m256bh

§

impl Freeze for __m256d

§

impl Freeze for __m256h

§

impl Freeze for __m256i

§

impl Freeze for __m512

§

impl Freeze for __m512bh

§

impl Freeze for __m512d

§

impl Freeze for __m512h

§

impl Freeze for __m512i

§

impl Freeze for bf16

§

impl Freeze for TryFromSliceError

§

impl Freeze for devela::_core::ascii::EscapeDefault

§

impl Freeze for ByteStr

§

impl Freeze for CharTryFromError

§

impl Freeze for DecodeUtf16Error

§

impl Freeze for devela::_core::char::EscapeDebug

§

impl Freeze for devela::_core::char::EscapeDefault

§

impl Freeze for devela::_core::char::EscapeUnicode

§

impl Freeze for ParseCharError

§

impl Freeze for ToLowercase

§

impl Freeze for ToUppercase

§

impl Freeze for TryFromCharError

§

impl Freeze for FromBytesUntilNulError

§

impl Freeze for FormattingOptions

§

impl Freeze for SipHasher

§

impl Freeze for ReturnToArg

§

impl Freeze for UnwindActionArg

§

impl Freeze for Assume

§

impl Freeze for devela::_core::ptr::Alignment

§

impl Freeze for ParseBoolError

§

impl Freeze for devela::_core::str::Utf8Error

§

impl Freeze for LocalWaker

§

impl Freeze for AVChannelLayout__bindgen_ty_1

§

impl Freeze for AVFilter__bindgen_ty_1

§

impl Freeze for AVOption__bindgen_ty_1

§

impl Freeze for av_intfloat32

§

impl Freeze for av_intfloat64

§

impl Freeze for ClientMessageData

§

impl Freeze for devela::_dep::miniquad::native::linux_x11::libx11::_XEvent

§

impl Freeze for PyMethodDefPointer

§

impl Freeze for PyUnicodeObjectData

§

impl Freeze for __c_anonymous_ifc_ifcu

§

impl Freeze for __c_anonymous_ifr_ifru

§

impl Freeze for __c_anonymous_iwreq

§

impl Freeze for __c_anonymous_ptp_perout_request_1

§

impl Freeze for __c_anonymous_ptp_perout_request_2

§

impl Freeze for __c_anonymous_ptrace_syscall_info_data

§

impl Freeze for __c_anonymous_sockaddr_can_can_addr

§

impl Freeze for __c_anonymous_xsk_tx_metadata_union

§

impl Freeze for iwreq_data

§

impl Freeze for tpacket_bd_header_u

§

impl Freeze for tpacket_req_u

§

impl Freeze for SDL_Event

§

impl Freeze for SDL_GameControllerButtonBind__bindgen_ty_1

§

impl Freeze for SDL_HapticEffect

§

impl Freeze for SDL_RWops__bindgen_ty_1

§

impl Freeze for SDL_SysWMinfo__bindgen_ty_1

§

impl Freeze for SDL_SysWMmsg__bindgen_ty_1

§

impl Freeze for SDL_WindowShapeParams

§

impl Freeze for XClientMessageEvent__bindgen_ty_1

§

impl Freeze for XEDataObject

§

impl Freeze for devela::_dep::sdl2::sys::_XEvent

§

impl Freeze for _XIMStatusDrawCallbackStruct__bindgen_ty_1

§

impl Freeze for _XIMStringConversionText__bindgen_ty_1

§

impl Freeze for _XIMText__bindgen_ty_1

§

impl Freeze for __atomic_wide_counter

§

impl Freeze for devela::_dep::sdl2::sys::pthread_attr_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_barrier_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_barrierattr_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_cond_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_condattr_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_mutex_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_mutexattr_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_rwlock_t

§

impl Freeze for devela::_dep::sdl2::sys::pthread_rwlockattr_t

§

impl Freeze for DataRaw64Copy

§

impl Freeze for AdjacentlyTaggedEnumVariant

§

impl Freeze for AsciiCase

§

impl Freeze for AsyncIterBaseTag

§

impl Freeze for AsyncIterOptionTag

§

impl Freeze for AsyncIterResultOptionTag

§

impl Freeze for Big8x3

§

impl Freeze for Big32x40

§

impl Freeze for Context

§

impl Freeze for Decimal

§

impl Freeze for DecimalSeq

§

impl Freeze for Decoded

§

impl Freeze for DictVarkeywords

§

impl Freeze for False

§

impl Freeze for FmtSpec

§

impl Freeze for FullDecoded

§

impl Freeze for FunctionDescription

§

impl Freeze for GlobalLogger

§

impl Freeze for HashCallbackOutput

§

impl Freeze for I32NotAllOnes

§

impl Freeze for I64NotAllOnes

§

impl Freeze for IPowModulo

§

impl Freeze for IterBaseTag

§

impl Freeze for IterOptionTag

§

impl Freeze for IterResultOptionTag

§

impl Freeze for KeywordOnlyParameterDescription

§

impl Freeze for MaybeRuntimePyMethodDef

§

impl Freeze for ModuleInitializer

§

impl Freeze for MustAbort

§

impl Freeze for Nanoseconds

§

impl Freeze for NoVarargs

§

impl Freeze for NoVarkeywords

§

impl Freeze for NonZeroCharInner

§

impl Freeze for NonZeroI8Inner

§

impl Freeze for NonZeroI16Inner

§

impl Freeze for NonZeroI32Inner

§

impl Freeze for NonZeroI64Inner

§

impl Freeze for NonZeroI128Inner

§

impl Freeze for NonZeroIsizeInner

§

impl Freeze for NonZeroU8Inner

§

impl Freeze for NonZeroU16Inner

§

impl Freeze for NonZeroU32Inner

§

impl Freeze for NonZeroU64Inner

§

impl Freeze for NonZeroU128Inner

§

impl Freeze for NonZeroUsizeInner

§

impl Freeze for PanicTrap

§

impl Freeze for PosixDay

§

impl Freeze for PosixDayTime

§

impl Freeze for PosixOffset

§

impl Freeze for PosixRule

§

impl Freeze for PosixTime

§

impl Freeze for PyClassAttributeDef

§

impl Freeze for PyClassDictSlot

§

impl Freeze for PyClassDummySlot

§

impl Freeze for PyClassItems

§

impl Freeze for PyClassItemsIter

§

impl Freeze for PyClassWeakRefSlot

§

impl Freeze for PyGetterDef

§

impl Freeze for PyMethodDef

§

impl Freeze for PyMethodDefType

§

impl Freeze for PyMethodType

§

impl Freeze for PyObjectFreeList

§

impl Freeze for PySetterDef

§

impl Freeze for Sign

§

impl Freeze for TagContentOtherField

§

impl Freeze for TagContentOtherFieldVisitor

§

impl Freeze for TagOrContentField

§

impl Freeze for TagOrContentFieldVisitor

§

impl Freeze for True

§

impl Freeze for TryCaptureWithDebug

§

impl Freeze for TryCaptureWithoutDebug

§

impl Freeze for TupleVarargs

§

impl Freeze for TzifDateTime

§

impl Freeze for TzifIndicator

§

impl Freeze for TzifLocalTimeType

§

impl Freeze for TzifTransitionInfo

§

impl Freeze for TzifTransitionKind

§

impl Freeze for U32NotAllOnes

§

impl Freeze for U64NotAllOnes

§

impl Freeze for UsizeNoHighBit

§

impl Freeze for Utf8Encoder

§

impl Freeze for Utf16Encoder

§

impl<'a> !Freeze for Notified<'a>

§

impl<'a> !Freeze for devela::_core::error::Request<'a>

§

impl<'a> Freeze for AncillaryData<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::codec::subtitle::Rect<'a>

§

impl<'a> Freeze for RectMut<'a>

§

impl<'a> Freeze for BufferSource<'a>

§

impl<'a> Freeze for ShaderSource<'a>

§

impl<'a> Freeze for TextureSource<'a>

§

impl<'a> Freeze for PyStringData<'a>

§

impl<'a> Freeze for ClickedButton<'a>

§

impl<'a> Freeze for VertexIndices<'a>

§

impl<'a> Freeze for Unexpected<'a>

§

impl<'a> Freeze for MatcherType<'a>

§

impl<'a> Freeze for AudioBufferRef<'a>

§

impl<'a> Freeze for ProcessesToUpdate<'a>

§

impl<'a> Freeze for devela::_dep::toml_edit::Entry<'a>

§

impl<'a> Freeze for InlineEntry<'a>

§

impl<'a> Freeze for AllocMode<'a>

§

impl<'a> Freeze for devela::all::PathComponent<'a>

§

impl<'a> Freeze for Prefix<'a>

§

impl<'a> Freeze for Utf8Pattern<'a>

§

impl<'a> Freeze for devela::_dep::_alloc::string::Drain<'a>

§

impl<'a> Freeze for devela::_dep::_std::ffi::os_str::Display<'a>

§

impl<'a> Freeze for devela::_dep::_std::os::unix::net::Incoming<'a>

§

impl<'a> Freeze for Messages<'a>

§

impl<'a> Freeze for ScmCredentials<'a>

§

impl<'a> Freeze for ScmRights<'a>

§

impl<'a> Freeze for SocketAncillary<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::codec::codec::ChannelLayoutIter<'a>

§

impl<'a> Freeze for FrameRateIter<'a>

§

impl<'a> Freeze for PixelFormatIter<'a>

§

impl<'a> Freeze for SampleFormatIter<'a>

§

impl<'a> Freeze for SampleRateIter<'a>

§

impl<'a> Freeze for SideDataIter<'a>

§

impl<'a> Freeze for Borrow<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::codec::packet::SideData<'a>

§

impl<'a> Freeze for Ass<'a>

§

impl<'a> Freeze for AssMut<'a>

§

impl<'a> Freeze for Bitmap<'a>

§

impl<'a> Freeze for BitmapMut<'a>

§

impl<'a> Freeze for RectIter<'a>

§

impl<'a> Freeze for RectMutIter<'a>

§

impl<'a> Freeze for Text<'a>

§

impl<'a> Freeze for TextMut<'a>

§

impl<'a> Freeze for DeviceIter<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::device::Info<'a>

§

impl<'a> Freeze for PadIter<'a>

§

impl<'a> Freeze for Parser<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::filter::Context<'a>

§

impl<'a> Freeze for Pad<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::filter::Sink<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::filter::Source<'a>

§

impl<'a> Freeze for PacketIter<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::software::scaling::Vector<'a>

§

impl<'a> Freeze for ChannelLayout<'a>

§

impl<'a> Freeze for Chapter<'a>

§

impl<'a> Freeze for ChapterMut<'a>

§

impl<'a> Freeze for Owned<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::DictionaryMut<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::DictionaryRef<'a>

§

impl<'a> Freeze for Stream<'a>

§

impl<'a> Freeze for StreamMut<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::util::dictionary::Iter<'a>

§

impl<'a> Freeze for devela::_dep::ffmpeg_the_third::util::frame::SideData<'a>

§

impl<'a> Freeze for AxisDataIter<'a>

§

impl<'a> Freeze for ButtonDataIter<'a>

§

impl<'a> Freeze for ConnectedGamepadsIterator<'a>

§

impl<'a> Freeze for Gamepad<'a>

§

impl<'a> Freeze for Frames<'a>

§

impl<'a> Freeze for SpanArithmetic<'a>

§

impl<'a> Freeze for SpanCompare<'a>

§

impl<'a> Freeze for SpanRelativeTo<'a>

§

impl<'a> Freeze for SpanRound<'a>

§

impl<'a> Freeze for SpanTotal<'a>

§

impl<'a> Freeze for ZonedDifference<'a>

§

impl<'a> Freeze for devela::_dep::kira::info::Info<'a>

§

impl<'a> Freeze for devela::_dep::log::MetadataBuilder<'a>

§

impl<'a> Freeze for RecordBuilder<'a>

§

impl<'a> Freeze for Arg<'a>

§

impl<'a> Freeze for UniformsSource<'a>

§

impl<'a> Freeze for PyVisit<'a>

§

impl<'a> Freeze for PythonVersionInfo<'a>

§

impl<'a> Freeze for devela::_dep::rayon::string::Drain<'a>

§

impl<'a> Freeze for BroadcastContext<'a>

§

impl<'a> Freeze for EventPollIterator<'a>

§

impl<'a> Freeze for EventWaitIterator<'a>

§

impl<'a> Freeze for EventWaitTimeoutIterator<'a>

§

impl<'a> Freeze for KeyboardState<'a>

§

impl<'a> Freeze for ScancodeIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::messagebox::ButtonData<'a>

§

impl<'a> Freeze for Music<'a>

§

impl<'a> Freeze for MouseButtonIterator<'a>

§

impl<'a> Freeze for RWops<'a>

§

impl<'a> Freeze for Surface<'a>

§

impl<'a> Freeze for SurfaceContext<'a>

§

impl<'a> Freeze for Timer<'a>

§

impl<'a> Freeze for ContextFlagsBuilder<'a>

§

impl<'a> Freeze for GLAttr<'a>

§

impl<'a> Freeze for WindowSurfaceRef<'a>

§

impl<'a> Freeze for RangeMatches<'a>

§

impl<'a> Freeze for RangeRMatches<'a>

§

impl<'a> Freeze for RangeRSplits<'a>

§

impl<'a> Freeze for RangeSplits<'a>

§

impl<'a> Freeze for BitReaderLtr<'a>

§

impl<'a> Freeze for BitReaderRtl<'a>

§

impl<'a> Freeze for devela::_dep::symphonia::core::io::BufReader<'a>

§

impl<'a> Freeze for devela::_dep::symphonia::core::meta::Metadata<'a>

§

impl<'a> Freeze for ReadBuf<'a>

§

impl<'a> Freeze for EnterGuard<'a>

§

impl<'a> Freeze for SemaphorePermit<'a>

§

impl<'a> Freeze for InlineOccupiedEntry<'a>

§

impl<'a> Freeze for InlineVacantEntry<'a>

§

impl<'a> Freeze for devela::_dep::toml_edit::OccupiedEntry<'a>

§

impl<'a> Freeze for devela::_dep::toml_edit::VacantEntry<'a>

§

impl<'a> Freeze for GraphemeIndices<'a>

§

impl<'a> Freeze for Graphemes<'a>

§

impl<'a> Freeze for USentenceBoundIndices<'a>

§

impl<'a> Freeze for USentenceBounds<'a>

§

impl<'a> Freeze for UWordBoundIndices<'a>

§

impl<'a> Freeze for UWordBounds<'a>

§

impl<'a> Freeze for UnicodeSentences<'a>

§

impl<'a> Freeze for UnicodeWordIndices<'a>

§

impl<'a> Freeze for UnicodeWords<'a>

§

impl<'a> Freeze for MiddlewareNext<'a>

§

impl<'a> Freeze for BodyReader<'a>

§

impl<'a> Freeze for BodyWithConfig<'a>

§

impl<'a> Freeze for SendBody<'a>

§

impl<'a> Freeze for ConnectionDetails<'a>

§

impl<'a> Freeze for Arguments<'a>

§

impl<'a> Freeze for Formatter<'a>

§

impl<'a> Freeze for IdPin<'a>

§

impl<'a> Freeze for IoSlice<'a>

§

impl<'a> Freeze for IoSliceMut<'a>

§

impl<'a> Freeze for devela::all::IterPath<'a>

§

impl<'a> Freeze for Ancestors<'a>

§

impl<'a> Freeze for devela::all::IterPathComponents<'a>

§

impl<'a> Freeze for SplitPaths<'a>

§

impl<'a> Freeze for devela::all::LogMetadata<'a>

§

impl<'a> Freeze for Record<'a>

§

impl<'a> Freeze for PanicHookInfo<'a>

§

impl<'a> Freeze for PanicInfo<'a>

§

impl<'a> Freeze for devela::all::PanicLocation<'a>

§

impl<'a> Freeze for devela::all::PathDisplay<'a>

§

impl<'a> Freeze for PrefixComponent<'a>

§

impl<'a> Freeze for CommandArgs<'a>

§

impl<'a> Freeze for CommandEnvs<'a>

§

impl<'a> Freeze for Sixel<'a>

§

impl<'a> Freeze for StderrLock<'a>

§

impl<'a> Freeze for StdinLock<'a>

§

impl<'a> Freeze for StdoutLock<'a>

§

impl<'a> Freeze for devela::all::TaskContext<'a>

§

impl<'a> Freeze for devela::all::TcpIncoming<'a>

§

impl<'a> Freeze for devela::text::IterChars<'a>

§

impl<'a> Freeze for devela::_core::error::Source<'a>

§

impl<'a> Freeze for devela::_core::ffi::c_str::Bytes<'a>

§

impl<'a> Freeze for BorrowedCursor<'a>

§

impl<'a> Freeze for PanicMessage<'a>

§

impl<'a> Freeze for EscapeAscii<'a>

§

impl<'a> Freeze for CharSearcher<'a>

§

impl<'a> Freeze for devela::_core::str::Bytes<'a>

§

impl<'a> Freeze for devela::_core::str::CharIndices<'a>

§

impl<'a> Freeze for devela::_core::str::EncodeUtf16<'a>

§

impl<'a> Freeze for devela::_core::str::EscapeDebug<'a>

§

impl<'a> Freeze for devela::_core::str::EscapeDefault<'a>

§

impl<'a> Freeze for devela::_core::str::EscapeUnicode<'a>

§

impl<'a> Freeze for devela::_core::str::Lines<'a>

§

impl<'a> Freeze for LinesAny<'a>

§

impl<'a> Freeze for devela::_core::str::SplitAsciiWhitespace<'a>

§

impl<'a> Freeze for devela::_core::str::SplitWhitespace<'a>

§

impl<'a> Freeze for Utf8Chunk<'a>

§

impl<'a> Freeze for Utf8Chunks<'a>

§

impl<'a> Freeze for ContextBuilder<'a>

§

impl<'a> Freeze for PhantomContravariantLifetime<'a>

§

impl<'a> Freeze for PhantomCovariantLifetime<'a>

§

impl<'a> Freeze for PhantomInvariantLifetime<'a>

§

impl<'a> Freeze for Best<'a>

§

impl<'a> Freeze for ChapterIter<'a>

§

impl<'a> Freeze for ChapterIterMut<'a>

§

impl<'a> Freeze for Concat<'a>

§

impl<'a> Freeze for ConcatBytes<'a>

§

impl<'a> Freeze for Formatted<'a>

§

impl<'a> Freeze for InternallyTaggedUnitVisitor<'a>

§

impl<'a> Freeze for Join<'a>

§

impl<'a> Freeze for Part<'a>

§

impl<'a> Freeze for StreamIter<'a>

§

impl<'a> Freeze for StreamIterMut<'a>

§

impl<'a> Freeze for UntaggedUnitVisitor<'a>

§

impl<'a, 'b> Freeze for DebugList<'a, 'b>

§

impl<'a, 'b> Freeze for DebugMap<'a, 'b>

§

impl<'a, 'b> Freeze for DebugSet<'a, 'b>

§

impl<'a, 'b> Freeze for DebugStruct<'a, 'b>

§

impl<'a, 'b> Freeze for DebugTuple<'a, 'b>

§

impl<'a, 'b> Freeze for CharSliceSearcher<'a, 'b>

§

impl<'a, 'b> Freeze for StrSearcher<'a, 'b>

§

impl<'a, 'b, K, Q, V, S, A> Freeze for EntryRef<'a, 'b, K, Q, V, S, A>
where Q: ?Sized,

§

impl<'a, 'b, K, Q, V, S, A> Freeze for VacantEntryRef<'a, 'b, K, Q, V, S, A>
where Q: ?Sized,

§

impl<'a, 'b, T> Freeze for ExampleEnum<'a, 'b, T>
where T: Freeze,

§

impl<'a, 'b, const N: usize> Freeze for CharArrayRefSearcher<'a, 'b, N>

§

impl<'a, 'bump> Freeze for devela::_dep::bumpalo::collections::string::Drain<'a, 'bump>

§

impl<'a, 'bump, I> Freeze for devela::_dep::bumpalo::collections::vec::Splice<'a, 'bump, I>
where I: Freeze,

§

impl<'a, 'bump, T> Freeze for devela::_dep::bumpalo::collections::vec::Drain<'a, 'bump, T>

§

impl<'a, 'bump, T, F> Freeze for DrainFilter<'a, 'bump, T, F>
where F: Freeze,

§

impl<'a, 'de, E> Freeze for ContentRefDeserializer<'a, 'de, E>

§

impl<'a, 'de, E> Freeze for FlatMapDeserializer<'a, 'de, E>

§

impl<'a, 'f> Freeze for VaList<'a, 'f>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::OneIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::ThreeIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::all::memchr::TwoIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::OneIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::ThreeIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::avx2::memchr::TwoIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::OneIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::ThreeIter<'a, 'h>

§

impl<'a, 'h> Freeze for devela::_dep::memchr::arch::x86_64::sse2::memchr::TwoIter<'a, 'h>

§

impl<'a, 'py> Freeze for DowncastError<'a, 'py>

§

impl<'a, 'py> Freeze for BorrowedTupleIterator<'a, 'py>

§

impl<'a, 'py, T> Freeze for devela::_dep::pyo3::Borrowed<'a, 'py, T>

§

impl<'a, 'py, T> Freeze for BoundRef<'a, 'py, T>

§

impl<'a, A> Freeze for devela::all::OptionIter<'a, A>

§

impl<'a, A> Freeze for devela::all::OptionIterMut<'a, A>

§

impl<'a, B> Freeze for Cow<'a, B>
where <B as ToOwned>::Owned: Freeze, B: ?Sized,

§

impl<'a, B> Freeze for BitStreamLtr<'a, B>

§

impl<'a, B> Freeze for BitStreamRtl<'a, B>

§

impl<'a, CB> Freeze for AudioDeviceLockGuard<'a, CB>

§

impl<'a, CB> Freeze for EventWatch<'a, CB>

§

impl<'a, DST, BUF> Freeze for DstQueueIter<'a, DST, BUF>
where DST: ?Sized,

§

impl<'a, DST, BUF> Freeze for DstQueueIterMut<'a, DST, BUF>
where DST: ?Sized,

§

impl<'a, DST, BUF> Freeze for DstQueuePopHandle<'a, DST, BUF>
where DST: ?Sized,

§

impl<'a, DST, BUF> Freeze for DstStackIter<'a, DST, BUF>
where DST: ?Sized,

§

impl<'a, DST, BUF> Freeze for DstStackIterMut<'a, DST, BUF>
where DST: ?Sized,

§

impl<'a, E> Freeze for BytesDeserializer<'a, E>

§

impl<'a, E> Freeze for CowStrDeserializer<'a, E>

§

impl<'a, E> Freeze for devela::_dep::serde::de::value::StrDeserializer<'a, E>

§

impl<'a, E> Freeze for StrDeserializer<'a, E>

§

impl<'a, F> Freeze for CharPredicateSearcher<'a, F>
where F: Freeze,

§

impl<'a, I> !Freeze for Format<'a, I>

§

impl<'a, I> Freeze for devela::_dep::image::Pixels<'a, I>
where I: ?Sized,

§

impl<'a, I> Freeze for devela::_dep::itertools::Chunk<'a, I>
where <I as Iterator>::Item: Freeze,

§

impl<'a, I> Freeze for devela::_dep::itertools::Chunks<'a, I>

§

impl<'a, I> Freeze for ByRefSized<'a, I>

§

impl<'a, I, A> Freeze for devela::_dep::_alloc::vec::Splice<'a, I, A>
where I: Freeze,

§

impl<'a, I, A> Freeze for devela::_dep::allocator_api2::vec::Splice<'a, I, A>
where I: Freeze,

§

impl<'a, I, E> Freeze for ProcessResults<'a, I, E>
where I: Freeze,

§

impl<'a, I, F> !Freeze for FormatWith<'a, I, F>

§

impl<'a, I, F> Freeze for PeekingTakeWhile<'a, I, F>
where F: Freeze,

§

impl<'a, I, F> Freeze for TakeWhileRef<'a, I, F>
where F: Freeze,

§

impl<'a, K> Freeze for devela::_dep::_alloc::collections::btree_set::Cursor<'a, K>

§

impl<'a, K> Freeze for devela::_dep::_std::collections::hash_set::Drain<'a, K>

§

impl<'a, K> Freeze for devela::_dep::_std::collections::hash_set::Iter<'a, K>

§

impl<'a, K> Freeze for devela::_dep::hashbrown::hash_set::Iter<'a, K>

§

impl<'a, K, A> Freeze for devela::_dep::_alloc::collections::btree_set::CursorMut<'a, K, A>

§

impl<'a, K, A> Freeze for devela::_dep::_alloc::collections::btree_set::CursorMutKey<'a, K, A>

§

impl<'a, K, A> Freeze for devela::_dep::hashbrown::hash_set::Drain<'a, K, A>

§

impl<'a, K, F> Freeze for devela::_dep::_std::collections::hash_set::ExtractIf<'a, K, F>
where F: Freeze,

§

impl<'a, K, F, A> Freeze for devela::_dep::hashbrown::hash_set::ExtractIf<'a, K, F, A>
where F: Freeze,

§

impl<'a, K, I, F> Freeze for devela::_dep::itertools::Group<'a, K, I, F>
where <I as Iterator>::Item: Freeze,

§

impl<'a, K, I, F> Freeze for devela::_dep::itertools::Groups<'a, K, I, F>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Entry<'a, K, V>
where K: Freeze,

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Cursor<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::IterMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Keys<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Range<'a, K, V>

§

impl<'a, K, V> Freeze for RangeMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::Values<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_alloc::collections::btree_map::ValuesMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Drain<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::IterMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Keys<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::OccupiedEntry<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::OccupiedError<'a, K, V>
where V: Freeze,

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::VacantEntry<'a, K, V>
where K: Freeze,

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::Values<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::_std::collections::hash_map::ValuesMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::IterMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Keys<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::Values<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::hashbrown::hash_map::ValuesMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::btree_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::btree_map::IterMut<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::Drain<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::Iter<'a, K, V>

§

impl<'a, K, V> Freeze for devela::_dep::rayon::collections::hash_map::IterMut<'a, K, V>

§

impl<'a, K, V, A> Freeze for devela::all::BTreeMapEntry<'a, K, V, A>
where K: Freeze, A: Freeze,

§

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::CursorMut<'a, K, V, A>

§

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::CursorMutKey<'a, K, V, A>

§

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::OccupiedEntry<'a, K, V, A>
where A: Freeze,

§

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::OccupiedError<'a, K, V, A>
where V: Freeze, A: Freeze,

§

impl<'a, K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::VacantEntry<'a, K, V, A>
where K: Freeze, A: Freeze,

§

impl<'a, K, V, A> Freeze for devela::_dep::hashbrown::hash_map::Drain<'a, K, V, A>

§

impl<'a, K, V, F> Freeze for devela::_dep::_std::collections::hash_map::ExtractIf<'a, K, V, F>
where F: Freeze,

§

impl<'a, K, V, F, A> Freeze for devela::_dep::hashbrown::hash_map::ExtractIf<'a, K, V, F, A>
where F: Freeze,

§

impl<'a, K, V, R, F, A> Freeze for devela::_dep::_alloc::collections::btree_map::ExtractIf<'a, K, V, R, F, A>
where F: Freeze, A: Freeze, R: Freeze,

§

impl<'a, K, V, S, A> Freeze for RawEntryMut<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for devela::all::HashMapEntry<'a, K, V, S, A>
where K: Freeze,

§

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::OccupiedEntry<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::OccupiedError<'a, K, V, S, A>
where V: Freeze,

§

impl<'a, K, V, S, A> Freeze for RawEntryBuilder<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for RawEntryBuilderMut<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for RawOccupiedEntryMut<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for RawVacantEntryMut<'a, K, V, S, A>

§

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::VacantEntry<'a, K, V, S, A>
where K: Freeze,

§

impl<'a, M> Freeze for FlatMapSerializeMap<'a, M>

§

impl<'a, M> Freeze for FlatMapSerializeStruct<'a, M>

§

impl<'a, M> Freeze for FlatMapSerializeStructVariantAsMapValue<'a, M>

§

impl<'a, M> Freeze for FlatMapSerializeTupleVariantAsMapValue<'a, M>

§

impl<'a, M> Freeze for FlatMapSerializer<'a, M>

§

impl<'a, P> Freeze for EnumeratePixels<'a, P>

§

impl<'a, P> Freeze for EnumeratePixelsMut<'a, P>

§

impl<'a, P> Freeze for EnumeratePixelsMutPar<'a, P>

§

impl<'a, P> Freeze for EnumeratePixelsPar<'a, P>

§

impl<'a, P> Freeze for EnumerateRows<'a, P>

§

impl<'a, P> Freeze for EnumerateRowsMut<'a, P>

§

impl<'a, P> Freeze for devela::_dep::image::buffer::Pixels<'a, P>

§

impl<'a, P> Freeze for PixelsMut<'a, P>

§

impl<'a, P> Freeze for PixelsMutPar<'a, P>

§

impl<'a, P> Freeze for PixelsPar<'a, P>

§

impl<'a, P> Freeze for Rows<'a, P>

§

impl<'a, P> Freeze for RowsMut<'a, P>

§

impl<'a, P> Freeze for devela::_core::str::MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::Matches<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for RMatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for RMatches<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::RSplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for RSplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::SplitInclusive<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::SplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for devela::_core::str::SplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Freeze,

§

impl<'a, P> Freeze for Contains<'a, P>
where P: Freeze,

§

impl<'a, P> Freeze for EndsWith<'a, P>
where P: Freeze,

§

impl<'a, P> Freeze for StartsWith<'a, P>
where P: Freeze,

§

impl<'a, P> Freeze for StripPrefix<'a, P>
where P: Freeze,

§

impl<'a, P> Freeze for StripSuffix<'a, P>
where P: Freeze,

§

impl<'a, R> Freeze for ReplacerRef<'a, R>
where R: ?Sized,

§

impl<'a, S> Freeze for AudioPlanes<'a, S>

§

impl<'a, S> Freeze for AudioPlanesMut<'a, S>

§

impl<'a, T> !Freeze for devela::_dep::ureq::http::header::Entry<'a, T>

§

impl<'a, T> !Freeze for devela::_dep::ureq::http::header::VacantEntry<'a, T>

§

impl<'a, T> Freeze for MaybeOwned<'a, T>
where <T as Ownership>::Backing: Freeze, T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::binary_heap::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Range<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::SymmetricDifference<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::btree_set::Union<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::linked_list::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::linked_list::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::vec_deque::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::collections::vec_deque::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_alloc::vec::PeekMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_std::sync::mpmc::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_std::sync::mpmc::TryIter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_std::sync::MappedMutexGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for MappedRwLockReadGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for MappedRwLockWriteGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for ReentrantLockGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::allocator_api2::vec::InPlaceSeed<'a, T>

§

impl<'a, T> Freeze for devela::_dep::bumpalo::boxed::Box<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::flume::Drain<'a, T>

§

impl<'a, T> Freeze for devela::_dep::flume::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::flume::TryIter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::hashbrown::hash_table::Iter<'a, T>

§

impl<'a, T> Freeze for IterHash<'a, T>

§

impl<'a, T> Freeze for IterHashMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::hashbrown::hash_table::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::binary_heap::Drain<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::binary_heap::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::btree_set::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::hash_set::Drain<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::hash_set::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::linked_list::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::linked_list::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::Drain<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::collections::vec_deque::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::option::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::option::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::result::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::rayon::result::IterMut<'a, T>

§

impl<'a, T> Freeze for Permit<'a, T>

§

impl<'a, T> Freeze for PermitIterator<'a, T>

§

impl<'a, T> Freeze for devela::_dep::tokio::sync::MappedMutexGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::tokio::sync::MutexGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for RwLockMappedWriteGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::tokio::sync::RwLockReadGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::tokio::sync::RwLockWriteGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::_dep::tokio::sync::watch::Ref<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::Drain<'a, T>

§

impl<'a, T> Freeze for GetAll<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::Keys<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::OccupiedEntry<'a, T>

§

impl<'a, T> Freeze for ValueDrain<'a, T>
where T: Freeze,

§

impl<'a, T> Freeze for ValueIter<'a, T>

§

impl<'a, T> Freeze for ValueIterMut<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::Values<'a, T>

§

impl<'a, T> Freeze for devela::_dep::ureq::http::header::ValuesMut<'a, T>

§

impl<'a, T> Freeze for ArrayFmt<'a, T>

§

impl<'a, T> Freeze for ConstList<'a, T>
where T: Freeze,

§

impl<'a, T> Freeze for ConstListIterator<'a, T>

§

impl<'a, T> Freeze for CurrentGuard<'a, T>

§

impl<'a, T> Freeze for devela::all::MpscIter<'a, T>

§

impl<'a, T> Freeze for devela::all::MpscTryIter<'a, T>

§

impl<'a, T> Freeze for devela::all::MutexGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::all::ResultIter<'a, T>

§

impl<'a, T> Freeze for devela::all::ResultIterMut<'a, T>

§

impl<'a, T> Freeze for devela::all::RwLockReadGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for devela::all::RwLockWriteGuard<'a, T>
where T: ?Sized,

§

impl<'a, T> Freeze for TupleFmt<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::Chunks<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::ChunksExact<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::ChunksExactMut<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::ChunksMut<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::IterMut<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::RChunks<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::RChunksExact<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::RChunksExactMut<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::RChunksMut<'a, T>

§

impl<'a, T> Freeze for devela::_core::slice::Windows<'a, T>

§

impl<'a, T> Freeze for Encode<'a, T>
where T: Freeze,

§

impl<'a, T> Freeze for InPlaceSeed<'a, T>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::Entry<'a, T, A>
where A: Freeze, T: Freeze,

§

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::Entry<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::binary_heap::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for DrainSorted<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::binary_heap::PeekMut<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::Difference<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::Intersection<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::OccupiedEntry<'a, T, A>
where A: Freeze,

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::btree_set::VacantEntry<'a, T, A>
where T: Freeze, A: Freeze,

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::linked_list::Cursor<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::linked_list::CursorMut<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::collections::vec_deque::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::_alloc::vec::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::allocator_api2::vec::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for AbsentEntry<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::Drain<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::OccupiedEntry<'a, T, A>

§

impl<'a, T, A> Freeze for devela::_dep::hashbrown::hash_table::VacantEntry<'a, T, A>

§

impl<'a, T, E> Freeze for CoroWork<'a, T, E>

§

impl<'a, T, F, A> Freeze for devela::_dep::_alloc::collections::linked_list::ExtractIf<'a, T, F, A>
where F: Freeze,

§

impl<'a, T, F, A> Freeze for devela::_dep::_alloc::vec::ExtractIf<'a, T, F, A>
where F: Freeze,

§

impl<'a, T, F, A> Freeze for devela::_dep::hashbrown::hash_table::ExtractIf<'a, T, F, A>
where F: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::ChunkBy<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::ChunkByMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::RSplit<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for RSplitMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::RSplitN<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for RSplitNMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::Split<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::SplitInclusive<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::SplitInclusiveMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::SplitMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for devela::_core::slice::SplitN<'a, T, P>
where P: Freeze,

§

impl<'a, T, P> Freeze for SplitNMut<'a, T, P>
where P: Freeze,

§

impl<'a, T, R, F, A> Freeze for devela::_dep::_alloc::collections::btree_set::ExtractIf<'a, T, R, F, A>
where F: Freeze, A: Freeze, R: Freeze,

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Entry<'a, T, S>
where T: Freeze,

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Difference<'a, T, S>

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Intersection<'a, T, S>

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::OccupiedEntry<'a, T, S>

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::SymmetricDifference<'a, T, S>

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::Union<'a, T, S>

§

impl<'a, T, S> Freeze for devela::_dep::_std::collections::hash_set::VacantEntry<'a, T, S>
where T: Freeze,

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Entry<'a, T, S, A>
where T: Freeze,

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Difference<'a, T, S, A>

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Intersection<'a, T, S, A>

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::OccupiedEntry<'a, T, S, A>

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::SymmetricDifference<'a, T, S, A>

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::Union<'a, T, S, A>

§

impl<'a, T, S, A> Freeze for devela::_dep::hashbrown::hash_set::VacantEntry<'a, T, S, A>
where T: Freeze,

§

impl<'a, T, const N: usize> Freeze for devela::_core::slice::ArrayChunks<'a, T, N>

§

impl<'a, T, const N: usize> Freeze for ArrayChunksMut<'a, T, N>

§

impl<'a, T, const N: usize> Freeze for ArrayWindows<'a, T, N>

§

impl<'a, T, const SPIN: usize, const YIELD: usize, const SLEEP: u64> Freeze for SpinLockGuard<'a, T, SPIN, YIELD, SLEEP>

§

impl<'a, TexCoordVertex> Freeze for RenderGeometryTextureParams<'a, TexCoordVertex>

§

impl<'a, U> Freeze for TextStyle<'a, U>
where U: Freeze,

§

impl<'a, V> Freeze for StaticMapEntry<'a, V>

§

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElementMut<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

§

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElementRef<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

§

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIterMut<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

§

impl<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIterRef<'a, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>

§

impl<'a, const MIN_ALIGN: usize> Freeze for ChunkIter<'a, MIN_ALIGN>

§

impl<'a, const MIN_ALIGN: usize> Freeze for ChunkRawIter<'a, MIN_ALIGN>

§

impl<'a, const N: usize> Freeze for CharArraySearcher<'a, N>

§

impl<'b, T> Freeze for devela::all::Ref<'b, T>
where T: ?Sized,

§

impl<'b, T> Freeze for RefMut<'b, T>
where T: ?Sized,

§

impl<'bump> Freeze for devela::_dep::bumpalo::collections::string::FromUtf8Error<'bump>

§

impl<'bump> Freeze for devela::_dep::bumpalo::collections::String<'bump>

§

impl<'bump, T> Freeze for devela::_dep::bumpalo::collections::Vec<'bump, T>

§

impl<'bump, T> Freeze for devela::_dep::bumpalo::collections::vec::IntoIter<'bump, T>

§

impl<'c, 'h> Freeze for SubCaptureMatches<'c, 'h>

§

impl<'ch> Freeze for devela::_dep::rayon::str::Bytes<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::CharIndices<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::Chars<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::EncodeUtf16<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::Lines<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::SplitAsciiWhitespace<'ch>

§

impl<'ch> Freeze for devela::_dep::rayon::str::SplitWhitespace<'ch>

§

impl<'ch, P> Freeze for devela::_dep::rayon::str::MatchIndices<'ch, P>
where P: Freeze,

§

impl<'ch, P> Freeze for devela::_dep::rayon::str::Matches<'ch, P>
where P: Freeze,

§

impl<'ch, P> Freeze for devela::_dep::rayon::str::Split<'ch, P>
where P: Freeze,

§

impl<'ch, P> Freeze for devela::_dep::rayon::str::SplitInclusive<'ch, P>
where P: Freeze,

§

impl<'ch, P> Freeze for devela::_dep::rayon::str::SplitTerminator<'ch, P>
where P: Freeze,

§

impl<'d> Freeze for TimeZoneName<'d>

§

impl<'d> Freeze for TimeZoneNameIter<'d>

§

impl<'data> Freeze for BorrowedBuf<'data>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::Chunks<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksExact<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksExactMut<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::ChunksMut<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::Iter<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::IterMut<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunks<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksExact<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksExactMut<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::RChunksMut<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::slice::Windows<'data, T>

§

impl<'data, T> Freeze for devela::_dep::rayon::vec::Drain<'data, T>

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::ChunkBy<'data, T, P>
where P: Freeze,

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::ChunkByMut<'data, T, P>
where P: Freeze,

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::Split<'data, T, P>
where P: Freeze,

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitInclusive<'data, T, P>
where P: Freeze,

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitInclusiveMut<'data, T, P>
where P: Freeze,

§

impl<'data, T, P> Freeze for devela::_dep::rayon::slice::SplitMut<'data, T, P>
where P: Freeze,

§

impl<'de> Freeze for Content<'de>

§

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

§

impl<'de, E> Freeze for devela::_dep::serde::de::value::BorrowedStrDeserializer<'de, E>

§

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

§

impl<'de, E> Freeze for ContentDeserializer<'de, E>

§

impl<'de, E> Freeze for EnumDeserializer<'de, E>

§

impl<'de, I, E> Freeze for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: Freeze, I: Freeze,

§

impl<'de, T> Freeze for Borrowed<'de, T>
where T: ?Sized,

§

impl<'f> Freeze for devela::_dep::jiff::fmt::strtime::Display<'f>

§

impl<'f> Freeze for VaListImpl<'f>

§

impl<'f, 'text> Freeze for PartialRendering<'f, 'text>

§

impl<'fd> Freeze for BorrowedFd<'fd>

§

impl<'glyphs, T> Freeze for BitmapFont<'glyphs, T>

§

impl<'h> Freeze for Memchr2<'h>

§

impl<'h> Freeze for Memchr3<'h>

§

impl<'h> Freeze for Memchr<'h>

§

impl<'h> Freeze for Captures<'h>

§

impl<'h> Freeze for Match<'h>

§

impl<'h, 'n> Freeze for FindIter<'h, 'n>

§

impl<'h, 'n> Freeze for FindRevIter<'h, 'n>

§

impl<'k> Freeze for KeyMut<'k>

§

impl<'n> Freeze for TimeZoneAnnotationKind<'n>

§

impl<'n> Freeze for Pieces<'n>

§

impl<'n> Freeze for TimeZoneAnnotation<'n>

§

impl<'n> Freeze for TimeZoneAnnotationName<'n>

§

impl<'n> Freeze for devela::_dep::memchr::memmem::Finder<'n>

§

impl<'n> Freeze for devela::_dep::memchr::memmem::FinderRev<'n>

§

impl<'p> Freeze for ParametersMut<'p>

§

impl<'p> Freeze for ParametersRef<'p>

§

impl<'p> Freeze for BoundFrozenSetIterator<'p>

§

impl<'p> Freeze for BoundSetIterator<'p>

§

impl<'p, P, I, O, E> Freeze for ByRef<'p, P, I, O, E>

§

impl<'p, T> Freeze for PyRef<'p, T>

§

impl<'p, T> Freeze for PyRefMut<'p, T>

§

impl<'py> Freeze for DowncastIntoError<'py>

§

impl<'py> Freeze for Python<'py>

§

impl<'py> Freeze for BoundDictIterator<'py>

§

impl<'py> Freeze for BoundListIterator<'py>

§

impl<'py> Freeze for BoundTupleIterator<'py>

§

impl<'py> Freeze for PyFrozenSetBuilder<'py>

§

impl<'py, T> Freeze for devela::_dep::pyo3::Bound<'py, T>

§

impl<'r> Freeze for CaptureNames<'r>

§

impl<'r> Freeze for Texture<'r>

§

impl<'r, 'h> Freeze for CaptureMatches<'r, 'h>

§

impl<'r, 'h> Freeze for devela::_dep::regex_lite::Matches<'r, 'h>

§

impl<'r, 'h> Freeze for devela::_dep::regex_lite::Split<'r, 'h>

§

impl<'r, 'h> Freeze for devela::_dep::regex_lite::SplitN<'r, 'h>

§

impl<'r, R> Freeze for UnwrapMut<'r, R>
where R: ?Sized,

§

impl<'s, T, const CAP: usize, IDX, S> Freeze for DestaqueIter<'s, T, CAP, IDX, S>

§

impl<'s, T, const CAP: usize, IDX, S> Freeze for StackIter<'s, T, CAP, IDX, S>

§

impl<'scope> !Freeze for devela::_dep::rayon::Scope<'scope>

§

impl<'scope> !Freeze for ScopeFifo<'scope>

§

impl<'scope, 'env> Freeze for devela::all::ThreadScope<'scope, 'env>

§

impl<'scope, T> Freeze for ScopedJoinHandle<'scope, T>

§

impl<'t> Freeze for TimeZoneFollowingTransitions<'t>

§

impl<'t> Freeze for TimeZoneOffsetInfo<'t>

§

impl<'t> Freeze for TimeZonePrecedingTransitions<'t>

§

impl<'t> Freeze for TimeZoneTransition<'t>

§

impl<'t> Freeze for NoExpand<'t>

§

impl<'t, T> Freeze for TokenSlice<'t, T>

§

impl<'t, T> Freeze for OptionFmt<'t, T>

§

impl<'t, T, F> Freeze for OptionFmtOrElse<'t, T, F>
where F: Freeze,

§

impl<'t, T, U> Freeze for OptionFmtOr<'t, T, U>
where U: Freeze,

§

impl<'ttf_module, 'rwops> Freeze for devela::_dep::sdl2::ttf::Font<'ttf_module, 'rwops>

§

impl<A> Freeze for VecChunk<A>
where A: Freeze,

§

impl<A> Freeze for devela::_dep::itertools::RepeatN<A>
where A: Freeze,

§

impl<A> Freeze for EnumAccessDeserializer<A>
where A: Freeze,

§

impl<A> Freeze for MapAccessDeserializer<A>
where A: Freeze,

§

impl<A> Freeze for SeqAccessDeserializer<A>
where A: Freeze,

§

impl<A> Freeze for devela::all::IterRepeat<A>
where A: Freeze,

§

impl<A> Freeze for devela::all::IterRepeatN<A>
where A: Freeze,

§

impl<A> Freeze for devela::all::OptionIntoIter<A>
where A: Freeze,

§

impl<A> Freeze for IterRange<A>
where A: Freeze,

§

impl<A> Freeze for IterRangeFrom<A>
where A: Freeze,

§

impl<A> Freeze for IterRangeInclusive<A>
where A: Freeze,

§

impl<A, B> Freeze for EitherOrBoth<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::_dep::ureq::unversioned::transport::Either<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::_dep::rayon::iter::Chain<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::_dep::rayon::iter::Zip<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::_dep::rayon::iter::ZipEq<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::all::IterChain<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B> Freeze for devela::all::IterZip<A, B>
where A: Freeze, B: Freeze,

§

impl<A, B, C, D, E, F, G, H> Freeze for Pinned<A, B, C, D, E, F, G, H>
where A: Freeze, B: Freeze, C: Freeze, D: Freeze, E: Freeze, F: Freeze, G: Freeze, H: Freeze,

§

impl<ABBREV> Freeze for PosixDst<ABBREV>
where ABBREV: Freeze,

§

impl<ABBREV> Freeze for PosixTimeZone<ABBREV>
where ABBREV: Freeze,

§

impl<Any> !Freeze for RequestScope<Any>

§

impl<B = CpalBackend> !Freeze for AudioManager<B>

§

impl<B> !Freeze for RequestBuilder<B>

§

impl<B> Freeze for AudioManagerSettings<B>
where <B as Backend>::Settings: Freeze,

§

impl<B> Freeze for ScopedStream<B>
where B: Freeze,

§

impl<B> Freeze for devela::all::IoLines<B>
where B: Freeze,

§

impl<B> Freeze for devela::all::IoSplit<B>
where B: Freeze,

§

impl<B, C> Freeze for ControlFlow<B, C>
where C: Freeze, B: Freeze,

§

impl<B, M> Freeze for MonitorStream<B, M>
where B: Freeze, M: Freeze,

§

impl<Buffer> Freeze for FlatSamples<Buffer>
where Buffer: Freeze,

§

impl<Buffer, P> Freeze for View<Buffer, P>
where Buffer: Freeze,

§

impl<Buffer, P> Freeze for ViewMut<Buffer, P>
where Buffer: Freeze,

§

impl<C> Freeze for devela::_dep::jiff::fmt::strtime::Config<C>
where C: Freeze,

§

impl<C> Freeze for ContextError<C>

§

impl<CB> Freeze for AudioDevice<CB>

§

impl<Channel> Freeze for AudioQueue<Channel>

§

impl<ClassT, FieldT, Offset, const IS_PY_T: bool, const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for PyClassGetterGenerator<ClassT, FieldT, Offset, IS_PY_T, IMPLEMENTS_INTOPYOBJECT_REF, IMPLEMENTS_INTOPYOBJECT>

§

impl<D> Freeze for PrintStyledContent<D>
where D: Freeze,

§

impl<D> Freeze for StyledContent<D>
where D: Freeze,

§

impl<D, S> Freeze for devela::_dep::rayon::iter::Split<D, S>
where D: Freeze, S: Freeze,

§

impl<DST, BUF> Freeze for DstQueue<DST, BUF>
where BUF: Freeze, DST: ?Sized,

§

impl<DST, BUF> Freeze for DstStack<DST, BUF>
where BUF: Freeze, DST: ?Sized,

§

impl<DST, BUF> Freeze for DstValue<DST, BUF>
where BUF: Freeze, DST: ?Sized,

§

impl<Dyn> Freeze for DynMetadata<Dyn>
where Dyn: ?Sized,

§

impl<E> Freeze for AllocOrInitError<E>
where E: Freeze,

§

impl<E> Freeze for PlaySoundError<E>
where E: Freeze,

§

impl<E> Freeze for ErrMode<E>
where E: Freeze,

§

impl<E> Freeze for Report<E>
where E: Freeze,

§

impl<E> Freeze for BoolDeserializer<E>

§

impl<E> Freeze for CharDeserializer<E>

§

impl<E> Freeze for F32Deserializer<E>

§

impl<E> Freeze for F64Deserializer<E>

§

impl<E> Freeze for I8Deserializer<E>

§

impl<E> Freeze for I16Deserializer<E>

§

impl<E> Freeze for I32Deserializer<E>

§

impl<E> Freeze for I64Deserializer<E>

§

impl<E> Freeze for I128Deserializer<E>

§

impl<E> Freeze for IsizeDeserializer<E>

§

impl<E> Freeze for StringDeserializer<E>

§

impl<E> Freeze for U8Deserializer<E>

§

impl<E> Freeze for U16Deserializer<E>

§

impl<E> Freeze for U32Deserializer<E>

§

impl<E> Freeze for U64Deserializer<E>

§

impl<E> Freeze for U128Deserializer<E>

§

impl<E> Freeze for UnitDeserializer<E>

§

impl<E> Freeze for UsizeDeserializer<E>

§

impl<E> Freeze for Codebook<E>

§

impl<E> Freeze for CodecLe<E>
where E: Freeze,

§

impl<E, CodecEndian> Freeze for CodecLenValue<E, CodecEndian>
where E: Freeze,

§

impl<E, F> Freeze for CodecIf<E, F>
where E: Freeze, F: Freeze,

§

impl<E, M> Freeze for Capture<E, M>
where E: Freeze,

§

impl<E, S> Freeze for CodecJoin<E, S>
where E: Freeze, S: Freeze,

§

impl<Error> !Freeze for StreamingSoundHandle<Error>

§

impl<Error> Freeze for StreamingSoundData<Error>

§

impl<F> Freeze for FromFactoryIter<F>
where F: Freeze,

§

impl<F> Freeze for Coop<F>
where F: Freeze,

§

impl<F> Freeze for Unconstrained<F>
where F: Freeze,

§

impl<F> Freeze for PollFn<F>
where F: Freeze,

§

impl<F> Freeze for devela::all::IterFromFn<F>
where F: Freeze,

§

impl<F> Freeze for OnceWith<F>
where F: Freeze,

§

impl<F> Freeze for RepeatWith<F>
where F: Freeze,

§

impl<F> Freeze for devela::_core::fmt::FromFn<F>
where F: Freeze,

§

impl<F> Freeze for AdjacentlyTaggedEnumVariantSeed<F>

§

impl<F> Freeze for AdjacentlyTaggedEnumVariantVisitor<F>

§

impl<F, G, H, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::impls::FlatMap<F, G, H, I, O, O2, E>
where F: Freeze, G: Freeze,

§

impl<F, G, I, O, E, E2> Freeze for MapErr<F, G, I, O, E, E2>
where F: Freeze, G: Freeze,

§

impl<F, G, I, O, O2, E> Freeze for AndThen<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

§

impl<F, G, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::impls::Map<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

§

impl<F, G, I, O, O2, E> Freeze for Verify<F, G, I, O, O2, E>
where F: Freeze, G: Freeze, O2: ?Sized,

§

impl<F, G, I, O, O2, E> Freeze for VerifyMap<F, G, I, O, O2, E>
where F: Freeze, G: Freeze,

§

impl<F, G, I, O, O2, E, E2> Freeze for TryMap<F, G, I, O, O2, E, E2>
where F: Freeze, G: Freeze,

§

impl<F, I, O, E> Freeze for devela::_dep::winnow::combinator::impls::Span<F, I, O, E>
where F: Freeze,

§

impl<F, I, O, E> Freeze for devela::_dep::winnow::combinator::impls::Take<F, I, O, E>
where F: Freeze,

§

impl<F, I, O, E> Freeze for Void<F, I, O, E>
where F: Freeze,

§

impl<F, I, O, E> Freeze for WithSpan<F, I, O, E>
where F: Freeze,

§

impl<F, I, O, E> Freeze for WithTaken<F, I, O, E>
where F: Freeze,

§

impl<F, I, O, E> Freeze for ParserIterator<F, I, O, E>
where F: Freeze, I: Freeze, E: Freeze,

§

impl<F, I, O, E, C> Freeze for devela::_dep::winnow::combinator::impls::Context<F, I, O, E, C>
where F: Freeze, C: Freeze,

§

impl<F, I, O, E, E2> Freeze for ErrInto<F, I, O, E, E2>
where F: Freeze,

§

impl<F, I, O, O2, E> Freeze for DefaultValue<F, I, O, O2, E>
where F: Freeze,

§

impl<F, I, O, O2, E> Freeze for OutputInto<F, I, O, O2, E>
where F: Freeze,

§

impl<F, I, O, O2, E> Freeze for devela::_dep::winnow::combinator::impls::Value<F, I, O, O2, E>
where F: Freeze, O2: Freeze,

§

impl<F, T> Freeze for Identity<F, T>

§

impl<F, T> Freeze for Rectangular<F, T>

§

impl<F, T> Freeze for Triangular<F, T>

§

impl<G> Freeze for FromCoroutine<G>
where G: Freeze,

§

impl<G, C> Freeze for GcdReturn<G, C>
where G: Freeze, C: Freeze,

§

impl<GP> Freeze for IndexU8Gen<GP>
where GP: Freeze,

§

impl<H> Freeze for BuildHasherDefault<H>

§

impl<I1, I2> Freeze for devela::_dep::rodio::source::Mix<I1, I2>
where I1: Freeze, I2: Freeze,

§

impl<I> !Freeze for IntoChunks<I>

§

impl<I> Freeze for SubImage<I>
where I: Freeze,

§

impl<I> Freeze for CombinationsWithReplacement<I>
where <I as Iterator>::Item: Sized, I: Freeze,

§

impl<I> Freeze for ExactlyOneError<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I> Freeze for GroupingMap<I>
where I: Freeze,

§

impl<I> Freeze for MultiPeek<I>
where I: Freeze,

§

impl<I> Freeze for MultiProduct<I>
where <I as Iterator>::Item: Sized,

§

impl<I> Freeze for PeekNth<I>
where I: Freeze,

§

impl<I> Freeze for Permutations<I>
where I: Freeze,

§

impl<I> Freeze for Powerset<I>
where I: Freeze,

§

impl<I> Freeze for PutBack<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I> Freeze for PutBackN<I>
where I: Freeze,

§

impl<I> Freeze for RcIter<I>

§

impl<I> Freeze for Tee<I>

§

impl<I> Freeze for Unique<I>
where <I as Iterator>::Item: Sized, I: Freeze,

§

impl<I> Freeze for devela::_dep::itertools::WhileSome<I>
where I: Freeze,

§

impl<I> Freeze for WithPosition<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Chunks<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Cloned<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Copied<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Enumerate<I>
where I: Freeze,

§

impl<I> Freeze for ExponentialBlocks<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Flatten<I>
where I: Freeze,

§

impl<I> Freeze for FlattenIter<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Intersperse<I>
where <I as ParallelIterator>::Item: Sized + Freeze, I: Freeze,

§

impl<I> Freeze for MaxLen<I>
where I: Freeze,

§

impl<I> Freeze for MinLen<I>
where I: Freeze,

§

impl<I> Freeze for PanicFuse<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Rev<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Skip<I>
where I: Freeze,

§

impl<I> Freeze for SkipAny<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::StepBy<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::Take<I>
where I: Freeze,

§

impl<I> Freeze for TakeAny<I>
where I: Freeze,

§

impl<I> Freeze for UniformBlocks<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rayon::iter::WhileSome<I>
where I: Freeze,

§

impl<I> Freeze for ChannelCountConverter<I>
where I: Freeze,

§

impl<I> Freeze for SampleRateConverter<I>
where I: Freeze,

§

impl<I> Freeze for Amplify<I>
where I: Freeze,

§

impl<I> Freeze for AutomaticGainControl<I>
where I: Freeze,

§

impl<I> Freeze for BltFilter<I>
where I: Freeze,

§

impl<I> Freeze for Buffered<I>

§

impl<I> Freeze for ChannelVolume<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::Delay<I>
where I: Freeze,

§

impl<I> Freeze for Distortion<I>
where I: Freeze,

§

impl<I> Freeze for Done<I>
where I: Freeze,

§

impl<I> Freeze for FadeIn<I>
where I: Freeze,

§

impl<I> Freeze for FadeOut<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::FromIter<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::Limit<I>
where I: Freeze,

§

impl<I> Freeze for LinearGainRamp<I>
where I: Freeze,

§

impl<I> Freeze for Pausable<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::Repeat<I>

§

impl<I> Freeze for SkipDuration<I>
where I: Freeze,

§

impl<I> Freeze for Skippable<I>
where I: Freeze,

§

impl<I> Freeze for Spatial<I>
where I: Freeze,

§

impl<I> Freeze for Speed<I>
where I: Freeze,

§

impl<I> Freeze for Stoppable<I>
where I: Freeze,

§

impl<I> Freeze for TakeDuration<I>
where I: Freeze,

§

impl<I> Freeze for TrackPosition<I>
where I: Freeze,

§

impl<I> Freeze for UniformSourceIterator<I>
where I: Freeze,

§

impl<I> Freeze for InputError<I>
where I: Freeze,

§

impl<I> Freeze for TreeErrorBase<I>
where I: Freeze,

§

impl<I> Freeze for BitOffsets<I>
where I: Freeze,

§

impl<I> Freeze for LocatingSlice<I>
where I: Freeze,

§

impl<I> Freeze for Partial<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterCloned<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterCopied<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterCycle<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterEnumerate<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterFlatten<I>
where <<I as Iterator>::Item as IntoIterator>::IntoIter: Freeze, I: Freeze,

§

impl<I> Freeze for Fuse<I>
where I: Freeze,

§

impl<I> Freeze for Peekable<I>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I> Freeze for devela::all::IterSkip<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterStepBy<I>
where I: Freeze,

§

impl<I> Freeze for devela::all::IterTake<I>
where I: Freeze,

§

impl<I> Freeze for devela::_core::async_iter::FromIter<I>
where I: Freeze,

§

impl<I> Freeze for DecodeUtf16<I>
where I: Freeze,

§

impl<I> Freeze for devela::_core::iter::Intersperse<I>
where <I as Iterator>::Item: Sized + Freeze, I: Freeze,

§

impl<I, C> Freeze for TreeError<I, C>
where I: Freeze,

§

impl<I, C> Freeze for TreeErrorFrame<I, C>
where I: Freeze, C: Freeze,

§

impl<I, C> Freeze for TreeErrorContext<I, C>
where I: Freeze, C: Freeze,

§

impl<I, E> Freeze for SeqDeserializer<I, E>
where I: Freeze,

§

impl<I, E> Freeze for ParseError<I, E>
where I: Freeze, E: Freeze,

§

impl<I, ElemF> Freeze for devela::_dep::itertools::IntersperseWith<I, ElemF>
where ElemF: Freeze, I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I, F> Freeze for Batching<I, F>
where F: Freeze, I: Freeze,

§

impl<I, F> Freeze for FilterMapOk<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for FilterOk<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for KMergeBy<I, F>
where F: Freeze,

§

impl<I, F> Freeze for PadUsing<I, F>
where F: Freeze, I: Freeze,

§

impl<I, F> Freeze for devela::_dep::itertools::Positions<I, F>
where F: Freeze, I: Freeze,

§

impl<I, F> Freeze for TakeWhileInclusive<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::_dep::itertools::Update<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::_dep::rayon::iter::FlatMap<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for FlatMapIter<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::_dep::rayon::iter::Inspect<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::_dep::rayon::iter::Map<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::_dep::rayon::iter::Update<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for PeriodicAccess<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::all::IterFilterMap<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::all::IterInspect<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F> Freeze for devela::all::IterMap<I, F>
where I: Freeze, F: Freeze,

§

impl<I, F, const N: usize> Freeze for MapWindows<I, F, N>
where F: Freeze, I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I, G> Freeze for devela::_core::iter::IntersperseWith<I, G>
where G: Freeze, <I as Iterator>::Item: Freeze, I: Freeze,

§

impl<I, ID, F> Freeze for Fold<I, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

§

impl<I, ID, F> Freeze for FoldChunks<I, ID, F>
where I: Freeze, F: Freeze, ID: Freeze,

§

impl<I, INIT, F> Freeze for MapInit<I, INIT, F>
where I: Freeze, INIT: Freeze, F: Freeze,

§

impl<I, J> Freeze for Diff<I, J>
where I: Freeze, J: Freeze, <I as Iterator>::Item: Freeze, <J as Iterator>::Item: Freeze,

§

impl<I, J> Freeze for devela::_dep::itertools::Interleave<I, J>
where I: Freeze, J: Freeze,

§

impl<I, J> Freeze for devela::_dep::itertools::InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

§

impl<I, J> Freeze for devela::_dep::itertools::Product<I, J>
where I: Freeze, J: Freeze, <I as Iterator>::Item: Freeze,

§

impl<I, J> Freeze for devela::_dep::itertools::ZipEq<I, J>
where I: Freeze, J: Freeze,

§

impl<I, J> Freeze for devela::_dep::rayon::iter::Interleave<I, J>
where I: Freeze, J: Freeze,

§

impl<I, J> Freeze for devela::_dep::rayon::iter::InterleaveShortest<I, J>
where I: Freeze, J: Freeze,

§

impl<I, J, F> Freeze for MergeBy<I, J, F>
where F: Freeze, <I as Iterator>::Item: Freeze, <J as Iterator>::Item: Freeze, I: Freeze, J: Freeze,

§

impl<I, O> Freeze for SampleTypeConverter<I, O>
where I: Freeze,

§

impl<I, P> Freeze for devela::_dep::rayon::iter::Filter<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for devela::_dep::rayon::iter::FilterMap<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for devela::_dep::rayon::iter::Positions<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for SkipAnyWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for TakeAnyWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for devela::all::IterFilter<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for MapWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for SkipWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P> Freeze for TakeWhile<I, P>
where I: Freeze, P: Freeze,

§

impl<I, P, O> Freeze for Replace<I, P, O>
where I: Freeze, P: Freeze, O: Freeze,

§

impl<I, S> Freeze for Stateful<I, S>
where I: Freeze, S: Freeze,

§

impl<I, St, F> Freeze for Scan<I, St, F>
where I: Freeze, F: Freeze, St: Freeze,

§

impl<I, T> Freeze for CircularTupleWindows<I, T>
where I: Freeze, T: Freeze,

§

impl<I, T> Freeze for TupleCombinations<I, T>
where <T as HasCombination<I>>::Combination: Freeze,

§

impl<I, T> Freeze for TupleWindows<I, T>
where I: Freeze, T: Freeze,

§

impl<I, T> Freeze for Tuples<I, T>
where <T as TupleCollect>::Buffer: Freeze, I: Freeze,

§

impl<I, T, E> Freeze for FlattenOk<I, T, E>
where I: Freeze, <T as IntoIterator>::IntoIter: Freeze,

§

impl<I, T, F> Freeze for MapWith<I, T, F>
where I: Freeze, T: Freeze, F: Freeze,

§

impl<I, U, F> Freeze for FoldChunksWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

§

impl<I, U, F> Freeze for FoldWith<I, U, F>
where I: Freeze, U: Freeze, F: Freeze,

§

impl<I, U, F> Freeze for TryFoldWith<I, U, F>
where I: Freeze, <U as Try>::Output: Freeze, F: Freeze,

§

impl<I, U, F> Freeze for devela::all::IterFlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Freeze, I: Freeze, F: Freeze,

§

impl<I, U, ID, F> Freeze for TryFold<I, U, ID, F>
where I: Freeze, ID: Freeze, F: Freeze,

§

impl<I, V, F> Freeze for UniqueBy<I, V, F>
where I: Freeze, F: Freeze,

§

impl<I, const N: usize> Freeze for devela::_core::iter::ArrayChunks<I, N>
where I: Freeze, <I as Iterator>::Item: Freeze,

§

impl<Idx> Freeze for devela::all::Range<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for devela::all::RangeFrom<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for devela::all::RangeInclusive<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for RangeTo<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for RangeToInclusive<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for devela::_core::range::Range<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for devela::_core::range::RangeFrom<Idx>
where Idx: Freeze,

§

impl<Idx> Freeze for devela::_core::range::RangeInclusive<Idx>
where Idx: Freeze,

§

impl<In, First, Second> Freeze for ChainedConnector<In, First, Second>
where First: Freeze, Second: Freeze,

§

impl<Iter> Freeze for IterBridge<Iter>
where Iter: Freeze,

§

impl<K> Freeze for devela::_dep::_std::collections::hash_set::IntoIter<K>

§

impl<K, A> Freeze for devela::_dep::hashbrown::hash_set::IntoIter<K, A>
where A: Freeze,

§

impl<K, I, F> !Freeze for devela::_dep::itertools::ChunkBy<K, I, F>

§

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoIter<K, V>

§

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoKeys<K, V>

§

impl<K, V> Freeze for devela::_dep::_std::collections::hash_map::IntoValues<K, V>

§

impl<K, V> Freeze for devela::_dep::rayon::collections::btree_map::IntoIter<K, V>

§

impl<K, V> Freeze for devela::_dep::rayon::collections::hash_map::IntoIter<K, V>

§

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoIter<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoKeys<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for devela::_dep::_alloc::collections::btree_map::IntoValues<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoIter<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoKeys<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for devela::_dep::hashbrown::hash_map::IntoValues<K, V, A>
where A: Freeze,

§

impl<K, V, A> Freeze for BTreeMap<K, V, A>
where A: Freeze,

§

impl<K, V, S> Freeze for devela::_dep::_std::collections::HashMap<K, V, S>
where S: Freeze,

§

impl<K, V, S, A> Freeze for devela::all::HashMap<K, V, S, A>
where S: Freeze, A: Freeze,

§

impl<K, V, const N: usize> Freeze for ExampleStaticMapU16<K, V, N>
where K: Freeze, V: Freeze,

§

impl<L, R> Freeze for devela::_dep::itertools::Either<L, R>
where L: Freeze, R: Freeze,

§

impl<N, D> Freeze for Ratio<N, D>
where N: Freeze, D: Freeze,

§

impl<N, H> Freeze for Mismatch<N, H>
where N: Freeze, H: Freeze,

§

impl<Ok, Error> Freeze for Impossible<Ok, Error>

§

impl<P, Container> Freeze for ImageBuffer<P, Container>
where Container: Freeze,

§

impl<P, I, O, C, E> Freeze for devela::_dep::winnow::combinator::Repeat<P, I, O, C, E>
where P: Freeze,

§

impl<P, I, O, E> Freeze for CompleteErr<P, I, O, E>
where P: Freeze,

§

impl<P, I, O, E, F, C, FI> Freeze for ContextWith<P, I, O, E, F, C, FI>
where P: Freeze, F: Freeze,

§

impl<P, I, O, O2, E> Freeze for ParseTo<P, I, O, O2, E>
where P: Freeze,

§

impl<Ptr> Freeze for Pin<Ptr>
where Ptr: Freeze,

§

impl<R> Freeze for JpegDecoder<R>

§

impl<R> Freeze for ApngDecoder<R>
where R: Freeze,

§

impl<R> Freeze for PngDecoder<R>
where R: Freeze,

§

impl<R> Freeze for PnmDecoder<R>
where R: Freeze,

§

impl<R> Freeze for ImageReader<R>
where R: Freeze,

§

impl<R> Freeze for BlockRng64<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze + ?Sized,

§

impl<R> Freeze for BlockRng<R>
where <R as BlockRngCore>::Results: Freeze, R: Freeze,

§

impl<R> Freeze for UnwrapErr<R>
where R: Freeze,

§

impl<R> Freeze for CacheParametersIter<R>
where R: Freeze,

§

impl<R> Freeze for CpuId<R>
where R: Freeze,

§

impl<R> Freeze for DatIter<R>
where R: Freeze,

§

impl<R> Freeze for ExtendedStateInfo<R>
where R: Freeze,

§

impl<R> Freeze for ExtendedStateIter<R>
where R: Freeze,

§

impl<R> Freeze for ExtendedTopologyIter<R>
where R: Freeze,

§

impl<R> Freeze for HypervisorInfo<R>
where R: Freeze,

§

impl<R> Freeze for RdtAllocationInfo<R>
where R: Freeze,

§

impl<R> Freeze for RdtMonitoringInfo<R>
where R: Freeze,

§

impl<R> Freeze for SgxInfo<R>
where R: Freeze,

§

impl<R> Freeze for SgxSectionIter<R>
where R: Freeze,

§

impl<R> Freeze for SoCVendorAttributesIter<R>
where R: Freeze,

§

impl<R> Freeze for SoCVendorInfo<R>
where R: Freeze,

§

impl<R> Freeze for DecoderBuilder<R>
where R: Freeze,

§

impl<R> Freeze for LoopedDecoder<R>

§

impl<R> Freeze for devela::_dep::rodio::Decoder<R>

§

impl<R> Freeze for ReadOnlySource<R>
where R: Freeze,

§

impl<R> Freeze for devela::_dep::tokio::io::BufReader<R>
where R: Freeze,

§

impl<R> Freeze for devela::_dep::tokio::io::Lines<R>
where R: Freeze,

§

impl<R> Freeze for devela::_dep::tokio::io::Split<R>
where R: Freeze,

§

impl<R> Freeze for devela::_dep::tokio::io::Take<R>
where R: Freeze,

§

impl<R> Freeze for devela::all::IoBufReader<R>
where R: Freeze + ?Sized,

§

impl<R> Freeze for devela::all::IoBytes<R>
where R: Freeze,

§

impl<R, T> Freeze for StreamingContextConsistencyTester<R, T>
where T: Freeze,

§

impl<R, W> Freeze for devela::_dep::tokio::io::Join<R, W>
where R: Freeze, W: Freeze,

§

impl<RW> Freeze for BufStream<RW>
where RW: Freeze,

§

impl<S> !Freeze for HttpCrateScope<S>

§

impl<S> Freeze for ModeAuth<S>
where S: Freeze,

§

impl<S> Freeze for ModeAuthPsk<S>
where S: Freeze,

§

impl<S> Freeze for ModeBase<S>
where S: Freeze,

§

impl<S> Freeze for ModePsk<S>
where S: Freeze,

§

impl<S> Freeze for ThreadPoolBuilder<S>
where S: Freeze,

§

impl<S> Freeze for AudioBuffer<S>

§

impl<S> Freeze for RawSampleBuffer<S>

§

impl<S> Freeze for SampleBuffer<S>

§

impl<S> Freeze for Deserializer<S>
where S: Freeze,

§

impl<S> Freeze for Document<S>
where S: Freeze,

§

impl<S, B> Freeze for WalkTree<S, B>
where S: Freeze, B: Freeze,

§

impl<S, B> Freeze for WalkTreePostfix<S, B>
where S: Freeze, B: Freeze,

§

impl<S, B> Freeze for WalkTreePrefix<S, B>
where S: Freeze, B: Freeze,

§

impl<S, V> Freeze for Own<S, V>
where S: Freeze, V: Freeze,

§

impl<STR, ABBREV> Freeze for TzifFixed<STR, ABBREV>
where STR: Freeze, ABBREV: Freeze,

§

impl<STR, ABBREV, TYPES, TIMESTAMPS, STARTS, ENDS, INFOS> Freeze for Tzif<STR, ABBREV, TYPES, TIMESTAMPS, STARTS, ENDS, INFOS>
where TYPES: Freeze, STR: Freeze, TIMESTAMPS: Freeze, STARTS: Freeze, ENDS: Freeze, INFOS: Freeze, ABBREV: Freeze,

§

impl<Scope> Freeze for ConfigBuilder<Scope>
where Scope: Freeze,

§

impl<St, F> Freeze for Iterate<St, F>
where St: Freeze, F: Freeze,

§

impl<St, F> Freeze for Unfold<St, F>
where F: Freeze, St: Freeze,

§

impl<Storage> Freeze for __BindgenBitfieldUnit<Storage>
where Storage: Freeze,

§

impl<T1, T2> Freeze for Compare<T1, T2>
where T1: Freeze, T2: Freeze,

§

impl<T1, T2> Freeze for EqIgnoreAsciiCase<T1, T2>
where T1: Freeze, T2: Freeze,

§

impl<T1, T2> Freeze for Equal<T1, T2>
where T1: Freeze, T2: Freeze,

§

impl<T> !Freeze for ReentrantLock<T>

§

impl<T> !Freeze for ReadOnlyCell<T>

§

impl<T> !Freeze for GILOnceCell<T>

§

impl<T> !Freeze for devela::_dep::tokio::sync::Mutex<T>

§

impl<T> !Freeze for devela::_dep::tokio::sync::OnceCell<T>

§

impl<T> !Freeze for devela::_dep::tokio::sync::RwLock<T>

§

impl<T> !Freeze for SetOnce<T>

§

impl<T> !Freeze for devela::_dep::ureq::http::Request<T>

§

impl<T> !Freeze for Atomic<T>

§

impl<T> !Freeze for devela::all::AtomicPtr<T>

§

impl<T> !Freeze for Cell<T>

§

impl<T> !Freeze for devela::all::Mutex<T>

§

impl<T> !Freeze for devela::all::OnceCell<T>

§

impl<T> !Freeze for OnceLock<T>

§

impl<T> !Freeze for RefCell<T>

§

impl<T> !Freeze for devela::all::RwLock<T>

§

impl<T> !Freeze for SyncUnsafeCell<T>

§

impl<T> !Freeze for UnsafePinned<T>

§

impl<T> !Freeze for devela::_core::sync::atomic::AtomicPtr<T>

§

impl<T> !Freeze for PyClassObject<T>

§

impl<T> !Freeze for Storage<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::SendTimeoutError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::flume::SendTimeoutError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::flume::TrySendError<T>
where T: Freeze,

§

impl<T> Freeze for FoldWhile<T>
where T: Freeze,

§

impl<T> Freeze for MinMaxResult<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::kira::Value<T>
where T: Freeze,

§

impl<T> Freeze for SetError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::tokio::sync::mpsc::error::TrySendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::Bound<T>
where T: Freeze,

§

impl<T> Freeze for DataType64CopyWith<T>
where T: Freeze,

§

impl<T> Freeze for DataType64With<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::MpscTrySendError<T>
where T: Freeze,

§

impl<T> Freeze for Option<T>
where T: Freeze,

§

impl<T> Freeze for Poll<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::TryLockError<T>
where T: Freeze,

§

impl<T> Freeze for ThinBox<T>
where T: ?Sized,

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::IntoIter<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::Receiver<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::Sender<T>

§

impl<T> Freeze for Print<T>
where T: Freeze,

§

impl<T> Freeze for SetTitle<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::flume::IntoIter<T>

§

impl<T> Freeze for devela::_dep::flume::Receiver<T>

§

impl<T> Freeze for devela::_dep::flume::SendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::flume::Sender<T>

§

impl<T> Freeze for devela::_dep::flume::WeakSender<T>

§

impl<T> Freeze for Luma<T>
where T: Freeze,

§

impl<T> Freeze for LumaA<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::image::Rgb<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::image::Rgba<T>
where T: Freeze,

§

impl<T> Freeze for TupleBuffer<T>
where <T as TupleCollect>::Buffer: Freeze,

§

impl<T> Freeze for devela::_dep::itertools::Zip<T>
where T: Freeze,

§

impl<T> Freeze for CommandReader<T>

§

impl<T> Freeze for CommandWriter<T>

§

impl<T> Freeze for ValueChangeCommand<T>
where T: Freeze,

§

impl<T> Freeze for Mapping<T>
where T: Freeze,

§

impl<T> Freeze for Parameter<T>
where T: Freeze,

§

impl<T> Freeze for Libm<T>

§

impl<T> Freeze for ConnectError<T>
where T: Freeze,

§

impl<T> Freeze for MidiInputConnection<T>

§

impl<T> Freeze for PyBuffer<T>

§

impl<T> Freeze for Py<T>

§

impl<T> Freeze for PyClassInitializer<T>
where T: Freeze, <<T as PyClassImpl>::BaseType as PyClassBaseType>::Initializer: Freeze,

§

impl<T> Freeze for GILProtected<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::collections::binary_heap::IntoIter<T>

§

impl<T> Freeze for devela::_dep::rayon::collections::btree_set::IntoIter<T>

§

impl<T> Freeze for devela::_dep::rayon::collections::hash_set::IntoIter<T>

§

impl<T> Freeze for devela::_dep::rayon::collections::linked_list::IntoIter<T>

§

impl<T> Freeze for devela::_dep::rayon::collections::vec_deque::IntoIter<T>

§

impl<T> Freeze for devela::_dep::rayon::iter::Empty<T>

§

impl<T> Freeze for MultiZip<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::iter::Once<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::iter::Repeat<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::iter::RepeatN<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::option::IntoIter<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::range::Iter<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::range_inclusive::Iter<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::result::IntoIter<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::rayon::vec::IntoIter<T>

§

impl<T> Freeze for Canvas<T>
where T: Freeze,

§

impl<T> Freeze for RendererContext<T>

§

impl<T> Freeze for TextureCreator<T>

§

impl<T> Freeze for ReadHalf<T>

§

impl<T> Freeze for WriteHalf<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::broadcast::error::SendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::tokio::sync::broadcast::Receiver<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::broadcast::Sender<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::broadcast::WeakSender<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::mpsc::error::SendError<T>
where T: Freeze,

§

impl<T> Freeze for OwnedPermit<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::mpsc::Receiver<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::mpsc::Sender<T>

§

impl<T> Freeze for UnboundedReceiver<T>

§

impl<T> Freeze for UnboundedSender<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::mpsc::WeakSender<T>

§

impl<T> Freeze for WeakUnboundedSender<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::oneshot::Receiver<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::oneshot::Sender<T>

§

impl<T> Freeze for OwnedMutexGuard<T>
where T: ?Sized,

§

impl<T> Freeze for OwnedRwLockWriteGuard<T>
where T: ?Sized,

§

impl<T> Freeze for SetOnceError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::tokio::sync::watch::error::SendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::tokio::sync::watch::Receiver<T>

§

impl<T> Freeze for devela::_dep::tokio::sync::watch::Sender<T>

§

impl<T> Freeze for devela::_dep::tokio::task::JoinHandle<T>

§

impl<T> Freeze for JoinSet<T>

§

impl<T> Freeze for devela::_dep::tokio::task::LocalKey<T>

§

impl<T> Freeze for devela::_dep::toml_edit::Formatted<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::ureq::http::header::IntoIter<T>

§

impl<T> Freeze for HeaderMap<T>

§

impl<T> Freeze for Response<T>
where T: Freeze,

§

impl<T> Freeze for Port<T>
where T: Freeze,

§

impl<T> Freeze for TransportAdapter<T>
where T: Freeze,

§

impl<T> Freeze for Caseless<T>
where T: Freeze,

§

impl<T> Freeze for Angle<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::Arc<T>
where T: ?Sized,

§

impl<T> Freeze for devela::all::ArcWeak<T>
where T: ?Sized,

§

impl<T> Freeze for ArrayFrom<T>
where T: Freeze,

§

impl<T> Freeze for BareBox<T>
where T: Freeze,

§

impl<T> Freeze for Bitwise<T>
where T: Freeze,

§

impl<T> Freeze for CacheAlign<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::Compare<T>
where T: Freeze,

§

impl<T> Freeze for Current<T>

§

impl<T> Freeze for devela::all::Cycle<T>
where T: Freeze,

§

impl<T> Freeze for Discriminant<T>

§

impl<T> Freeze for Pending<T>

§

impl<T> Freeze for Ready<T>
where T: Freeze,

§

impl<T> Freeze for Gamma<T>
where T: Freeze,

§

impl<T> Freeze for HasherFnv<T>
where T: Freeze,

§

impl<T> Freeze for HasherFx<T>
where T: Freeze,

§

impl<T> Freeze for Interval<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::IoCursor<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::IoTake<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::IterEmpty<T>

§

impl<T> Freeze for devela::all::IterOnce<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::IterRev<T>
where T: Freeze,

§

impl<T> Freeze for ManuallyDrop<T>
where T: Freeze + ?Sized,

§

impl<T> Freeze for MiniquadService<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::MpscIntoIter<T>

§

impl<T> Freeze for devela::all::MpscReceiver<T>

§

impl<T> Freeze for devela::all::MpscSendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::MpscSender<T>

§

impl<T> Freeze for SyncSender<T>

§

impl<T> Freeze for AssertUnwindSafe<T>
where T: Freeze,

§

impl<T> Freeze for PoisonError<T>
where T: Freeze,

§

impl<T> Freeze for NonNull<T>
where T: ?Sized,

§

impl<T> Freeze for devela::all::ResultIntoIter<T>
where T: Freeze,

§

impl<T> Freeze for Reverse<T>
where T: Freeze,

§

impl<T> Freeze for Saturating<T>
where T: Freeze,

§

impl<T> Freeze for Scale<T>
where T: Freeze,

§

impl<T> Freeze for Slice<T>

§

impl<T> Freeze for devela::all::ThreadJoinHandle<T>

§

impl<T> Freeze for devela::all::ThreadLocalKey<T>

§

impl<T> Freeze for TypeResource<T>
where <T as TypeResourced>::TypeData: Freeze,

§

impl<T> Freeze for VecVector<T>

§

impl<T> Freeze for Wrapping<T>
where T: Freeze,

§

impl<T> Freeze for Sort<T>
where T: Freeze,

§

impl<T> Freeze for Cast<T>
where T: Freeze,

§

impl<T> Freeze for Divisor<T>
where T: Freeze,

§

impl<T> Freeze for Float<T>
where T: Freeze,

§

impl<T> Freeze for Frac<T>
where T: Freeze,

§

impl<T> Freeze for Int<T>
where T: Freeze,

§

impl<T> Freeze for Ascii<T>
where T: Freeze,

§

impl<T> Freeze for NumBuffer<T>

§

impl<T> Freeze for Yeet<T>
where T: Freeze,

§

impl<T> Freeze for Exclusive<T>
where T: Freeze + ?Sized,

§

impl<T> Freeze for PhantomContravariant<T>
where T: ?Sized,

§

impl<T> Freeze for PhantomCovariant<T>
where T: ?Sized,

§

impl<T> Freeze for PhantomInvariant<T>
where T: ?Sized,

§

impl<T> Freeze for MaybeUninit<T>
where T: Freeze,

§

impl<T> Freeze for AddClassToModule<T>

§

impl<T> Freeze for AddTypeToModule<T>

§

impl<T> Freeze for Binary<T>
where T: Freeze,

§

impl<T> Freeze for CannotSerializeVariant<T>
where T: Freeze,

§

impl<T> Freeze for ConcatBytesPart<T>
where T: Freeze,

§

impl<T> Freeze for ConvAsciiCase<T>
where T: Freeze,

§

impl<T> Freeze for Converter<T>

§

impl<T> Freeze for Debug<T>
where T: Freeze,

§

impl<T> Freeze for Display<T>
where T: Freeze,

§

impl<T> Freeze for EmptyTupleConverter<T>

§

impl<T> Freeze for Hex<T>
where T: Freeze,

§

impl<T> Freeze for IntoPyConverter<T>

§

impl<T> Freeze for IntoPyObjectConverter<T>

§

impl<T> Freeze for IsAscii<T>
where T: Freeze,

§

impl<T> Freeze for IsIntoPyObject<T>

§

impl<T> Freeze for IsIntoPyObjectRef<T>

§

impl<T> Freeze for IsOption<T>

§

impl<T> Freeze for IsPyT<T>

§

impl<T> Freeze for IsSync<T>

§

impl<T> Freeze for LowerHex<T>
where T: Freeze,

§

impl<T> Freeze for PyClassImplCollector<T>

§

impl<T> Freeze for PyNativeTypeInitializer<T>

§

impl<T> Freeze for Repeat<T>
where T: Freeze,

§

impl<T> Freeze for Sorted<T>
where T: Freeze,

§

impl<T> Freeze for SplitAsciiWhitespace<T>
where T: Freeze,

§

impl<T> Freeze for Squish<T>
where T: Freeze,

§

impl<T> Freeze for TaggedContentVisitor<T>

§

impl<T> Freeze for ToByteArray<T>
where T: Freeze,

§

impl<T> Freeze for ToCStr<T>
where T: Freeze,

§

impl<T> Freeze for ToCharArray<T>
where T: Freeze,

§

impl<T> Freeze for ToStr<T>
where T: Freeze,

§

impl<T> Freeze for UnknownReturnResultType<T>

§

impl<T> Freeze for UnknownReturnType<T>

§

impl<T> Freeze for Unwrap<T>
where T: Freeze,

§

impl<T> Freeze for UpperHex<T>
where T: Freeze,

§

impl<T> Freeze for Wrapper<T>
where T: Freeze,

§

impl<T> Freeze for XofContextConsistencyTester<T>
where T: Freeze,

§

impl<T, A> Freeze for devela::_dep::_alloc::collections::binary_heap::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for IntoIterSorted<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::_alloc::collections::btree_set::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::_alloc::collections::linked_list::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::_alloc::collections::vec_deque::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for UniqueRc<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::_dep::_alloc::sync::Arc<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for UniqueArc<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::_dep::_alloc::sync::Weak<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::_dep::_alloc::vec::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::allocator_api2::boxed::Box<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::_dep::allocator_api2::vec::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::allocator_api2::vec::Vec<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::_dep::hashbrown::hash_table::IntoIter<T, A>
where A: Freeze,

§

impl<T, A> Freeze for HashTable<T, A>
where A: Freeze,

§

impl<T, A> Freeze for BTreeSet<T, A>
where A: Freeze,

§

impl<T, A> Freeze for BinaryHeap<T, A>
where A: Freeze,

§

impl<T, A> Freeze for devela::all::Box<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for LinkedList<T, A>
where A: Freeze,

§

impl<T, A> Freeze for Rc<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::all::RcWeak<T, A>
where A: Freeze, T: ?Sized,

§

impl<T, A> Freeze for devela::all::Vec<T, A>
where A: Freeze,

§

impl<T, A> Freeze for VecDeque<T, A>
where A: Freeze,

§

impl<T, D> !Freeze for Storage<T, D>

§

impl<T, E> Freeze for Result<T, E>
where T: Freeze, E: Freeze,

§

impl<T, E> Freeze for CoroManager<T, E>

§

impl<T, E> Freeze for CoroWorker<T, E>
where T: Freeze, E: Freeze,

§

impl<T, F = fn() -> T> !Freeze for LazyCell<T, F>

§

impl<T, F = fn() -> T> !Freeze for LazyLock<T, F>

§

impl<T, F> Freeze for TaskLocalFuture<T, F>
where T: Freeze, F: Freeze,

§

impl<T, F> Freeze for Successors<T, F>
where F: Freeze, T: Freeze,

§

impl<T, F, S> Freeze for ScopeGuard<T, F, S>
where S: Freeze, T: Freeze, F: Freeze,

§

impl<T, K, C> Freeze for KemTester<T, K, C>

§

impl<T, N> Freeze for CycleCount<T, N>
where N: Freeze, T: Freeze,

§

impl<T, P> Freeze for Split<T, P>
where T: Freeze, P: Freeze,

§

impl<T, P> Freeze for SplitInclusive<T, P>
where T: Freeze, P: Freeze,

§

impl<T, S> Freeze for devela::_dep::_std::collections::HashSet<T, S>
where S: Freeze,

§

impl<T, S> Freeze for Checkpoint<T, S>
where T: Freeze,

§

impl<T, S, A> Freeze for devela::all::HashSet<T, S, A>
where S: Freeze, A: Freeze,

§

impl<T, U> Freeze for ZipLongest<T, U>
where T: Freeze, U: Freeze,

§

impl<T, U> Freeze for OwnedMappedMutexGuard<T, U>
where T: ?Sized, U: ?Sized,

§

impl<T, U> Freeze for OwnedRwLockMappedWriteGuard<T, U>
where T: ?Sized, U: ?Sized,

§

impl<T, U> Freeze for OwnedRwLockReadGuard<T, U>
where T: ?Sized, U: ?Sized,

§

impl<T, U> Freeze for devela::all::IoChain<T, U>
where T: Freeze, U: Freeze,

§

impl<T, U> Freeze for Parse<T, U>
where T: Freeze,

§

impl<T, const C: usize, const R: usize, const CR: usize, const RMAJ: bool, S> Freeze for Array2d<T, C, R, CR, RMAJ, S>
where <S as Storage>::Stored<[T; CR]>: Freeze,

§

impl<T, const CAP: usize> Freeze for DstArray<T, CAP>
where T: Freeze,

§

impl<T, const CAP: usize, IDX, S> Freeze for Destaque<T, CAP, IDX, S>
where IDX: Freeze, <S as Storage>::Stored<[T; CAP]>: Freeze,

§

impl<T, const CAP: usize, IDX, S> Freeze for Stack<T, CAP, IDX, S>
where IDX: Freeze, <S as Storage>::Stored<[T; CAP]>: Freeze,

§

impl<T, const CAP: usize, S> Freeze for devela::all::Array<T, CAP, S>
where <S as Storage>::Stored<[T; CAP]>: Freeze,

§

impl<T, const CAP: usize, S> Freeze for ArrayUninit<T, CAP, S>
where <S as Storage>::Stored<[MaybeUninit<T>; CAP]>: Freeze,

§

impl<T, const D: usize> Freeze for Distance<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for Extent<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for devela::all::Orientation<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for devela::all::Point<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for devela::all::Position<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for devela::all::Region<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for RegionStrided<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for Stride<T, D>
where T: Freeze,

§

impl<T, const D: usize> Freeze for VecPoints<T, D>

§

impl<T, const D: usize> Freeze for devela::all::Vector<T, D>
where T: Freeze,

§

impl<T, const D: usize, const N: usize> Freeze for Points<T, D, N>
where T: Freeze,

§

impl<T, const LINEAR: bool> Freeze for devela::all::Rgb<T, LINEAR>
where T: Freeze,

§

impl<T, const LINEAR: bool, const LIGHTNESS: bool> Freeze for Lum<T, LINEAR, LIGHTNESS>
where T: Freeze,

§

impl<T, const LINEAR: bool, const PREMUL: bool> Freeze for devela::all::Rgba<T, LINEAR, PREMUL>
where T: Freeze,

§

impl<T, const N: usize> Freeze for devela::_dep::rayon::array::IntoIter<T, N>
where T: Freeze,

§

impl<T, const N: usize> Freeze for ArrayVec<T, N>
where T: Freeze,

§

impl<T, const N: usize> Freeze for devela::all::ArrayIntoIter<T, N>
where T: Freeze,

§

impl<T, const N: usize> Freeze for Mask<T, N>
where T: Freeze,

§

impl<T, const N: usize> Freeze for Simd<T, N>
where T: Freeze,

§

impl<T, const R: usize, const C: usize, const LEN: usize, const RMAJ: bool, const MAX_LEN_DET: usize> Freeze for Matrix<T, R, C, LEN, RMAJ, MAX_LEN_DET>
where T: Freeze,

§

impl<T, const SPIN: usize = 5, const YIELD: usize = 10, const SLEEP: u64 = 100> !Freeze for SpinLock<T, SPIN, YIELD, SLEEP>

§

impl<TIMESTAMPS, STARTS, ENDS, INFOS> Freeze for TzifTransitions<TIMESTAMPS, STARTS, ENDS, INFOS>
where TIMESTAMPS: Freeze, STARTS: Freeze, ENDS: Freeze, INFOS: Freeze,

§

impl<Type> Freeze for Codec<Type>

§

impl<U> Freeze for GlyphPosition<U>
where U: Freeze,

§

impl<U> Freeze for devela::_dep::fontdue::layout::Layout<U>

§

impl<V> Freeze for DataValue64CopyWith<V>
where V: Freeze,

§

impl<V> Freeze for DataValue64With<V>
where V: Freeze,

§

impl<V, Q> Freeze for ValueQuant<V, Q>
where V: Freeze, Q: Freeze,

§

impl<W> Freeze for JpegEncoder<W>
where W: Freeze,

§

impl<W> Freeze for PngEncoder<W>
where W: Freeze,

§

impl<W> Freeze for PnmEncoder<W>
where W: Freeze,

§

impl<W> Freeze for StdFmtWrite<W>
where W: Freeze,

§

impl<W> Freeze for StdIoWrite<W>
where W: Freeze,

§

impl<W> Freeze for devela::_dep::tokio::io::BufWriter<W>
where W: Freeze,

§

impl<W> Freeze for CodecBe<W>
where W: Freeze,

§

impl<W> Freeze for devela::all::IoBufWriter<W>
where W: Freeze + ?Sized,

§

impl<W> Freeze for IntoInnerError<W>
where W: Freeze,

§

impl<W> Freeze for LineWriter<W>
where W: Freeze + ?Sized,

§

impl<Y, MO, D, H, M, S, MS, US, NS> Freeze for TimeSplit<Y, MO, D, H, M, S, MS, US, NS>
where Y: Freeze, MO: Freeze, D: Freeze, H: Freeze, M: Freeze, S: Freeze, MS: Freeze, US: Freeze, NS: Freeze,

§

impl<Y, R> Freeze for CoroutineState<Y, R>
where Y: Freeze, R: Freeze,

§

impl<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleElement<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze, _4: Freeze, _5: Freeze, _6: Freeze, _7: Freeze, _8: Freeze, _9: Freeze, _10: Freeze, _11: Freeze,

§

impl<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for TupleIter<_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze, _4: Freeze, _5: Freeze, _6: Freeze, _7: Freeze, _8: Freeze, _9: Freeze, _10: Freeze, _11: Freeze,

§

impl<const A: usize, const B: usize, const C: usize> Freeze for XorShift8<A, B, C>

§

impl<const BASIS: usize, const A: usize, const B: usize, const C: usize> Freeze for XorShift16<BASIS, A, B, C>

§

impl<const BASIS: usize, const A: usize, const B: usize, const C: usize> Freeze for XorShift32<BASIS, A, B, C>

§

impl<const BASIS: usize, const A: usize, const B: usize, const C: usize> Freeze for XorShift64<BASIS, A, B, C>

§

impl<const CAP: usize> Freeze for StringNonul<CAP>

§

impl<const CAP: usize> Freeze for StringU8<CAP>

§

impl<const CAP: usize> Freeze for GraphemeNonul<CAP>

§

impl<const CAP: usize> Freeze for GraphemeU8<CAP>

§

impl<const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for ConvertField<IMPLEMENTS_INTOPYOBJECT_REF, IMPLEMENTS_INTOPYOBJECT>

§

impl<const LEN: usize, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11> Freeze for Oneof<LEN, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11>
where _0: Freeze, _1: Freeze, _2: Freeze, _3: Freeze, _4: Freeze, _5: Freeze, _6: Freeze, _7: Freeze, _8: Freeze, _9: Freeze, _10: Freeze, _11: Freeze,

§

impl<const MIN_ALIGN: usize = 1> !Freeze for Bump<MIN_ALIGN>

§

impl<const N: usize> Freeze for LaneCount<N>

§

impl<const N: usize> Freeze for StrBuf<N>

§

impl<const RADIX: usize, const LUT: bool, const PAD: bool, const CASE: bool, CODE> Freeze for Base<RADIX, LUT, PAD, CASE, CODE>

§

impl<const V: i8> Freeze for NonValueI8<V>

§

impl<const V: i16> Freeze for NonValueI16<V>

§

impl<const V: i32> Freeze for NonValueI32<V>

§

impl<const V: i64> Freeze for NonValueI64<V>

§

impl<const V: i128> Freeze for NonValueI128<V>

§

impl<const V: isize> Freeze for NonValueIsize<V>

§

impl<const V: u8> Freeze for NonValueU8<V>

§

impl<const V: u16> Freeze for NonValueU16<V>

§

impl<const V: u32> Freeze for NonValueU32<V>

§

impl<const V: u64> Freeze for NonValueU64<V>

§

impl<const V: u128> Freeze for NonValueU128<V>

§

impl<const V: usize> Freeze for NonValueUsize<V>