#[repr(u8)]
pub enum PageType {
Secs,
Tcs,
Reg,
Va,
Trim,
}
Variants
Implementations
Trait Implementations
sourceimpl From<PageType> for SecinfoFlags
impl From<PageType> for SecinfoFlags
sourcefn from(data: PageType) -> SecinfoFlags
fn from(data: PageType) -> SecinfoFlags
Converts to this type from the input type.
impl Copy for PageType
impl Eq for PageType
impl StructuralEq for PageType
impl StructuralPartialEq for PageType
Auto Trait Implementations
impl RefUnwindSafe for PageType
impl Send for PageType
impl Sync for PageType
impl Unpin for PageType
impl UnwindSafe for PageType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more