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 Bump

§

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 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 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 devela::_dep::rodio::Sink

§

impl !Freeze for SpatialSink

§

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

§

impl !Freeze for Runtime

§

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

§

impl !Freeze for Notify

§

impl !Freeze for Semaphore

§

impl !Freeze for LocalSet

§

impl !Freeze for DefaultCallsite

§

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 Body

§

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 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 TryReserveErrorKind

§

impl Freeze for devela::_dep::_std::io::SeekFrom

§

impl Freeze for AncillaryError

§

impl Freeze for BacktraceStyle

§

impl Freeze for devela::_dep::_std::sync::mpmc::RecvTimeoutError

§

impl Freeze for devela::_dep::_std::sync::mpmc::TryRecvError

§

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 ClipboardContent

§

impl Freeze for ClipboardEvent

§

impl Freeze for ContrastMode

§

impl Freeze for devela::_dep::fltk::app::MouseButton

§

impl Freeze for MouseWheel

§

impl Freeze for devela::_dep::fltk::app::Option

§

impl Freeze for devela::_dep::fltk::app::Scheme

§

impl Freeze for BrowserScrollbar

§

impl Freeze for BrowserType

§

impl Freeze for devela::_dep::fltk::browser::FileType

§

impl Freeze for ButtonType

§

impl Freeze for BeepType

§

impl Freeze for devela::_dep::fltk::dialog::ColorMode

§

impl Freeze for FileDialogAction

§

impl Freeze for FileDialogType

§

impl Freeze for CallbackReason

§

impl Freeze for ColorDepth

§

impl Freeze for devela::_dep::fltk::enums::Cursor

§

impl Freeze for FrameType

§

impl Freeze for LabelType

§

impl Freeze for FlexType

§

impl Freeze for PackType

§

impl Freeze for ScrollType

§

impl Freeze for TabsOverflow

§

impl Freeze for RgbScaling

§

impl Freeze for InputType

§

impl Freeze for MenuButtonType

§

impl Freeze for WindowMenuStyle

§

impl Freeze for ChartType

§

impl Freeze for ClockType

§

impl Freeze for OutputType

§

impl Freeze for FltkError

§

impl Freeze for FltkErrorKind

§

impl Freeze for TableContext

§

impl Freeze for TableResizeFlag

§

impl Freeze for TableRowSelectFlag

§

impl Freeze for TableRowSelectMode

§

impl Freeze for XtermColor

§

impl Freeze for devela::_dep::fltk::text::Cursor

§

impl Freeze for DragType

§

impl Freeze for TextAttr

§

impl Freeze for WrapMode

§

impl Freeze for TreeConnectorStyle

§

impl Freeze for TreeItemDrawMode

§

impl Freeze for TreeItemReselectMode

§

impl Freeze for TreeItemSelect

§

impl Freeze for TreeReason

§

impl Freeze for TreeSelect

§

impl Freeze for TreeSort

§

impl Freeze for CounterType

§

impl Freeze for DialType

§

impl Freeze for ScrollbarType

§

impl Freeze for SliderType

§

impl Freeze for WindowType

§

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 devela::_dep::gilrs::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 devela::_dep::jiff::fmt::friendly::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 WebGLVersion

§

impl Freeze for Backend

§

impl Freeze for devela::_dep::miniquad::BlendFactor

§

impl Freeze for BlendValue

§

impl Freeze for BufferType

§

impl Freeze for BufferUsage

§

impl Freeze for CompareFunc

§

impl Freeze for 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 devela::_dep::miniquad::PrimitiveType

§

impl Freeze for RawId

§

impl Freeze for ShaderError

§

impl Freeze for ShaderType

§

impl Freeze for devela::_dep::miniquad::StencilOp

§

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

§

impl Freeze for devela::_dep::miniquad::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 IOURING_OP

§

impl Freeze for perf_bpf_event_type_t

§

impl Freeze for perf_branch_sample_type_shift_t

§

impl Freeze for perf_branch_sample_type_t

§

impl Freeze for perf_callchain_context_t

§

impl Freeze for perf_event_read_format_t

§

impl Freeze for perf_event_sample_format_t

§

impl Freeze for perf_event_type_t

§

impl Freeze for perf_hw_cache_id_t

§

impl Freeze for perf_hw_cache_op_id_t

§

impl Freeze for perf_hw_cache_op_result_id_t

§

impl Freeze for perf_hw_id_t

§

impl Freeze for perf_record_ksymbol_type_t

§

impl Freeze for perf_sample_regs_abi_t

§

impl Freeze for perf_sw_ids_t

§

impl Freeze for perf_type_id_t

§

impl Freeze for StreamTag

§

impl Freeze for Hasher

§

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 devela::_dep::pyo3::pyclass::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 BufferSize

§

impl Freeze for BuildStreamError

§

impl Freeze for DefaultStreamConfigError

§

impl Freeze for DeviceNameError

§

impl Freeze for HostId

§

impl Freeze for PauseStreamError

§

impl Freeze for PlayStreamError

§

impl Freeze for devela::_dep::rodio::cpal::SampleFormat

§

impl Freeze for devela::_dep::rodio::cpal::StreamError

§

impl Freeze for SupportedBufferSize

§

impl Freeze for SupportedStreamConfigsError

§

impl Freeze for DeviceInner

§

impl Freeze for DevicesInner

§

impl Freeze for HostInner

§

impl Freeze for StreamInner

§

impl Freeze for DecoderError

§

impl Freeze for Mp4Type

§

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

§

impl Freeze for DevicesError

§

impl Freeze for PlayError

§

impl Freeze for devela::_dep::rodio::StreamError

§

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

§

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

§

impl Freeze for devela::_dep::rustix::fs::Advice

§

impl Freeze for devela::_dep::rustix::fs::FileType

§

impl Freeze for FlockOperation

§

impl Freeze for devela::_dep::rustix::fs::SeekFrom

§

impl Freeze for IoringMsgringCmds

§

impl Freeze for IoringOp

§

impl Freeze for IoringRegisterOp

§

impl Freeze for IoringRestrictionOp

§

impl Freeze for devela::_dep::rustix::ioctl::Direction

§

impl Freeze for devela::_dep::rustix::mm::Advice

§

impl Freeze for devela::_dep::rustix::net::Shutdown

§

impl Freeze for SocketAddrAny

§

impl Freeze for devela::_dep::rustix::net::sockopt::Timeout

§

impl Freeze for DumpableBehavior

§

impl Freeze for EndianMode

§

impl Freeze for FloatingPointMode

§

impl Freeze for MachineCheckMemoryCorruptionKillPolicy

§

impl Freeze for MembarrierCommand

§

impl Freeze for PTracer

§

impl Freeze for Resource

§

impl Freeze for devela::_dep::rustix::process::Signal

§

impl Freeze for SpeculationFeature

§

impl Freeze for TimeStampCounterReadability

§

impl Freeze for TimingMethod

§

impl Freeze for VirtualMemoryMapAddress

§

impl Freeze for RebootCommand

§

impl Freeze for Action

§

impl Freeze for OptionalActions

§

impl Freeze for QueueSelector

§

impl Freeze for Capability

§

impl Freeze for devela::_dep::rustix::thread::ClockId

§

impl Freeze for CoreSchedulingScope

§

impl Freeze for FutexOperation

§

impl Freeze for LinkNameSpaceType

§

impl Freeze for NanosleepRelativeResult

§

impl Freeze for SecureComputingMode

§

impl Freeze for SysCallUserDispatchFastSwitch

§

impl Freeze for WakeOp

§

impl Freeze for WakeOpCmp

§

impl Freeze for TimerfdClockId

§

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

§

impl Freeze for AudioStatus

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::IntegerOrSdlError

§

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

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::filesystem::PrefPathError

§

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

§

impl Freeze for devela::_dep::sdl2::joystick::HatState

§

impl Freeze for devela::_dep::sdl2::joystick::PowerLevel

§

impl Freeze for devela::_dep::sdl2::keyboard::Scancode

§

impl Freeze for DIR

§

impl Freeze for FILE

§

impl Freeze for fpos64_t

§

impl Freeze for fpos_t

§

impl Freeze for timezone

§

impl Freeze for tpacket_versions

§

impl Freeze for devela::_dep::sdl2::log::Category

§

impl Freeze for devela::_dep::sdl2::log::Priority

§

impl Freeze for devela::_dep::sdl2::messagebox::ShowMessageError

§

impl Freeze for Fading

§

impl Freeze for MusicType

§

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

§

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

§

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

§

impl Freeze for PixelFormatEnum

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for SDL_AudioStatus

§

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

§

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

§

impl Freeze for SDL_BlendMode

§

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

§

impl Freeze for SDL_DUMMY_ENUM

§

impl Freeze for SDL_DisplayEventID

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::sys::SDL_HintPriority

§

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

§

impl Freeze for SDL_JoystickPowerLevel

§

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

§

impl Freeze for SDL_KeyCode

§

impl Freeze for SDL_Keymod

§

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

§

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

§

impl Freeze for SDL_MessageBoxButtonFlags

§

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

§

impl Freeze for SDL_MessageBoxFlags

§

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

§

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

§

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

§

impl Freeze for SDL_PixelFormatEnum

§

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

§

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

§

impl Freeze for SDL_RendererFlags

§

impl Freeze for SDL_RendererFlip

§

impl Freeze for SDL_SYSWM_TYPE

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for SDL_TextureModulate

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::ttf::FontError

§

impl Freeze for Hinting

§

impl Freeze for devela::_dep::sdl2::ttf::InitError

§

impl Freeze for devela::_dep::sdl2::url::OpenUrlError

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for AudioDeviceID

§

impl Freeze for devela::_dep::sdl3::audio::AudioFormat

§

impl Freeze for DialogError

§

impl Freeze for devela::_dep::sdl3::IntegerOrSdlError

§

impl Freeze for devela::_dep::sdl3::event::DisplayEvent

§

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

§

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

§

impl Freeze for devela::_dep::sdl3::event::WindowEvent

§

impl Freeze for FileSystemError

§

impl Freeze for devela::_dep::sdl3::filesystem::PrefPathError

§

impl Freeze for devela::_dep::sdl3::gamepad::AddMappingError

§

impl Freeze for devela::_dep::sdl3::gamepad::Axis

§

impl Freeze for devela::_dep::sdl3::gamepad::Button

§

impl Freeze for devela::_dep::sdl3::gamepad::MappingStatus

§

impl Freeze for devela::_dep::sdl3::gpu::BlendFactor

§

impl Freeze for BlendOp

§

impl Freeze for BufferUsageFlags

§

impl Freeze for ColorComponentFlags

§

impl Freeze for devela::_dep::sdl3::gpu::CompareOp

§

impl Freeze for CullMode

§

impl Freeze for FillMode

§

impl Freeze for devela::_dep::sdl3::gpu::Filter

§

impl Freeze for FrontFace

§

impl Freeze for IndexElementSize

§

impl Freeze for LoadOp

§

impl Freeze for devela::_dep::sdl3::gpu::PrimitiveType

§

impl Freeze for SampleCount

§

impl Freeze for SamplerAddressMode

§

impl Freeze for SamplerMipmapMode

§

impl Freeze for ShaderFormat

§

impl Freeze for ShaderStage

§

impl Freeze for devela::_dep::sdl3::gpu::StencilOp

§

impl Freeze for StoreOp

§

impl Freeze for devela::_dep::sdl3::gpu::TextureFormat

§

impl Freeze for TextureType

§

impl Freeze for TextureUsage

§

impl Freeze for TransferBufferUsage

§

impl Freeze for VertexElementFormat

§

impl Freeze for VertexInputRate

