fixup! feat: add a function to read a "bloc / field size" in SSV memory
This commit is contained in:
parent
5ed52a657e
commit
b8123306b7
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
pub struct ElementSize {
|
pub struct ElementSize {
|
||||||
size: usize,
|
pub size: usize,
|
||||||
pad: usize,
|
pub pad: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
|
Loading…
Reference in New Issue
Block a user