pub enum PageAttribute {
Read,
Write,
Device,
Execute,
NonCache,
}
Variants§
Auto Trait Implementations§
impl Freeze for PageAttribute
impl RefUnwindSafe for PageAttribute
impl Send for PageAttribute
impl Sync for PageAttribute
impl Unpin for PageAttribute
impl UnwindSafe for PageAttribute
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more