§

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

§

impl Freeze for devela::_dep::sdl3::joystick::HatState

§

impl Freeze for devela::_dep::sdl3::joystick::PowerLevel

§

impl Freeze for devela::_dep::sdl3::keyboard::Keycode

§

impl Freeze for devela::_dep::sdl3::keyboard::Scancode

§

impl Freeze for devela::_dep::sdl3::log::Category

§

impl Freeze for devela::_dep::sdl3::log::Priority

§

impl Freeze for devela::_dep::sdl3::messagebox::ShowMessageError

§

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

§

impl Freeze for devela::_dep::sdl3::mouse::MouseWheelDirection

§

impl Freeze for devela::_dep::sdl3::mouse::SystemCursor

§

impl Freeze for PropertiesError

§

impl Freeze for devela::_dep::sdl3::render::BlendMode

§

impl Freeze for ClippingRect

§

impl Freeze for ScaleMode

§

impl Freeze for devela::_dep::sdl3::render::TargetRenderError

§

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

§

impl Freeze for devela::_dep::sdl3::render::TextureValueError

§

impl Freeze for devela::_dep::sdl3::render::UpdateTextureError

§

impl Freeze for devela::_dep::sdl3::render::UpdateTextureYUVError

§

impl Freeze for devela::_dep::sdl3::sys::ffi::VaList

§

impl Freeze for devela::_dep::sdl3::url::OpenUrlError

§

impl Freeze for devela::_dep::sdl3::video::FlashOperation

§

impl Freeze for devela::_dep::sdl3::video::FullscreenType

§

impl Freeze for devela::_dep::sdl3::video::GLProfile

§

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

§

impl Freeze for devela::_dep::sdl3::video::SwapInterval

§

impl Freeze for SystemTheme

§

impl Freeze for devela::_dep::sdl3::video::WindowBuildError

§

impl Freeze for devela::_dep::sdl3::video::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 devela::_dep::symphonia::core::meta::ColorMode

§

impl Freeze for 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 devela::_dep::symphonia::core::sample::SampleFormat

§

impl Freeze for DiskKind

§

impl Freeze for ProcessStatus

§

impl Freeze for devela::_dep::sysinfo::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 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 devela::all::AtomicOrdering

§

impl Freeze for AudioError

§

impl Freeze for BacktraceStatus

§

impl Freeze for ColorError

§

impl Freeze for CompressionMode

§

impl Freeze for DataError

§

impl Freeze for DataNotEnough

§

impl Freeze for Dither

§

impl Freeze for DrawError

§

impl Freeze for EncodingMode

§

impl Freeze for devela::all::FmtAlignment

§

impl Freeze for devela::all::FontError

§

impl Freeze for devela::all::ImageError

§

impl Freeze for ErrorKind

§

impl Freeze for IpAddr

§

impl Freeze for JsEvent

§

impl Freeze for JsPermission

§

impl Freeze for JsPermissionState

§

impl Freeze for devela::all::LayoutError

§

impl Freeze for devela::all::LogLevel

§

impl Freeze for devela::all::LogLevelFilter

§

impl Freeze for MediaError

§

impl Freeze for MidiError

§

impl Freeze for MismatchedBounds

§

impl Freeze for Month

§

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 SixelError

§

impl Freeze for SixelMean

§

impl Freeze for SixelQuality

§

impl Freeze for SixelSplit

§

impl Freeze for devela::all::SocketAddr

§

impl Freeze for SpinStrategy

§

impl Freeze for devela::all::TcpShutdown

§

impl Freeze for TimeError

§

impl Freeze for VarError

§

impl Freeze for WaveletUnitRole

§

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 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 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 devela::_dep::_std::os::unix::net::UCred

§

impl Freeze for UnixDatagram

§

impl Freeze for UnixListener

§

impl Freeze for UnixStream

§

impl Freeze for ExitStatusError

§

impl Freeze for DefaultRandomSource

§

impl Freeze for devela::_dep::_std::sync::mpmc::RecvError

§

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

§

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 devela::_dep::crossterm::style::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 FileAccess

§

impl Freeze for Preferences

§

impl Freeze for Root

§

impl Freeze for App

§

impl Freeze for devela::_dep::fltk::app::Screen

§

impl Freeze for Browser

§

impl Freeze for CheckBrowser

§

impl Freeze for FileBrowser

§

impl Freeze for HoldBrowser

§

impl Freeze for MultiBrowser

§

impl Freeze for SelectBrowser

§

impl Freeze for devela::_dep::fltk::button::Button

§

impl Freeze for CheckButton

§

impl Freeze for LightButton

§

impl Freeze for RadioButton

§

impl Freeze for RadioLightButton

§

impl Freeze for RadioRoundButton

§

impl Freeze for RepeatButton

§

impl Freeze for ReturnButton

§

impl Freeze for RoundButton

§

impl Freeze for ShortcutButton

§

impl Freeze for ToggleButton

§

impl Freeze for FileChooser

§

impl Freeze for FileChooserType

§

impl Freeze for FileDialog

§

impl Freeze for FileDialogOptions

§

impl Freeze for HelpDialog

§

impl Freeze for LineStyle

§

impl Freeze for Offscreen

§

impl Freeze for devela::_dep::fltk::draw::Region

§

impl Freeze for Align

§

impl Freeze for CallbackTrigger

§

impl Freeze for devela::_dep::fltk::enums::Color

§

impl Freeze for Damage

§

impl Freeze for devela::_dep::fltk::enums::Event

§

impl Freeze for devela::_dep::fltk::enums::Font

§

impl Freeze for devela::_dep::fltk::enums::Key

§

impl Freeze for devela::_dep::fltk::enums::Mode

§

impl Freeze for Shortcut

§

impl Freeze for devela::_dep::fltk::frame::Frame

§

impl Freeze for ColorChooser

§

impl Freeze for Column

§

impl Freeze for Flex

§

impl Freeze for Grid

§

impl Freeze for GridAlign

§

impl Freeze for GridRange

§

impl Freeze for devela::_dep::fltk::group::Group

§

impl Freeze for HGrid

§

impl Freeze for Pack

§

impl Freeze for Row

§

impl Freeze for Scroll

§

impl Freeze for Tabs

§

impl Freeze for Tile

§

impl Freeze for VGrid

§

impl Freeze for Wizard

§

impl Freeze for AnimGifImage

§

impl Freeze for AnimGifImageFlags

§

impl Freeze for BmpImage

§

impl Freeze for GifImage

§

impl Freeze for IcoImage

§

impl Freeze for IconDirEntry

§

impl Freeze for Image

§

impl Freeze for JpegImage

§

impl Freeze for Pixmap

§

impl Freeze for PngImage

§

impl Freeze for PnmImage

§

impl Freeze for RgbImage

§

impl Freeze for SharedImage

§

impl Freeze for SvgImage

§

impl Freeze for TiledImage

§

impl Freeze for XbmImage

§

impl Freeze for XpmImage

§

impl Freeze for FileInput

§

impl Freeze for FloatInput

§

impl Freeze for Input

§

impl Freeze for IntInput

§

impl Freeze for MultilineInput

§

impl Freeze for SecretInput

§

impl Freeze for Choice

§

impl Freeze for MacAppMenu

§

impl Freeze for MenuBar

§

impl Freeze for MenuButton

§

impl Freeze for MenuFlag

§

impl Freeze for MenuItem

§

impl Freeze for SysMenuBar

§

impl Freeze for Chart

§

impl Freeze for Clock

§

impl Freeze for HelpView

§

impl Freeze for InputChoice

§

impl Freeze for Progress

§

impl Freeze for Spinner

§

impl Freeze for Tooltip

§

impl Freeze for MultilineOutput

§

impl Freeze for devela::_dep::fltk::output::Output

§

impl Freeze for Printer

§

impl Freeze for ImageSurface

§

impl Freeze for SvgFileSurface

§

impl Freeze for devela::_dep::fltk::table::Table

§

impl Freeze for TableRow

§

impl Freeze for Attrib

§

impl Freeze for CharFlags

§

impl Freeze for OutFlags

§

impl Freeze for RedrawStyle

§

impl Freeze for ScrollbarStyle

§

impl Freeze for Terminal

§

impl Freeze for Utf8Char

§

impl Freeze for SimpleTerminal

§

impl Freeze for StyleTableEntry

§

impl Freeze for StyleTableEntryExt

§

impl Freeze for TextBuffer

§

impl Freeze for TextDisplay

§

impl Freeze for TextEditor

§

impl Freeze for Tree

§

impl Freeze for TreeItem

§

impl Freeze for Adjuster

§

impl Freeze for Counter

§

impl Freeze for Dial

§

impl Freeze for FillDial

§

impl Freeze for FillSlider

§

impl Freeze for HorFillSlider

§

impl Freeze for HorNiceSlider

§

impl Freeze for HorSlider

§

impl Freeze for HorValueSlider

§

impl Freeze for LineDial

§

impl Freeze for NiceSlider

§

impl Freeze for Roller

§

impl Freeze for Scrollbar

§

impl Freeze for Slider

§

impl Freeze for ValueInput

§

impl Freeze for ValueOutput

§

impl Freeze for ValueSlider

§

impl Freeze for Widget

§

impl Freeze for WidgetTracker

§

impl Freeze for AndroidWindow

§

impl Freeze for DoubleWindow

§

impl Freeze for MenuWindow

§

impl Freeze for OverlayWindow

§

impl Freeze for SingleWindow

§

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 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 Collator

§

impl Freeze for DateTimeFormat

§

impl Freeze for NumberFormat

§

impl Freeze for PluralRules

§

impl Freeze for RelativeTimeFormat

§

impl Freeze for CompileError

§

impl Freeze for Exception

§

impl Freeze for devela::_dep::js_sys::WebAssembly::Global

§

impl Freeze for Instance

§

impl Freeze for LinkError

§

impl Freeze for Memory

§

impl Freeze for Module

§

impl Freeze for RuntimeError

§

impl Freeze for devela::_dep::js_sys::WebAssembly::Table

§

impl Freeze for devela::_dep::js_sys::WebAssembly::Tag

§

impl Freeze for devela::_dep::js_sys::Array

§

impl Freeze for ArrayBuffer

§

impl Freeze for ArrayIntoIter

§

impl Freeze for AsyncIterator

§

impl Freeze for BigInt64Array

§

impl Freeze for BigInt

§

impl Freeze for BigUint64Array

§

impl Freeze for Boolean

§

impl Freeze for DataView

§

impl Freeze for devela::_dep::js_sys::Date

§

impl Freeze for devela::_dep::js_sys::Error

§

impl Freeze for EvalError

§

impl Freeze for Float32Array

§

impl Freeze for Float64Array

§

impl Freeze for devela::_dep::js_sys::Function

§

impl Freeze for Generator

§

impl Freeze for Int8Array

§

impl Freeze for Int16Array

§

impl Freeze for Int32Array

§

impl Freeze for devela::_dep::js_sys::IntoIter

§

impl Freeze for Iterator

§

impl Freeze for IteratorNext

§

impl Freeze for JsString

§

impl Freeze for devela::_dep::js_sys::Map

§

impl Freeze for devela::_dep::js_sys::Number

§

impl Freeze for Object

§

impl Freeze for Promise

§

impl Freeze for devela::_dep::js_sys::Proxy

§

impl Freeze for RangeError

§

impl Freeze for ReferenceError

§

impl Freeze for RegExp

§

impl Freeze for Set

§

impl Freeze for SharedArrayBuffer

§

impl Freeze for Symbol

§

impl Freeze for SyntaxError

§

impl Freeze for devela::_dep::js_sys::TryFromIntError

