Struct page_attribute_table::PatNotSupported
source · pub struct PatNotSupported;
Expand description
An empty error type indicating that the Page Attribute Table is not supported on this machine.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PatNotSupported
impl Send for PatNotSupported
impl Sync for PatNotSupported
impl Unpin for PatNotSupported
impl UnwindSafe for PatNotSupported
Blanket Implementations§
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