Struct fuel_types::LayoutType
source · pub struct LayoutType<const ADDR: usize, const SIZE: usize, T>(_, _)
where
T: MemLocType<ADDR, SIZE> + ?Sized;Expand description
A memory location combined with a type.
pub struct LayoutType<const ADDR: usize, const SIZE: usize, T>(_, _)
where
T: MemLocType<ADDR, SIZE> + ?Sized;A memory location combined with a type.