§

impl Freeze for TypeError

§

impl Freeze for Uint8Array

§

impl Freeze for Uint8ClampedArray

§

impl Freeze for Uint16Array

§

impl Freeze for Uint32Array

§

impl Freeze for UriError

§

impl Freeze for WeakMap

§

impl Freeze for WeakSet

§

impl Freeze for CpalBackendSettings

§

impl Freeze for MockBackendSettings

§

impl Freeze for ClockHandle

§

impl Freeze for devela::_dep::kira::clock::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 devela::_dep::log::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 devela::_dep::midir::InitError

§

impl Freeze for MidiInputPort

§

impl Freeze for MidiOutputPort

§

impl Freeze for Conf

§

impl Freeze for Icon

§

impl Freeze for Platform

§

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 KeyMods

§

impl Freeze for Pipeline

§

impl Freeze for PipelineLayout

§

impl Freeze for PipelineParams

§

impl Freeze for devela::_dep::miniquad::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 devela::_dep::miniquad::VertexAttribute

§

impl Freeze for devela::_dep::nc::c_str::CStr

§

impl Freeze for devela::_dep::nc::c_str::CString

§

impl Freeze for devela::_dep::nc::path::Path

§

impl Freeze for __kernel_fsid_t

§

impl Freeze for aio_sigset_t

§

impl Freeze for blk_io_trace_remap_t

§

impl Freeze for blk_io_trace_t

§

impl Freeze for blk_user_trace_setup_t

§

impl Freeze for bpf_attr_btf_load_t

§

impl Freeze for bpf_attr_element_t

§

impl Freeze for bpf_attr_getid_t

§

impl Freeze for bpf_attr_info_t

§

impl Freeze for bpf_attr_map_create_t

§

impl Freeze for bpf_attr_obj_t

§

impl Freeze for bpf_attr_prog_attach_t

§

impl Freeze for bpf_attr_prog_load_t

§

impl Freeze for bpf_attr_prog_test_t

§

impl Freeze for bpf_attr_query_t

§

impl Freeze for bpf_attr_raw_tracepoint_t

§

impl Freeze for bpf_attr_task_fd_query_t

§

impl Freeze for bpf_btf_info_t

§

impl Freeze for bpf_cgroup_dev_ctx_t

§

impl Freeze for bpf_cgroup_storage_key_t

§

impl Freeze for bpf_fib_lookup_t

§

impl Freeze for bpf_flow_keys_ipv4_t

§

impl Freeze for bpf_flow_keys_ipv6_t

§

impl Freeze for bpf_flow_keys_t

§

impl Freeze for bpf_func_info_t

§

impl Freeze for bpf_insn_t

§

impl Freeze for bpf_line_info_t

§

impl Freeze for bpf_lpm_trie_key_t

§

impl Freeze for bpf_map_info_t

§

impl Freeze for bpf_perf_event_value_t

§

impl Freeze for bpf_prog_info_t

§

impl Freeze for bpf_raw_tracepoint_args_t

§

impl Freeze for bpf_sock_addr_t

§

impl Freeze for bpf_sock_ops_t

§

impl Freeze for bpf_sock_t

§

impl Freeze for bpf_sock_tuple_ipv4_t

§

impl Freeze for bpf_sock_tuple_ipv6_t

§

impl Freeze for bpf_spin_lock_t

§

impl Freeze for bpf_stack_build_id_t

§

impl Freeze for bpf_tcp_sock_t

§

impl Freeze for cachestat_range_t

§

impl Freeze for cachestat_t

§

impl Freeze for cap_user_data_t

§

impl Freeze for cap_user_header_t

§

impl Freeze for clone_args_t

§

impl Freeze for cmsghdr_t

§

impl Freeze for compat_statfs64_t

§

impl Freeze for devela::_dep::nc::cpu_set_t

§

impl Freeze for epoll_event_t

§

impl Freeze for f_owner_ex_t

§

impl Freeze for fd_set_t

§

impl Freeze for fiemap_extent_t

§

impl Freeze for fiemap_t

§

impl Freeze for file_clone_range_t

§

impl Freeze for file_dedupe_range_info_t

§

impl Freeze for file_dedupe_range_t

§

impl Freeze for file_handle_t

§

impl Freeze for files_stat_struct_t

§

impl Freeze for flock64_t

§

impl Freeze for flock_t

§

impl Freeze for fscrypt_policy_t

§

impl Freeze for devela::_dep::nc::fsid_t

§

impl Freeze for fstrim_range_t

§

impl Freeze for fsxattr_t

§

impl Freeze for futex_waitv_t

§

impl Freeze for getcpu_cache_t

§

impl Freeze for group_filter_t

§

impl Freeze for group_req_t

§

impl Freeze for group_source_req_t

§

impl Freeze for if_dqblk_t

§

impl Freeze for if_dqinfo_t

§

impl Freeze for if_nextdqblk_t

§

impl Freeze for in6_addr_t

§

impl Freeze for in6_flowlabel_req_t

§

impl Freeze for in_addr_t

§

impl Freeze for in_pktinfo_t

§

impl Freeze for inodes_stat_t

§

impl Freeze for inotify_event_t

§

impl Freeze for io_cqring_offsets_t

§

impl Freeze for io_event_t

§

impl Freeze for io_file_t

§

impl Freeze for io_sqring_offsets_t

§

impl Freeze for io_uring_cqe_t

§

impl Freeze for io_uring_files_update_t

§

impl Freeze for io_uring_params_t

§

impl Freeze for io_uring_probe_op_t

§

impl Freeze for io_uring_probe_t

§

impl Freeze for io_uring_sqe_buf_t

§

impl Freeze for io_uring_sqe_t

§

impl Freeze for iocb_t

§

impl Freeze for iovec_t

§

impl Freeze for ip_mreq_source_t

§

impl Freeze for ip_mreq_t

§

impl Freeze for ip_mreqn_t

§

impl Freeze for ip_msfilter_t

§

impl Freeze for ipc64_perm_t

§

impl Freeze for ipc_kludge_t

§

impl Freeze for ipc_perm_t

§

impl Freeze for ipv6_mreq_t

§

impl Freeze for itimerspec64_t

§

impl Freeze for itimerspec_t

§

impl Freeze for itimerval_t

§

impl Freeze for kcmp_epoll_slot_t

§

impl Freeze for kernel_itimerspec_t

§

impl Freeze for kernel_sock_timeval_t

§

impl Freeze for kernel_sockaddr_storage_t

§

impl Freeze for kernel_timespec_t

§

impl Freeze for kernel_timex_t

§

impl Freeze for kernel_timex_timeval_t

§

impl Freeze for kernle_old_timeval_t

§

impl Freeze for kexec_segment_t

§

impl Freeze for ktermios_t

§

impl Freeze for linger_t

§

impl Freeze for linux_dirent64_t

§

impl Freeze for linux_dirent_t

§

impl Freeze for mmsghdr_t

§

impl Freeze for mnt_id_req_t

§

impl Freeze for mount_attr_t

§

impl Freeze for mq_attr_t

§

impl Freeze for msgbuf_t

§

impl Freeze for msghdr_t

§

impl Freeze for msginfo_t

§

impl Freeze for msqid64_ds_t

§

impl Freeze for msqid_ds_t

§

impl Freeze for new_utsname_t

§

impl Freeze for open_how_t

§

impl Freeze for perf_branch_entry_t

§

impl Freeze for perf_event_attr_t

§

impl Freeze for perf_event_header_t

§

impl Freeze for perf_event_mmap_page_cap_detail_t

§

impl Freeze for perf_event_mmap_page_t

§

impl Freeze for perf_event_query_bpf_t

§

impl Freeze for perf_mem_data_mem_t

§

impl Freeze for pollfd_t

§

impl Freeze for prctl_mm_map_t

§

impl Freeze for devela::_dep::nc::pthread_barrierattr_t

§

impl Freeze for devela::_dep::nc::pthread_condattr_t

§

impl Freeze for devela::_dep::nc::pthread_mutexattr_t

§

impl Freeze for devela::_dep::nc::pthread_rwlockattr_t

§

impl Freeze for ptrace_peeksiginfo_args_t

§

impl Freeze for ptrace_syscall_info_seccomp_entry_t

§

impl Freeze for ptrace_syscall_info_seccomp_exit_t

§

impl Freeze for ptrace_syscall_info_seccomp_seccomp_t

§

impl Freeze for ptrace_syscall_info_t

§

impl Freeze for rlimit64_t

§

impl Freeze for rlimit_t

§

impl Freeze for robust_list_head_t

§

impl Freeze for robust_list_t

§

impl Freeze for rseq_cs_ptr_t

§

impl Freeze for rseq_cs_t

§

impl Freeze for rseq_t

§

impl Freeze for rusage_t

§

impl Freeze for sched_attr_t

§

impl Freeze for sched_param_t

§

impl Freeze for scm_timestamping_internal_t

§

impl Freeze for seccomp_data_t

§

impl Freeze for seccomp_metadata_t

§

impl Freeze for seccomp_notif_resp_t

§

impl Freeze for seccomp_notif_sizes_t

§

impl Freeze for seccomp_notif_t

§

impl Freeze for sembuf_t

§

impl Freeze for semid_ds_t

§

impl Freeze for seminfo_t

§

impl Freeze for serial_icounter_struct_t

§

impl Freeze for serial_iso7816_t

§

impl Freeze for serial_multiport_struct_t

§

impl Freeze for serial_rs485_t

§

impl Freeze for serial_struct_t

§

impl Freeze for shm_info_t

§

impl Freeze for shmid64_ds_t

§

impl Freeze for shmid_ds_t

§

impl Freeze for shminfo64_t

§

impl Freeze for shminfo_t

§

impl Freeze for si_kill_t

§

impl Freeze for si_rt_t

§

impl Freeze for si_sigchld_t

§

impl Freeze for si_sigpoll_t

§

impl Freeze for si_sigsys_t

§

impl Freeze for si_timer_t

§

impl Freeze for sigaction_t

§

impl Freeze for sigaltstack_t

§

impl Freeze for sigev_thread_t

§

impl Freeze for sigevent_t

§

impl Freeze for siginfo_intern_t

§

impl Freeze for devela::_dep::nc::sigset_t

§

impl Freeze for sk_msg_md_t

§

impl Freeze for sk_reuseport_md_t

§

impl Freeze for sockaddr_in6_t

§

impl Freeze for sockaddr_in_t

§

impl Freeze for sockaddr_t

§

impl Freeze for stat_t

§

impl Freeze for statfs64_t

§

impl Freeze for statfs_t

§

impl Freeze for statmount_t

§

impl Freeze for statx_t

§

impl Freeze for statx_timestamp_t

§

impl Freeze for sysctl_args_t

§

impl Freeze for sysinfo_t

§

impl Freeze for termio_t

§

impl Freeze for termios2_t

§

impl Freeze for termios_t

§

impl Freeze for timespec64_t

§

impl Freeze for timespec_t

§

impl Freeze for timeval_t

§

impl Freeze for timex_t

§

impl Freeze for timezone_t

§

impl Freeze for tms_t

§

impl Freeze for ucred_t

§

impl Freeze for user_desc_t

§

impl Freeze for ustat_t

§

impl Freeze for utimbuf_t

§

impl Freeze for winsize_t

§

impl Freeze for xdp_md_t

§

impl Freeze for devela::_dep::nc::util::File

§

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 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 PyFutureFeatures

§

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 _PyErr_StackItem

§

impl Freeze for _PyOpcache

§

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 devela::_dep::rodio::cpal::platform::AlsaDevice

§

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaDevices

§

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaHost

§

