Struct rustc::middle::trans::datum::DatumBlock[src]
pub struct DatumBlock<'a, K> {
pub bcx: &'a Block<'a>,
pub datum: Datum<K>,
}Fields
bcx | |
datum |
pub struct DatumBlock<'a, K> {
pub bcx: &'a Block<'a>,
pub datum: Datum<K>,
}bcx | |
datum |
impl<'a, K> DatumBlock<'a, K>fn new(bcx: &'a Block<'a>, datum: Datum<K>) -> DatumBlock<'a, K>impl<'a, K: KindOps> DatumBlock<'a, K>fn to_expr_datumblock(self) -> DatumBlock<'a, Expr>impl<'a> DatumBlock<'a, Expr>
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).