pub struct KernelTextRegion(pub TORRegionSpec);
Expand description
The PMP region specification for the kernel .text
section.
This is to be made accessible to machine-mode as read-execute.
Configured in the PMP as a TOR
region.
Tuple Fields§
§0: TORRegionSpec
Trait Implementations§
Source§impl Clone for KernelTextRegion
impl Clone for KernelTextRegion
Source§fn clone(&self) -> KernelTextRegion
fn clone(&self) -> KernelTextRegion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KernelTextRegion
impl Debug for KernelTextRegion
impl Copy for KernelTextRegion
Auto Trait Implementations§
impl Freeze for KernelTextRegion
impl RefUnwindSafe for KernelTextRegion
impl !Send for KernelTextRegion
impl !Sync for KernelTextRegion
impl Unpin for KernelTextRegion
impl UnwindSafe for KernelTextRegion
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