impl Freeze for devela::_dep::rodio::cpal::platform::AlsaStream

§

impl Freeze for BackendSpecificError

§

impl Freeze for Data

§

impl Freeze for devela::_dep::rodio::cpal::Host

§

impl Freeze for HostUnavailable

§

impl Freeze for I24

§

impl Freeze for I48

§

impl Freeze for InputCallbackInfo

§

impl Freeze for InputStreamTimestamp

§

impl Freeze for OutputCallbackInfo

§

impl Freeze for OutputStreamTimestamp

§

impl Freeze for SampleRate

§

impl Freeze for devela::_dep::rodio::cpal::Stream

§

impl Freeze for StreamConfig

§

impl Freeze for StreamInstant

§

impl Freeze for SupportedInputConfigs

§

impl Freeze for SupportedOutputConfigs

§

impl Freeze for SupportedStreamConfigRange

§

impl Freeze for U24

§

impl Freeze for U48

§

impl Freeze for Chirp

§

impl Freeze for SignalGenerator

§

impl Freeze for SineWave

§

impl Freeze for devela::_dep::rodio::Device

§

impl Freeze for devela::_dep::rodio::Devices

§

impl Freeze for OutputStream

§

impl Freeze for OutputStreamHandle

§

impl Freeze for SupportedStreamConfig

§

impl Freeze for devela::_dep::rustix::event::epoll::CreateFlags

§

impl Freeze for EventVec

§

impl Freeze for EventfdFlags

§

impl Freeze for FdSetElement

§

impl Freeze for PollFlags

§

impl Freeze for OwnedFd

§

impl Freeze for devela::_dep::rustix::fs::inotify::CreateFlags

§

impl Freeze for ReadFlags

§

impl Freeze for WatchFlags

§

impl Freeze for Access

§

impl Freeze for AtFlags

§

impl Freeze for Dir

§

impl Freeze for devela::_dep::rustix::fs::DirEntry

§

impl Freeze for FallocateFlags

§

impl Freeze for FdFlags

§

impl Freeze for devela::_dep::rustix::fs::Gid

§

impl Freeze for IFlags

§

impl Freeze for MemfdFlags

§

impl Freeze for devela::_dep::rustix::fs::Mode

§

impl Freeze for MountFlags

§

impl Freeze for MountPropagationFlags

§

impl Freeze for OFlags

§

impl Freeze for RenameFlags

§

impl Freeze for ResolveFlags

§

impl Freeze for SealFlags

§

impl Freeze for StatVfs

§

impl Freeze for StatVfsMountFlags

§

impl Freeze for StatxFlags

§

impl Freeze for Timestamps

§

impl Freeze for devela::_dep::rustix::fs::Uid

§

impl Freeze for UnmountFlags

§

impl Freeze for XattrFlags

§

impl Freeze for DupFlags

§

impl Freeze for Errno

§

impl Freeze for ReadWriteFlags

§

impl Freeze for devela::_dep::rustix::io_uring::EpollEvent

§

impl Freeze for EventFlags

§

impl Freeze for IoringAcceptFlags

§

impl Freeze for IoringAsyncCancelFlags

§

impl Freeze for IoringCqFlags

§

impl Freeze for IoringCqeFlags

§

impl Freeze for IoringEnterFlags

§

impl Freeze for IoringFeatureFlags

§

impl Freeze for IoringFsyncFlags

§

impl Freeze for IoringMsgringFlags

§

impl Freeze for IoringOpFlags

§

impl Freeze for IoringPollFlags

§

impl Freeze for IoringRecvFlags

§

impl Freeze for IoringRegisterFlags

§

impl Freeze for IoringRsrcFlags

§

impl Freeze for IoringSendFlags

§

impl Freeze for IoringSetupFlags

§

impl Freeze for IoringSqFlags

§

impl Freeze for IoringSqeFlags

§

impl Freeze for IoringTimeoutFlags

§

impl Freeze for RecvFlags

§

impl Freeze for RecvmsgOutFlags

§

impl Freeze for SendFlags

§

impl Freeze for SocketFlags

§

impl Freeze for devela::_dep::rustix::io_uring::SpliceFlags

§

impl Freeze for addr3_struct

§

impl Freeze for addr_len_struct

§

impl Freeze for buf_ring_bufs_struct

§

impl Freeze for buf_ring_tail_struct

§

impl Freeze for cmd_op_struct

§

impl Freeze for io_cqring_offsets

§

impl Freeze for io_sqring_offsets

§

impl Freeze for io_uring_buf

§

impl Freeze for io_uring_buf_reg

§

impl Freeze for io_uring_buf_ring

§

impl Freeze for io_uring_cqe

§

impl Freeze for io_uring_files_update

§

impl Freeze for io_uring_getevents_arg

§

impl Freeze for io_uring_params

§

impl Freeze for io_uring_probe

§

impl Freeze for io_uring_probe_op

§

impl Freeze for io_uring_ptr

§

impl Freeze for io_uring_recvmsg_out

§

impl Freeze for io_uring_restriction

§

impl Freeze for io_uring_rsrc_register

§

impl Freeze for io_uring_rsrc_update2

§

impl Freeze for io_uring_rsrc_update

§

impl Freeze for io_uring_sqe

§

impl Freeze for io_uring_sync_cancel_reg

§

impl Freeze for devela::_dep::rustix::io_uring::iovec

§

impl Freeze for devela::_dep::rustix::io_uring::msghdr

§

impl Freeze for devela::_dep::rustix::io_uring::open_how

§

impl Freeze for devela::_dep::rustix::io_uring::sockaddr

§

impl Freeze for __kernel_sockaddr_storage

§

impl Freeze for tail_or_bufs_struct

§

impl Freeze for Opcode

§

impl Freeze for MapFlags

§

impl Freeze for MlockAllFlags

§

impl Freeze for MlockFlags

§

impl Freeze for MprotectFlags

§

impl Freeze for MremapFlags

§

impl Freeze for MsyncFlags

§

impl Freeze for ProtFlags

§

impl Freeze for UserfaultfdFlags

§

impl Freeze for FsMountFlags

§

impl Freeze for FsOpenFlags

§

impl Freeze for FsPickFlags

§

impl Freeze for MountAttrFlags

§

impl Freeze for MoveMountFlags

§

impl Freeze for OpenTreeFlags

§

impl Freeze for AddressFamily

§

impl Freeze for Protocol

§

impl Freeze for RecvMsgReturn

§

impl Freeze for SocketAddrUnix

§

impl Freeze for SocketType

§

impl Freeze for devela::_dep::rustix::net::UCred

§

impl Freeze for SockaddrXdpFlags

§

impl Freeze for SocketAddrXdp

§

impl Freeze for XdpDesc

§

impl Freeze for XdpDescOptions

§

impl Freeze for XdpMmapOffsets

§

impl Freeze for XdpOptions

§

impl Freeze for XdpOptionsFlags

§

impl Freeze for XdpRingFlags

§

impl Freeze for XdpRingOffset

§

impl Freeze for XdpStatistics

§

impl Freeze for XdpUmemReg

§

impl Freeze for XdpUmemRegFlags

§

impl Freeze for DecInt

§

impl Freeze for PipeFlags

§

impl Freeze for devela::_dep::rustix::pipe::SpliceFlags

§

impl Freeze for CpuSet

§

impl Freeze for Cpuid

§

impl Freeze for FloatingPointEmulationControl

§

impl Freeze for FloatingPointExceptionMode

§

impl Freeze for MembarrierQuery

§

impl Freeze for devela::_dep::rustix::process::Pid

§

impl Freeze for PidfdFlags

§

impl Freeze for PidfdGetfdFlags

§

impl Freeze for PrctlMmMap

§

impl Freeze for Rlimit

§

impl Freeze for SpeculationFeatureControl

§

impl Freeze for SpeculationFeatureState

§

impl Freeze for UnalignedAccessControl

§

impl Freeze for WaitOptions

§

impl Freeze for WaitStatus

§

impl Freeze for WaitidOptions

§

impl Freeze for WaitidStatus

§

impl Freeze for OpenptFlags

§

impl Freeze for GetRandomFlags

§

impl Freeze for ShmOFlags

§

impl Freeze for Uname

§

impl Freeze for ControlModes

§

impl Freeze for InputModes

§

impl Freeze for LocalModes

§

impl Freeze for OutputModes

§

impl Freeze for SpecialCodeIndex

§

impl Freeze for SpecialCodes

§

impl Freeze for Termios

§

impl Freeze for CapabilitiesSecureBits

§

impl Freeze for CapabilityFlags

§

impl Freeze for CapabilitySets

§

impl Freeze for Flags

§

impl Freeze for SVEVectorLengthConfig

§

impl Freeze for TaggedAddressMode

§

impl Freeze for ThreadNameSpaceType

§

impl Freeze for UnshareFlags

§

impl Freeze for TimerfdFlags

§

impl Freeze for TimerfdTimerFlags

§

impl Freeze for AudioCVT

§

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

§

impl Freeze for AudioSpecDesired

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::clipboard::ClipboardUtil

§

impl Freeze for GameController

§

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

§

impl Freeze for FPSManager

§

impl Freeze for devela::_dep::sdl2::haptic::Haptic

§

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

§

impl Freeze for Sdl2ImageContext

§

impl Freeze for Guid

§

impl Freeze for devela::_dep::sdl2::joystick::Joystick

§

impl Freeze for devela::_dep::sdl2::keyboard::KeyboardUtil

§

impl Freeze for devela::_dep::sdl2::keyboard::Keycode

§

impl Freeze for devela::_dep::sdl2::keyboard::Mod

§

impl Freeze for devela::_dep::sdl2::keyboard::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 devela::_dep::sdl2::libc::cpu_set_t

§

impl Freeze for dirent64

§

impl Freeze for dirent

§

impl Freeze for dl_phdr_info

§

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 devela::_dep::sdl2::libc::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 devela::_dep::sdl2::libc::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 mcontext_t

§

impl Freeze for mmsghdr

§

impl Freeze for mntent

§

impl Freeze for mount_attr

§

impl Freeze for mq_attr

§

impl Freeze for devela::_dep::sdl2::libc::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 devela::_dep::sdl2::libc::open_how

§

impl Freeze for option

§

impl Freeze for packet_mreq

§

impl Freeze for passwd

§

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_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 devela::_dep::sdl2::libc::siginfo_t

§

impl Freeze for signalfd_siginfo

§

impl Freeze for devela::_dep::sdl2::libc::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 devela::_dep::sdl2::libc::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_gcm_128

§

impl Freeze for tls12_crypto_info_aes_gcm_256

§

impl Freeze for tls12_crypto_info_chacha20_poly1305

§

impl Freeze for tls_crypto_info

§

impl Freeze for 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 devela::_dep::sdl2::messagebox::MessageBoxButtonFlag

§

impl Freeze for devela::_dep::sdl2::messagebox::MessageBoxColorScheme

§

impl Freeze for devela::_dep::sdl2::messagebox::MessageBoxFlag

§

impl Freeze for 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 devela::_dep::sdl2::mouse::MouseState

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::rect::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 devela::_dep::sdl2::render::RendererInfo

§

impl Freeze for SdlError

§

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

§

impl Freeze for devela::_dep::sdl2::AudioSubsystem

§

impl Freeze for devela::_dep::sdl2::EventPump

§

impl Freeze for devela::_dep::sdl2::EventSubsystem

§

impl Freeze for GameControllerSubsystem

§

impl Freeze for devela::_dep::sdl2::HapticSubsystem

§

impl Freeze for devela::_dep::sdl2::JoystickSubsystem

§

impl Freeze for devela::_dep::sdl2::Sdl

