Skip to content

Commit 63e63ad

Browse files
Pat Hickeypchickey
authored andcommitted
expose SizeAlign fields
1 parent 40aa09a commit 63e63ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/witx/src/layout.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use std::collections::HashMap;
33

44
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
55
pub struct SizeAlign {
6-
size: usize,
7-
align: usize,
6+
pub size: usize,
7+
pub align: usize,
88
}
99

1010
pub trait Layout {

0 commit comments

Comments
 (0)