Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

compute_packed_size

Compute the full size in bytes of a layout, when all the fields are bit-packed. Could be None if at least a field has a dynamic size.

Fully qualified path: dojo::meta::layout::compute_packed_size

pub fn compute_packed_size(layout: Layout) -> Option<u32>