§

impl Freeze for devela::_dep::sdl2::SensorSubsystem

§

impl Freeze for TimerSubsystem

§

impl Freeze for devela::_dep::sdl2::VideoSubsystem

§

impl Freeze for devela::_dep::sdl2::surface::SurfaceRef

§

impl Freeze for FPSmanager

§

impl Freeze for Mix_Chunk

§

impl Freeze for _Mix_Music

§

impl Freeze for Depth

§

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

§

impl Freeze for SDL_AudioCVT

§

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

§

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

§

impl Freeze for SDL_BlitMap

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::sys::SDL_Cursor

§

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

§

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

§

impl Freeze for SDL_DollarGestureEvent

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for SDL_GameControllerButtonBind

§

impl Freeze for SDL_GameControllerButtonBind__bindgen_ty_1__bindgen_ty_1

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for SDL_Keysym

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for SDL_MultiGestureEvent

§

impl Freeze for SDL_OSEvent

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::sys::SDL_Rect

§

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

§

impl Freeze for SDL_RendererInfo

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::sys::SDL_TextEditingEvent

§

impl Freeze for SDL_TextEditingExtEvent

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl2::sys::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 devela::_dep::sdl2::sys::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 ScreenFormat

§

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

§

impl Freeze for VkInstance_T

§

impl Freeze for VkSurfaceKHR_T

§

impl Freeze for XAnyEvent

§

impl Freeze for XArc

§

impl Freeze for XButtonEvent

§

impl Freeze for XChar2b

§

impl Freeze for XCharStruct

§

impl Freeze for XCirculateEvent

§

impl Freeze for XCirculateRequestEvent

§

impl Freeze for XClientMessageEvent

§

impl Freeze for XColor

§

impl Freeze for XColormapEvent

§

impl Freeze for XConfigureEvent

§

impl Freeze for XConfigureRequestEvent

§

impl Freeze for XCreateWindowEvent

§

impl Freeze for XCrossingEvent

§

impl Freeze for XDestroyWindowEvent

§

impl Freeze for XErrorEvent

§

impl Freeze for XExposeEvent

§

impl Freeze for XExtCodes

§

impl Freeze for XFocusChangeEvent

§

impl Freeze for XFontProp

§

impl Freeze for XFontSetExtents

§

impl Freeze for XFontStruct

§

impl Freeze for XGCValues

§

impl Freeze for XGenericEvent

§

impl Freeze for XGenericEventCookie

§

impl Freeze for XGraphicsExposeEvent

§

impl Freeze for XGravityEvent

§

impl Freeze for XHostAddress

§

impl Freeze for XICCallback

§

impl Freeze for XIMCallback

§

impl Freeze for XIMStyles

§

impl Freeze for XIMValuesList

§

impl Freeze for XKeyEvent

§

impl Freeze for XKeyboardControl

§

impl Freeze for XKeyboardState

§

impl Freeze for XKeymapEvent

§

impl Freeze for XMapEvent

§

impl Freeze for XMapRequestEvent

§

impl Freeze for XMappingEvent

§

impl Freeze for XModifierKeymap

§

impl Freeze for XMotionEvent

§

impl Freeze for XNoExposeEvent

§

impl Freeze for XOMCharSetList

§

impl Freeze for XOMFontInfo

§

impl Freeze for XOMOrientation

§

impl Freeze for XPixmapFormatValues

§

impl Freeze for XPoint

§

impl Freeze for XPropertyEvent

§

impl Freeze for XRectangle

§

impl Freeze for XReparentEvent

§

impl Freeze for XResizeRequestEvent

§

impl Freeze for XSegment

§

impl Freeze for XSelectionClearEvent

§

impl Freeze for XSelectionEvent

§

impl Freeze for XSelectionRequestEvent

§

impl Freeze for XServerInterpretedAddress

§

impl Freeze for XSetWindowAttributes

§

impl Freeze for XTextItem16

§

impl Freeze for XTextItem

§

impl Freeze for XTimeCoord

§

impl Freeze for XUnmapEvent

§

impl Freeze for XVisibilityEvent

§

impl Freeze for 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 _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 __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 devela::_dep::sdl2::video::gl_attr::ContextFlags

§

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

§

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

§

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

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl3::audio::AudioDevice

§

impl Freeze for devela::_dep::sdl3::audio::AudioSpec

§

impl Freeze for devela::_dep::sdl3::audio::AudioSpecWAV

§

impl Freeze for AudioStream

§

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

§

impl Freeze for devela::_dep::sdl3::clipboard::ClipboardUtil

§

impl Freeze for devela::_dep::sdl3::event::EventSender

§

impl Freeze for SDL_EnumerationResult

§

impl Freeze for SDL_Folder

§

impl Freeze for GlobFlags

§

impl Freeze for PathInfo

§

impl Freeze for SDL_PathType

§

impl Freeze for devela::_dep::sdl3::gamepad::Gamepad

§

impl Freeze for Buffer

§

impl Freeze for BufferBinding

§

impl Freeze for BufferRegion

§

impl Freeze for ColorTargetBlendState

§

impl Freeze for ColorTargetDescription

§

impl Freeze for ColorTargetInfo

§

impl Freeze for CommandBuffer

§

impl Freeze for ComputePass

§

impl Freeze for ComputePipeline

§

impl Freeze for CopyPass

§

impl Freeze for DepthStencilState

§

impl Freeze for DepthStencilTargetInfo

§

impl Freeze for devela::_dep::sdl3::gpu::Device

§

impl Freeze for GraphicsPipeline

§

impl Freeze for GraphicsPipelineTargetInfo

§

impl Freeze for RasterizerState

§

impl Freeze for devela::_dep::sdl3::gpu::RenderPass

§

impl Freeze for Sampler

§

impl Freeze for SamplerCreateInfo

§

impl Freeze for Shader

§

impl Freeze for StencilOpState

§

impl Freeze for TextureCreateInfo

§

impl Freeze for TextureRegion

§

impl Freeze for TextureSamplerBinding

§

impl Freeze for TextureTransferInfo

§

impl Freeze for TransferBuffer

§

impl Freeze for TransferBufferLocation

§

impl Freeze for devela::_dep::sdl3::gpu::VertexAttribute

§

impl Freeze for VertexBufferDescription

§

impl Freeze for VertexInputState

§

impl Freeze for devela::_dep::sdl3::haptic::Haptic

§

impl Freeze for devela::_dep::sdl3::joystick::Joystick

§

impl Freeze for JoystickInstance

§

impl Freeze for devela::_dep::sdl3::joystick::PowerInfo

§

impl Freeze for devela::_dep::sdl3::keyboard::KeyboardUtil

§

impl Freeze for devela::_dep::sdl3::keyboard::Mod

§

impl Freeze for devela::_dep::sdl3::keyboard::TextInputUtil

§

impl Freeze for devela::_dep::sdl3::messagebox::MessageBoxButtonFlag

§

impl Freeze for devela::_dep::sdl3::messagebox::MessageBoxColorScheme

§

impl Freeze for devela::_dep::sdl3::messagebox::MessageBoxFlag

§

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

§

impl Freeze for devela::_dep::sdl3::mouse::MouseState

§

impl Freeze for devela::_dep::sdl3::mouse::MouseUtil

§

impl Freeze for devela::_dep::sdl3::mouse::RelativeMouseState

§

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

§

impl Freeze for devela::_dep::sdl3::pixels::Palette

§

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

§

impl Freeze for devela::_dep::sdl3::pixels::PixelMasks

§

impl Freeze for Properties

§

impl Freeze for SDL_PropertyType

§

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

§

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

§

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

§

impl Freeze for devela::_dep::sdl3::render::FPoint

§

impl Freeze for devela::_dep::sdl3::render::FRect

§

impl Freeze for InvalidTextureAccess

§

impl Freeze for devela::_dep::sdl3::render::RendererInfo

§

impl Freeze for devela::_dep::sdl3::render::TextureQuery

§

impl Freeze for devela::_dep::sdl3::AudioSubsystem

§

impl Freeze for CameraSubsystem

§

impl Freeze for devela::_dep::sdl3::Error

§

impl Freeze for devela::_dep::sdl3::EventPump

§

impl Freeze for devela::_dep::sdl3::EventSubsystem

§

impl Freeze for GamepadSubsystem

§

impl Freeze for devela::_dep::sdl3::HapticSubsystem

§

impl Freeze for devela::_dep::sdl3::JoystickSubsystem

§

impl Freeze for devela::_dep::sdl3::Sdl

§

impl Freeze for devela::_dep::sdl3::SensorSubsystem

§

impl Freeze for devela::_dep::sdl3::VideoSubsystem

§

impl Freeze for devela::_dep::sdl3::surface::SurfaceRef

§

impl Freeze for devela::_dep::sdl3::sys::assert::SDL_AssertData

§

impl Freeze for devela::_dep::sdl3::sys::assert::SDL_AssertState

§

impl Freeze for SDL_AsyncIO

§

impl Freeze for SDL_AsyncIOOutcome

§

impl Freeze for SDL_AsyncIOQueue

§

impl Freeze for SDL_AsyncIOResult

§

impl Freeze for SDL_AsyncIOTaskType

§

impl Freeze for SDL_AtomicInt

§

impl Freeze for SDL_AtomicU32

§

impl Freeze for SDL_AudioFormat

§

impl Freeze for devela::_dep::sdl3::sys::audio::SDL_AudioSpec

§

impl Freeze for SDL_AudioStream

§

impl Freeze for devela::_dep::sdl3::sys::blendmode::SDL_BlendFactor

§

impl Freeze for devela::_dep::sdl3::sys::blendmode::SDL_BlendOperation

§

impl Freeze for SDL_Camera

§

impl Freeze for SDL_CameraPosition

§

impl Freeze for SDL_CameraSpec

§

impl Freeze for SDL_DialogFileFilter

§

impl Freeze for SDL_FileDialogType

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_AudioDeviceEvent

§

impl Freeze for SDL_CameraDeviceEvent

§

impl Freeze for SDL_ClipboardEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_CommonEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_DisplayEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_DropEvent

§

impl Freeze for SDL_EventAction

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_EventType

§

impl Freeze for SDL_GamepadAxisEvent

§

impl Freeze for SDL_GamepadButtonEvent

§

impl Freeze for SDL_GamepadDeviceEvent

§

impl Freeze for SDL_GamepadSensorEvent

§

impl Freeze for SDL_GamepadTouchpadEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyAxisEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyBallEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyBatteryEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyButtonEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyDeviceEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_JoyHatEvent

§

impl Freeze for SDL_KeyboardDeviceEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_KeyboardEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_MouseButtonEvent

§

impl Freeze for SDL_MouseDeviceEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_MouseMotionEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_MouseWheelEvent

§

impl Freeze for SDL_PenAxisEvent

§

impl Freeze for SDL_PenButtonEvent

§

impl Freeze for SDL_PenMotionEvent

§

impl Freeze for SDL_PenProximityEvent

§

impl Freeze for SDL_PenTouchEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_QuitEvent

§

impl Freeze for SDL_RenderEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_SensorEvent

§

impl Freeze for SDL_TextEditingCandidatesEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_TextEditingEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_TextInputEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_TouchFingerEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_UserEvent

§

impl Freeze for devela::_dep::sdl3::sys::events::SDL_WindowEvent

§

impl Freeze for SDL_PathInfo

§

impl Freeze for SDL_Gamepad

§

impl Freeze for SDL_GamepadAxis

§

impl Freeze for SDL_GamepadBinding

§

impl Freeze for SDL_GamepadBindingType

§

impl Freeze for SDL_GamepadBinding__AnonUnion1__AnonStruct1

