From 9a01d6f1333df4ee7ec353f928d4c6be82361494 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 14 Apr 2021 23:59:32 +0100 Subject: [PATCH] adding SliceMeta --- src/ext/slice.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ext/slice.rs b/src/ext/slice.rs index 6c8bb8f..1943837 100644 --- a/src/ext/slice.rs +++ b/src/ext/slice.rs @@ -18,6 +18,7 @@ pub enum AnySlice { } /// /// # Layout /// This type has a `repr(C)` memory layout of 2 `size_t`s and is safe for FFI use. +//TODO: Manyally force impls of all these regardless of if `T` impls them (derive does not do this) #[derive(Debug, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Copy, Default)] #[repr(C)] pub struct SliceMeta