Enum PageProtection
Source pub enum PageProtection {
None,
Protected4K,
Protected64K,
Other,
}
Access to the rest of the 4KiB, relative to the base address, will not generate a fault.
Access to the rest of the 64KiB, relative to the base address, will not generate a fault.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.