§

impl Freeze for SDL_GamepadBinding__AnonUnion1__AnonStruct2

§

impl Freeze for SDL_GamepadBinding__AnonUnion2__AnonStruct1

§

impl Freeze for SDL_GamepadButton

§

impl Freeze for SDL_GamepadButtonLabel

§

impl Freeze for SDL_GamepadType

§

impl Freeze for SDL_GPUBlendFactor

§

impl Freeze for SDL_GPUBlendOp

§

impl Freeze for SDL_GPUBlitInfo

§

impl Freeze for SDL_GPUBlitRegion

§

impl Freeze for SDL_GPUBuffer

§

impl Freeze for SDL_GPUBufferBinding

§

impl Freeze for SDL_GPUBufferCreateInfo

§

impl Freeze for SDL_GPUBufferLocation

§

impl Freeze for SDL_GPUBufferRegion

§

impl Freeze for SDL_GPUColorTargetBlendState

§

impl Freeze for SDL_GPUColorTargetDescription

§

impl Freeze for SDL_GPUColorTargetInfo

§

impl Freeze for SDL_GPUCommandBuffer

§

impl Freeze for SDL_GPUCompareOp

§

impl Freeze for SDL_GPUComputePass

§

impl Freeze for SDL_GPUComputePipeline

§

impl Freeze for SDL_GPUComputePipelineCreateInfo

§

impl Freeze for SDL_GPUCopyPass

§

impl Freeze for SDL_GPUCubeMapFace

§

impl Freeze for SDL_GPUCullMode

§

impl Freeze for SDL_GPUDepthStencilState

§

impl Freeze for SDL_GPUDepthStencilTargetInfo

§

impl Freeze for SDL_GPUDevice

§

impl Freeze for SDL_GPUFence

§

impl Freeze for SDL_GPUFillMode

§

impl Freeze for SDL_GPUFilter

§

impl Freeze for SDL_GPUFrontFace

§

impl Freeze for SDL_GPUGraphicsPipeline

§

impl Freeze for SDL_GPUGraphicsPipelineCreateInfo

§

impl Freeze for SDL_GPUGraphicsPipelineTargetInfo

§

impl Freeze for SDL_GPUIndexElementSize

§

impl Freeze for SDL_GPUIndexedIndirectDrawCommand

§

impl Freeze for SDL_GPUIndirectDispatchCommand

§

impl Freeze for SDL_GPUIndirectDrawCommand

§

impl Freeze for SDL_GPULoadOp

§

impl Freeze for SDL_GPUMultisampleState

§

impl Freeze for SDL_GPUPresentMode

§

impl Freeze for SDL_GPUPrimitiveType

§

impl Freeze for SDL_GPURasterizerState

§

impl Freeze for SDL_GPURenderPass

§

impl Freeze for SDL_GPUSampleCount

§

impl Freeze for SDL_GPUSampler

§

impl Freeze for SDL_GPUSamplerAddressMode

§

impl Freeze for SDL_GPUSamplerCreateInfo

§

impl Freeze for SDL_GPUSamplerMipmapMode

§

impl Freeze for SDL_GPUShader

§

impl Freeze for SDL_GPUShaderCreateInfo

§

impl Freeze for SDL_GPUShaderStage

§

impl Freeze for SDL_GPUStencilOp

§

impl Freeze for SDL_GPUStencilOpState

§

impl Freeze for SDL_GPUStorageBufferReadWriteBinding

§

impl Freeze for SDL_GPUStorageTextureReadWriteBinding

§

impl Freeze for SDL_GPUStoreOp

§

impl Freeze for SDL_GPUSwapchainComposition

§

impl Freeze for SDL_GPUTexture

§

impl Freeze for SDL_GPUTextureCreateInfo

§

impl Freeze for SDL_GPUTextureFormat

§

impl Freeze for SDL_GPUTextureLocation

§

impl Freeze for SDL_GPUTextureRegion

§

impl Freeze for SDL_GPUTextureSamplerBinding

§

impl Freeze for SDL_GPUTextureTransferInfo

§

impl Freeze for SDL_GPUTextureType

§

impl Freeze for SDL_GPUTransferBuffer

§

impl Freeze for SDL_GPUTransferBufferCreateInfo

§

impl Freeze for SDL_GPUTransferBufferLocation

§

impl Freeze for SDL_GPUTransferBufferUsage

§

impl Freeze for SDL_GPUVertexAttribute

§

impl Freeze for SDL_GPUVertexBufferDescription

§

impl Freeze for SDL_GPUVertexElementFormat

§

impl Freeze for SDL_GPUVertexInputRate

§

impl Freeze for SDL_GPUVertexInputState

§

impl Freeze for SDL_GPUViewport

§

impl Freeze for devela::_dep::sdl3::sys::guid::SDL_GUID

§

impl Freeze for SDL_Haptic

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticCondition

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticConstant

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticCustom

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticDirection

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticLeftRight

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticPeriodic

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticRamp

§

impl Freeze for SDL_hid_bus_type

§

impl Freeze for SDL_hid_device

§

impl Freeze for devela::_dep::sdl3::sys::hidapi::SDL_hid_device_info

§

impl Freeze for devela::_dep::sdl3::sys::hints::SDL_HintPriority

§

impl Freeze for SDL_AppResult

§

impl Freeze for SDL_IOStatus

§

impl Freeze for SDL_IOStream

§

impl Freeze for SDL_IOStreamInterface

§

impl Freeze for SDL_IOWhence

§

impl Freeze for SDL_Joystick

§

impl Freeze for SDL_JoystickConnectionState

§

impl Freeze for devela::_dep::sdl3::sys::joystick::SDL_JoystickType

§

impl Freeze for devela::_dep::sdl3::sys::joystick::SDL_VirtualJoystickDesc

§

impl Freeze for SDL_VirtualJoystickSensorDesc

§

impl Freeze for SDL_VirtualJoystickTouchpadDesc

§

impl Freeze for SDL_Capitalization

§

impl Freeze for SDL_TextInputType

§

impl Freeze for SDL_SharedObject

§

impl Freeze for devela::_dep::sdl3::sys::locale::SDL_Locale

§

impl Freeze for devela::_dep::sdl3::sys::log::SDL_LogCategory

§

impl Freeze for devela::_dep::sdl3::sys::log::SDL_LogPriority

§

impl Freeze for devela::_dep::sdl3::sys::messagebox::SDL_MessageBoxButtonData

§

impl Freeze for devela::_dep::sdl3::sys::messagebox::SDL_MessageBoxColor

§

impl Freeze for devela::_dep::sdl3::sys::messagebox::SDL_MessageBoxColorScheme

§

impl Freeze for devela::_dep::sdl3::sys::messagebox::SDL_MessageBoxColorType

§

impl Freeze for devela::_dep::sdl3::sys::messagebox::SDL_MessageBoxData

§

impl Freeze for devela::_dep::sdl3::sys::mouse::SDL_Cursor

§

impl Freeze for devela::_dep::sdl3::sys::mouse::SDL_MouseWheelDirection

§

impl Freeze for devela::_dep::sdl3::sys::mouse::SDL_SystemCursor

§

impl Freeze for SDL_Condition

§

impl Freeze for SDL_InitState

§

impl Freeze for SDL_InitStatus

§

impl Freeze for SDL_Mutex

§

impl Freeze for SDL_RWLock

§

impl Freeze for SDL_Semaphore

§

impl Freeze for SDL_PenAxis

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_ArrayOrder

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_BitmapOrder

§

impl Freeze for SDL_ChromaLocation

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_Color

§

impl Freeze for SDL_ColorPrimaries

§

impl Freeze for SDL_ColorRange

§

impl Freeze for SDL_ColorType

§

impl Freeze for SDL_Colorspace

§

impl Freeze for SDL_FColor

§

impl Freeze for SDL_MatrixCoefficients

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_PackedLayout

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_PackedOrder

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_Palette

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_PixelFormat

§

impl Freeze for SDL_PixelFormatDetails

§

impl Freeze for devela::_dep::sdl3::sys::pixels::SDL_PixelType

§

impl Freeze for SDL_TransferCharacteristics

§

impl Freeze for devela::_dep::sdl3::sys::power::SDL_PowerState

§

impl Freeze for SDL_Process

§

impl Freeze for SDL_ProcessIO

§

impl Freeze for devela::_dep::sdl3::sys::rect::SDL_FPoint

§

impl Freeze for devela::_dep::sdl3::sys::rect::SDL_FRect

§

impl Freeze for devela::_dep::sdl3::sys::rect::SDL_Point

§

impl Freeze for devela::_dep::sdl3::sys::rect::SDL_Rect

§

impl Freeze for devela::_dep::sdl3::sys::render::SDL_Renderer

§

impl Freeze for SDL_RendererLogicalPresentation

§

impl Freeze for devela::_dep::sdl3::sys::render::SDL_Texture

§

impl Freeze for devela::_dep::sdl3::sys::render::SDL_TextureAccess

§

impl Freeze for devela::_dep::sdl3::sys::render::SDL_Vertex

§

impl Freeze for devela::_dep::sdl3::sys::scancode::SDL_Scancode

§

impl Freeze for SDL_Sensor

§

impl Freeze for devela::_dep::sdl3::sys::sensor::SDL_SensorType

§

impl Freeze for SDL_Environment

§

impl Freeze for SDL_iconv_data_t

§

impl Freeze for SDL_Storage

§

impl Freeze for SDL_StorageInterface

§

impl Freeze for SDL_FlipMode

§

impl Freeze for devela::_dep::sdl3::sys::surface::SDL_ScaleMode

§

impl Freeze for devela::_dep::sdl3::sys::surface::SDL_Surface

§

impl Freeze for SDL_Sandbox

§

impl Freeze for devela::_dep::sdl3::sys::thread::SDL_Thread

§

impl Freeze for devela::_dep::sdl3::sys::thread::SDL_ThreadPriority

§

impl Freeze for SDL_ThreadState

§

impl Freeze for SDL_DateFormat

§

impl Freeze for SDL_DateTime

§

impl Freeze for SDL_TimeFormat

§

impl Freeze for devela::_dep::sdl3::sys::touch::SDL_Finger

§

impl Freeze for devela::_dep::sdl3::sys::touch::SDL_TouchDeviceType

§

impl Freeze for SDL_Tray

§

impl Freeze for SDL_TrayEntry

§

impl Freeze for SDL_TrayMenu

§

impl Freeze for devela::_dep::sdl3::sys::video::SDL_DisplayMode

§

impl Freeze for SDL_DisplayModeData

§

impl Freeze for devela::_dep::sdl3::sys::video::SDL_DisplayOrientation

§

impl Freeze for devela::_dep::sdl3::sys::video::SDL_FlashOperation

§

impl Freeze for SDL_GLAttr

§

impl Freeze for SDL_GLContextState

§

impl Freeze for devela::_dep::sdl3::sys::video::SDL_HitTestResult

§

impl Freeze for SDL_SystemTheme

§

impl Freeze for devela::_dep::sdl3::sys::video::SDL_Window

§

impl Freeze for VkAllocationCallbacks

§

impl Freeze for devela::_dep::sdl3::timer::Timer

§

impl Freeze for TouchId

§

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

§

impl Freeze for devela::_dep::sdl3::video::gl_attr::ContextFlags

§

impl Freeze for devela::_dep::sdl3::video::Display

§

impl Freeze for devela::_dep::sdl3::video::DisplayMode

§

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

§

impl Freeze for devela::_dep::sdl3::video::GLContext

§

impl Freeze for PopupWindowBuilder

§

impl Freeze for devela::_dep::sdl3::video::Window

