Skip to content

Commit ede230f

Browse files
committed
make edge deletion Pod
1 parent d57d130 commit ede230f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • raphtory-api/src/core/entities

raphtory-api/src/core/entities/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ pub struct ELID {
145145
}
146146

147147
/// Edge id with deletion flag
148-
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Serialize, Deserialize)]
148+
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Serialize, Deserialize, Pod, Zeroable)]
149+
#[repr(transparent)]
149150
pub struct EDID(pub usize);
150151

151152
impl Debug for EDID {

0 commit comments

Comments
 (0)