Struct rustc::middle::trans::adt::Struct[src]
pub struct Struct {
pub size: u64,
pub align: u64,
pub packed: bool,
pub fields: Vec<t>,
}For structs, and struct-like parts of anything fancier.
Fields
size | |
align | |
packed | |
fields |
pub struct Struct {
pub size: u64,
pub align: u64,
pub packed: bool,
pub fields: Vec<t>,
}For structs, and struct-like parts of anything fancier.
size | |
align | |
packed | |
fields |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).