§

impl Freeze for devela::_dep::sdl3::video::WindowBuilder

§

impl Freeze for devela::_dep::sdl3::video::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 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 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 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 devela::_dep::sysinfo::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 NetworkData

§

impl Freeze for Networks

§

impl Freeze for devela::_dep::sysinfo::Pid

§

impl Freeze for Process

§

impl Freeze for ProcessRefreshKind

§

impl Freeze for RefreshKind

§

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

§

impl Freeze for devela::_dep::sysinfo::Uid

§

impl Freeze for User

§

impl Freeze for Users

§

impl Freeze for OutputDevice

§

impl Freeze for OutputDeviceParameters

§

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 InternalString

§

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

§

impl Freeze for RawString

§

impl Freeze for Repr

§

impl Freeze for devela::_dep::toml_edit::Table

§

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

§

impl Freeze for TomlError

§

impl Freeze for Identifier

§

impl Freeze for DefaultGuard

§

impl Freeze for SetGlobalDefaultError

§

impl Freeze for WeakDispatch

§

impl Freeze for devela::_dep::tracing::field::Empty

§

impl Freeze for Field

§

impl Freeze for FieldSet

§

impl Freeze for devela::_dep::tracing::field::Iter

§

impl Freeze for devela::_dep::tracing::level_filters::LevelFilter

§

impl Freeze for ParseLevelFilterError

§

impl Freeze for Kind

§

impl Freeze for devela::_dep::tracing::metadata::ParseLevelError

§

impl Freeze for EnteredSpan

§

impl Freeze for Dispatch

§

impl Freeze for devela::_dep::tracing::Id

§

impl Freeze for devela::_dep::tracing::Level

§

impl Freeze for devela::_dep::tracing::Span

§

impl Freeze for Interest

§

impl Freeze for NoSubscriber

§

impl Freeze for GraphemeCursor

§

impl Freeze for 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 devela::_dep::ureq::http::uri::Scheme

§

impl Freeze for Agent

§

impl Freeze for BodyBuilder

§

impl Freeze for devela::_dep::ureq::Proxy

§

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 WasmSlice

§

impl Freeze for JsError

§

impl Freeze for JsValue

§

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 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 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 devela::all::CStr

§

impl Freeze for devela::all::CString

§

impl Freeze for CodecFlags

§

impl Freeze for CodecLen

§

impl Freeze for devela::all::Color

§

impl Freeze for Crockford

§

impl Freeze for CrosstermService

§

impl Freeze for DataOverflow

§

impl Freeze for DirBuilder

§

impl Freeze for devela::all::DirEntry

§

impl Freeze for DrumFrame8

§

impl Freeze for devela::all::Duration

§

impl Freeze for TryFromFloatSecsError

§

impl Freeze for ElementNotFound

§

impl Freeze for Env

§

impl Freeze for FailedErrorConversion

§

impl Freeze for devela::all::False

§

impl Freeze for FatPtr

§

impl Freeze for devela::all::File

§

impl Freeze for devela::all::FileMetadata

§

impl Freeze for OpenOptions

§

impl Freeze for Permissions

§

impl Freeze for FileTimes

§

impl Freeze for devela::all::FileType

§

impl Freeze for Fmt

§

impl Freeze for devela::all::FmtError

§

impl Freeze for Fs

§

impl Freeze for FsPath

§

impl Freeze for HasherPengy

§

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 KeyAlreadyExists

§

impl Freeze for LINUX_ERRNO

§

impl Freeze for LINUX_FILENO

§

impl Freeze for LINUX_IOCTL

§

impl Freeze for LINUX_SIGACTION

§

impl Freeze for LINUX_SIGNAL

§

impl Freeze for LINUX_SYS_AARCH64

§

impl Freeze for LINUX_SYS_ARM

§

impl Freeze for LINUX_SYS_RISCV

§

impl Freeze for LINUX_SYS_X86

§

impl Freeze for LINUX_SYS_X86_64

§

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 LinuxSigaction

§

impl Freeze for LinuxSigset

§

impl Freeze for LinuxTerminal

§

impl Freeze for LinuxTerminalSize

§

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 devela::all::MemLayoutError

§

impl Freeze for MiniquadPixels

§

impl Freeze for MiniquadWindow

§

impl Freeze for MismatchedCapacity

§

impl Freeze for MismatchedDimensions

§

impl Freeze for MismatchedIndices

§

impl Freeze for NodeEmpty

§

impl Freeze for NodeLinkNotSet

§

impl Freeze for NodeLinkNotUnique

§

impl Freeze for NotEnoughElements

§

impl Freeze for NotEnoughSpace

§

impl Freeze for NotImplemented

§

impl Freeze for NotSupported

§

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 devela::all::Path

§

impl Freeze for PathBuf

§

impl Freeze for StripPrefixError

§

impl Freeze for PhantomPinned

§

impl Freeze for Pnm

§

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 SleepSpin

§

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 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 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::True

§

impl Freeze for devela::all::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 WaveletHaar

§

impl Freeze for WaveletUnitVec

§

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 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 bpf_attr_getid_id_t

§

impl Freeze for bpf_attr_t

§

impl Freeze for bpf_fib_lookup_addr_t

§

impl Freeze for bpf_fib_lookup_inputs_t

§

impl Freeze for bpf_flow_keys_addr_t

§

impl Freeze for bpf_md_end_ptr_t

§

impl Freeze for bpf_md_ptr_t

§

impl Freeze for bpf_sock_ops_reply_t

§

impl Freeze for bpf_sock_tuple_t

§

impl Freeze for epoll_data_t

§

impl Freeze for in6_un_t

§

impl Freeze for io_uring_sqe_buf_addr_t

§

impl Freeze for io_uring_sqe_buf_group_t

§

impl Freeze for io_uring_sqe_file_off_t

§

impl Freeze for io_uring_sqe_opt_buf_t

§

impl Freeze for io_uring_sqe_other_flags_t

§

impl Freeze for perf_event_attr_config1_t

§

impl Freeze for perf_event_attr_config2_t

§

impl Freeze for perf_event_attr_sample_t

§

impl Freeze for perf_event_attr_wakeup_t

§

impl Freeze for perf_event_mmap_page_cap_t

§

impl Freeze for perf_mem_data_src_t

§

impl Freeze for ptrace_syscall_info_seccomp_t

§

impl Freeze for rseq_cs_union_t

§

impl Freeze for semun_t

§

impl Freeze for sifields_t

§

impl Freeze for sigev_un_t

§

impl Freeze for devela::_dep::nc::siginfo_t

§

impl Freeze for sigval_t

§

impl Freeze for PyMethodDefPointer

§

impl Freeze for PyUnicodeObjectData

§

impl Freeze for EventData

§

impl Freeze for addr3_or_cmd_union

§

impl Freeze for addr_or_splice_off_in_union

§

impl Freeze for buf_union

§

impl Freeze for io_uring_user_data

§

impl Freeze for ioprio_union

§

impl Freeze for len_union

§

impl Freeze for off_or_addr2_union

§

impl Freeze for op_flags_union

§

impl Freeze for register_or_sqe_op_or_sqe_flags_union

§

impl Freeze for splice_fd_in_or_file_index_union

§

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 devela::_dep::sdl2::sys::SDL_Event

§

impl Freeze for SDL_GameControllerButtonBind__bindgen_ty_1

§

impl Freeze for devela::_dep::sdl2::sys::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 _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 devela::_dep::sdl3::sys::events::SDL_Event

§

impl Freeze for SDL_GamepadBinding__AnonUnion1

§

impl Freeze for SDL_GamepadBinding__AnonUnion2

§

impl Freeze for devela::_dep::sdl3::sys::haptic::SDL_HapticEffect

§

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 Decoded

§

impl Freeze for Deprecation

§

impl Freeze for DictVarkeywords

§

impl Freeze for False

§

impl Freeze for FmtSpec

§

impl Freeze for Fork

§

impl Freeze for FullDecoded

§

impl Freeze for FunctionDescription

§

impl Freeze for HashCallbackOutput

§

impl Freeze for How

§

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 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 Number

§

impl Freeze for PanicTrap

§

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 StartupTlsInfo

§

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 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 BodyReader<'a>

§

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

§

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

§

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

§

impl<'a> Freeze for AncillaryData<'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 RecvAncillaryMessage<'a>

§

impl<'a> Freeze for WaitId<'a>

§

impl<'a> Freeze for DynamicClockId<'a>

§

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

§

impl<'a> Freeze for devela::_dep::sdl3::messagebox::ClickedButton<'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 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 ChunkIter<'a>

§

impl<'a> Freeze for ChunkRawIter<'a>

§

impl<'a> Freeze for BuffRow<'a>

§

impl<'a> Freeze for BuffRowIter<'a>

§

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

§

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

§

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

§

impl<'a> Freeze for devela::_dep::gilrs::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 ArrayIter<'a>

§

impl<'a> Freeze for devela::_dep::js_sys::Iter<'a>

§

impl<'a> Freeze for 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 kernel_clone_args_t<'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 devela::_dep::rustix::event::epoll::Iter<'a>

§

impl<'a> Freeze for FdSetIter<'a>

§

impl<'a> Freeze for InotifyEvent<'a>

§

impl<'a> Freeze for RawDirEntry<'a>

§

impl<'a> Freeze for IoSliceRaw<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::event::EventPollIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::event::EventWaitIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::event::EventWaitTimeoutIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::keyboard::KeyboardState<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::keyboard::ScancodeIterator<'a>

§

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

§

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

§

impl<'a> Freeze for devela::_dep::sdl2::mouse::MouseButtonIterator<'a>

§

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

§

impl<'a> Freeze for devela::_dep::sdl2::surface::Surface<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::surface::SurfaceContext<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::video::gl_attr::ContextFlagsBuilder<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::video::gl_attr::GLAttr<'a>

§

impl<'a> Freeze for devela::_dep::sdl2::video::WindowSurfaceRef<'a>

§

impl<'a> Freeze for DialogFileFilter<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::event::EventPollIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::event::EventWaitIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::event::EventWaitTimeoutIterator<'a>

§

impl<'a> Freeze for GlobResults<'a>

§

impl<'a> Freeze for GlobResultsIter<'a>

§

impl<'a> Freeze for BufferBuilder<'a>

§

impl<'a> Freeze for ComputePipelineBuilder<'a>

§

impl<'a> Freeze for GraphicsPipelineBuilder<'a>

§

impl<'a> Freeze for ShaderBuilder<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::gpu::Texture<'a>

§

impl<'a> Freeze for TransferBufferBuilder<'a>

§

impl<'a> Freeze for IOStream<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::keyboard::KeyboardState<'a>

§

impl<'a> Freeze for PressedScancodeIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::keyboard::ScancodeIterator<'a>

§

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

§

impl<'a> Freeze for devela::_dep::sdl3::mouse::MouseButtonIterator<'a>

§

impl<'a> Freeze for PressedMouseButtonIterator<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::surface::Surface<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::surface::SurfaceContext<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::video::gl_attr::ContextFlagsBuilder<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::video::gl_attr::GLAttr<'a>

§

impl<'a> Freeze for devela::_dep::sdl3::video::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 ValueSet<'a>

§

impl<'a> Freeze for devela::_dep::tracing::span::Attributes<'a>

§

impl<'a> Freeze for Entered<'a>

§

impl<'a> Freeze for devela::_dep::tracing::span::Record<'a>

§

impl<'a> Freeze for devela::_dep::tracing::Event<'a>

§

impl<'a> Freeze for devela::_dep::tracing::Metadata<'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 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 devela::all::LogRecord<'a>

§

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

§

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

§

