Skip to main content

render_opaque

Function render_opaque 

Source
pub fn render_opaque(opaque_name: &str, size: usize, align: usize) -> String
Expand description

Renders one #[repr(C, align)] opaque storage struct.

The result has the supplied size and alignment but defines no conversion behavior or representation invariant.