Struct catalyst_entities::AllocatorFrame
source · pub struct AllocatorFrame<'a> { /* private fields */ }Implementations§
Methods from Deref<Target = Allocator>§
pub const DEFAULT_CHUNK_SIZE: usize = 2_097_152usize
Trait Implementations§
source§impl<'a> Deref for AllocatorFrame<'a>
impl<'a> Deref for AllocatorFrame<'a>
Auto Trait Implementations§
impl<'a> !ArchiveCopy for AllocatorFrame<'a>
impl<'a> NoInteriorMutability for AllocatorFrame<'a>
impl<'a> RefUnwindSafe for AllocatorFrame<'a>
impl<'a> !Send for AllocatorFrame<'a>
impl<'a> !Sync for AllocatorFrame<'a>
impl<'a> Unpin for AllocatorFrame<'a>
impl<'a> !UnwindSafe for AllocatorFrame<'a>
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.