Struct catalyst_entities::FragMarks
source · pub struct FragMarks { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !ArchiveCopy for FragMarks
impl NoInteriorMutability for FragMarks
impl RefUnwindSafe for FragMarks
impl Send for FragMarks
impl Sync for FragMarks
impl Unpin for FragMarks
impl UnwindSafe for FragMarks
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.