Home
last modified time | relevance | path

Searched defs:MetadataOf (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/util/
H A Dmod.rs474 pub struct MetadataOf<T: ?Sized + KnownLayout> { struct
479 meta: T::PointerMetadata,
480 _p: PhantomData<T>,
483 impl<T: ?Sized + KnownLayout> Copy for MetadataOf<T> {} implementation
484 impl<T: ?Sized + KnownLayout> Clone for MetadataOf<T> { implementation
491 impl<T: ?Sized + KnownLayout> core::fmt::Debug for MetadataOf<T> implementation
501 impl<T: ?Sized> MetadataOf<T> implementation