lisette-stdlib 0.1.16

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Generated by Lisette bindgen
// Source: structs (Go stdlib)
// Go: 1.25.5
// Lisette: 0.1.14

/// HostLayout marks a struct as using host memory layout. A struct with a
/// field of type HostLayout will be laid out in memory according to host
/// expectations, generally following the host's C ABI.
/// 
/// HostLayout does not affect layout within any other struct-typed fields
/// of the containing struct, nor does it affect layout of structs
/// containing the struct marked as host layout.
/// 
/// By convention, HostLayout should be used as the type of a field
/// named "_", placed at the beginning of the struct type definition.
pub type HostLayout