We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Layout
1 parent 1aa0bc1 commit 85166f7Copy full SHA for 85166f7
src/layout/mod.rs
@@ -10,6 +10,7 @@ pub struct LayoutBitset(u32);
10
11
#[deprecated(since = "0.18.0", note = "Layout has been renamed to LayoutBitset")]
12
#[allow(dead_code)]
13
+/// Memory layout description, deprecated. See [`LayoutBitset`] instead.
14
pub type Layout = LayoutBitset;
15
16
impl LayoutBitset
0 commit comments