Enum multiboot::MemoryType
[−]
[src]
pub enum MemoryType {
RAM,
Unusable,
}Types that define if the memory is usable or not.
Variants
RAM | |
Unusable |
pub enum MemoryType {
RAM,
Unusable,
}Types that define if the memory is usable or not.
RAM | |
Unusable |
impl Eq for MemoryTypeimpl PartialEq for MemoryTypefn eq(&self, __arg_0: &MemoryType) -> boolfn ne(&self, __arg_0: &MemoryType) -> boolimpl Debug for MemoryType