impl<'a> Freeze for Location<'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 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 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 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 devela::_core::ffi::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::_core::option::Iter<'a, A>

§

impl<'a, A> Freeze for devela::_core::option::IterMut<'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 devela::_dep::sdl2::event::EventWatch<'a, CB>

§

impl<'a, CB> Freeze for devela::_dep::sdl3::event::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, 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::_alloc::collections::btree_map::ExtractIf<'a, K, V, F, A>
where F: Freeze, A: 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, S> Freeze for devela::_dep::_std::collections::hash_map::RawEntryMut<'a, K, V, S>

§

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

§

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

§

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

§

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

§

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::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 devela::_dep::hashbrown::hash_map::RawEntryBuilder<'a, K, V, S, A>

§

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

§

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

§

impl<'a, K, V, S, A> Freeze for devela::_dep::hashbrown::hash_map::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, Opcode, Value> Freeze for Updater<'a, Opcode, Value>

§

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 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::_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::mpsc::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_dep::_std::sync::mpsc::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::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 BufferMemMap<'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::MutexGuard<'a, T>
where T: ?Sized,

§

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::result::Iter<'a, T>

§

impl<'a, T> Freeze for devela::_core::result::IterMut<'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 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 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 CoroYield<'a, T, E>

§

impl<'a, T, F, A> Freeze for devela::_dep::_alloc::collections::btree_set::ExtractIf<'a, T, F, A>
where F: Freeze, A: Freeze,

§

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, 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, 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 N: usize> Freeze for CharArraySearcher<'a, N>

§

impl<'b, 'a> Freeze for devela::_dep::sdl2::timer::Timer<'b, 'a>

§

impl<'b, T> Freeze for devela::all::Ref<'b, T>
where T: ?Sized,

§

impl<'b, T> Freeze for devela::all::RefMut<'b, T>
where T: ?Sized,

§

impl<'b, T> Freeze for Ref<'b, T>
where T: ?Sized,

§

impl<'b, T> Freeze for RefMut<'b, T>
where T: ?Sized,

§

impl<'buf> Freeze for AncillaryDrain<'buf>

§

impl<'buf> Freeze for RecvAncillaryBuffer<'buf>

§

impl<'buf, 'slice, 'fd> Freeze for SendAncillaryBuffer<'buf, 'slice, 'fd>

§

impl<'buf, Fd> Freeze for Reader<'buf, Fd>
where Fd: Freeze,

§

impl<'buf, Fd> Freeze for RawDir<'buf, Fd>
where Fd: Freeze,

§

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> Freeze for AncillaryIter<'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 PollFd<'fd>

§

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 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 devela::_dep::sdl2::render::Texture<'r>

§

impl<'r> Freeze for devela::_dep::sdl3::render::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<'slice, 'fd> Freeze for SendAncillaryMessage<'slice, 'fd>

§

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::_core::option::IntoIter<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<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 ContextError<C>

§

impl<CB> Freeze for devela::_dep::sdl2::audio::AudioDevice<CB>

§

impl<CB> Freeze for AudioStreamWithCallback<CB>

§

impl<Channel> Freeze for AudioQueue<Channel>

§

impl<ClassT, FieldT, Offset, const IS_PY_T: bool, const IMPLEMENTS_TOPYOBJECT: bool, const IMPLEMENTS_INTOPY: bool, const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for PyClassGetterGenerator<ClassT, FieldT, Offset, IS_PY_T, IMPLEMENTS_TOPYOBJECT, IMPLEMENTS_INTOPY, 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 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, 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<H> Freeze for BuildHasherDefault<H>

§

impl<I1, I2> Freeze for devela::_dep::rodio::source::Mix<I1, I2>
where <I2 as Iterator>::Item: Sized + Freeze, <I1 as Iterator>::Item: Sized + Freeze, 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 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>
where <I as Iterator>::Item: Sized,

§

impl<I> Freeze for ChannelVolume<I>
where <I as Iterator>::Item: Sized + Freeze, I: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::Delay<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 LinearGainRamp<I>
where I: Freeze,

§

impl<I> Freeze for Pausable<I>
where I: Freeze,

§

impl<I> Freeze for devela::_dep::rodio::source::Repeat<I>
where <I as Iterator>::Item: Sized,

§

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 as Iterator>::Item: Sized + Freeze, 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 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, D> Freeze for SamplesConverter<I, D>
where I: Freeze,

§

impl<I, D> Freeze for UniformSourceIterator<I, D>
where <I as Iterator>::Item: Sized + Freeze, I: 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 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, 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, H> Freeze for Mismatch<N, H>
where N: Freeze, H: Freeze,

§

impl<Ok, Error> Freeze for Impossible<Ok, Error>

§

impl<Opcode> Freeze for IntegerSetter<Opcode>

§

impl<Opcode> Freeze for NoArg<Opcode>

§

impl<Opcode, Input> Freeze for Setter<Opcode, Input>
where Input: Freeze,

§

impl<Opcode, Output> Freeze for Getter<Opcode, Output>
where Output: Freeze,

§

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, 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 LoopedDecoder<R>

§

impl<R> Freeze for 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 DynamicMixerController<S>

§

impl<S> !Freeze for SourcesQueueInput<S>

§

impl<S> !Freeze for HttpCrateScope<S>

§

impl<S> Freeze for ThreadPoolBuilder<S>
where S: Freeze,

§

impl<S> Freeze for SamplesBuffer<S>

§

impl<S> Freeze for DynamicMixer<S>

§

impl<S> Freeze for SourcesQueueOutput<S>

§

impl<S> Freeze for devela::_dep::rodio::source::Empty<S>

§

impl<S> Freeze for EmptyCallback<S>

§

impl<S> Freeze for Zero<S>

§

impl<S> Freeze for StaticSamplesBuffer<S>

§

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 ImDocument<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<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<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 devela::_dep::fltk::utils::oncelock::OnceCell<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 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 devela::_core::sync::atomic::AtomicPtr<T>

§

impl<T> !Freeze for PyClassObject<T>

§

impl<T> !Freeze for Storage<T>

§

impl<T> !Freeze for WasmRefCell<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::SendTimeoutError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::TrySendError<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 Poll<T>
where T: Freeze,

§

impl<T> Freeze for devela::all::TryLockError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_core::option::Option<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::SendError<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::_std::sync::mpmc::Sender<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpsc::IntoIter<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpsc::Receiver<T>

§

impl<T> Freeze for devela::_dep::_std::sync::mpsc::Sender<T>

§

impl<T> Freeze for SyncSender<T>

§

impl<T> Freeze for Print<T>
where T: Freeze,

§

impl<T> Freeze for SetTitle<T>
where T: Freeze,

§

impl<T> Freeze for GlobalState<T>

§

impl<T> Freeze for devela::_dep::fltk::app::Receiver<T>

§

impl<T> Freeze for devela::_dep::fltk::app::Sender<T>

§

impl<T> Freeze for Coord<T>
where T: Freeze,

§

impl<T> Freeze for Coordinates<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 Rgb<T>
where T: Freeze,

§

impl<T> Freeze for 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 devela::_dep::sdl2::render::Canvas<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::sdl2::render::RendererContext<T>

§

impl<T> Freeze for devela::_dep::sdl2::render::TextureCreator<T>

§

impl<T> Freeze for devela::_dep::sdl3::render::Canvas<T>
where T: Freeze,

§

impl<T> Freeze for devela::_dep::sdl3::render::RendererContext<T>

§

impl<T> Freeze for devela::_dep::sdl3::render::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::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 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 DebugValue<T>
where T: Freeze,

§

impl<T> Freeze for DisplayValue<T>
where T: Freeze,

§

impl<T> Freeze for Instrumented<T>
where T: Freeze,

§

impl<T> Freeze for WithDispatch<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 WasmRet<T>
where <T as WasmAbi>::Prim1: Freeze, <T as WasmAbi>::Prim2: Freeze, <T as WasmAbi>::Prim3: Freeze, <T as WasmAbi>::Prim4: Freeze,

§

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

§

impl<T> Freeze for Clamped<T>
where T: Freeze,

§

impl<T> Freeze for JsStatic<T>

§

impl<T> Freeze for JsThreadLocal<T>

§

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 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 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 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 Reverse<T>
where T: Freeze,

§

impl<T> Freeze for Saturating<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 Tp<T>
where T: Freeze,

§

impl<T> Freeze for Ascii<T>
where T: Freeze,

§

impl<T> Freeze for AsyncDropInPlace<T>
where <T as AsyncDestruct>::AsyncDestructor: Freeze, T: ?Sized,

§

impl<T> Freeze for Yeet<T>
where T: Freeze,

§

impl<T> Freeze for devela::_core::result::IntoIter<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 CheckSupportsConstructor<T>
where T: Freeze,

§

impl<T> Freeze for CheckSupportsInstanceProperty<T>
where T: Freeze,

§

impl<T> Freeze for CheckSupportsStaticProperty<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 DeprecationTest<T>

§

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 IsIntoPy<T>

§

impl<T> Freeze for IsIntoPyObject<T>

§

impl<T> Freeze for IsIntoPyObjectRef<T>

§

impl<T> Freeze for IsPyT<T>

§

impl<T> Freeze for IsSync<T>

§

impl<T> Freeze for IsToPyObject<T>

§

impl<T> Freeze for LowerHex<T>
where T: Freeze,

§

impl<T> Freeze for MainWrapper<T>
where T: Freeze,

§

impl<T> Freeze for PyClassImplCollector<T>

§

impl<T> Freeze for PyNativeTypeInitializer<T>

§

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

§

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

§

impl<T> Freeze for Repeat<T>
where T: Freeze,

§

impl<T> Freeze for Sorted<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 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::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 Coro<T, E>
where T: Freeze, E: Freeze,

§

impl<T, E> Freeze for CoroRun<T, E>

§

impl<T, F = fn() -> T> !Freeze for Lazy<T, F>

§

impl<T, F = fn() -> T> !Freeze for devela::all::LazyCell<T, F>

§

impl<T, F = fn() -> T> !Freeze for LazyLock<T, F>

§

impl<T, F = fn() -> T> !Freeze for LazyCell<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 Vector<T, D>
where T: Freeze,

§

impl<T, const D: usize, const LEN: usize> Freeze for Affine<T, D, LEN>
where T: Freeze,

§

impl<T, const D: usize, const N: usize> Freeze for Points<T, D, N>
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<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 IntoInnerError<W>
where W: 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 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 GROUP: u8, const NUM: u8, Data> Freeze for NoneOpcode<GROUP, NUM, Data>
where Data: Freeze,

§

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadOpcode<GROUP, NUM, Data>
where Data: Freeze,

§

impl<const GROUP: u8, const NUM: u8, Data> Freeze for ReadWriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

§

impl<const GROUP: u8, const NUM: u8, Data> Freeze for WriteOpcode<GROUP, NUM, Data>
where Data: Freeze,

§

impl<const IMPLEMENTS_INTOPYOBJECT_REF: bool, const IMPLEMENTS_INTOPYOBJECT: bool> Freeze for ConvertField<IMPLEMENTS_INTOPYOBJECT_REF, IMPLEMENTS_INTOPYOBJECT>

§

impl<const N: usize> Freeze for LaneCount<N>

§

impl<const N: usize> Freeze for StrBuf<N>

§

impl<const OPCODE: u32> Freeze for BadOpcode<OPCODE>

§

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 devela::_info::examples::niche::NonValueI8<V>

§

impl<const V: i8> Freeze for devela::all::NonValueI8<V>

§

impl<const V: u8> Freeze for NonValueU8<V>

§

impl<const V: u16> Freeze for NonValueU16<V>