pub struct CpuAreaRef { /* private fields */ }Expand description
Permanent typed reference to one fully initialized runtime CPU area.
Implementations§
Source§impl CpuAreaRef
impl CpuAreaRef
Sourcepub fn prefix(self) -> &'static CpuAreaPrefix
pub fn prefix(self) -> &'static CpuAreaPrefix
Returns the initialized fixed prefix.
Sourcepub fn runtime_anchor(self) -> &'static CpuRuntimeAnchor
pub fn runtime_anchor(self) -> &'static CpuRuntimeAnchor
Returns this area’s runtime/trap anchor.
Trait Implementations§
Source§impl Clone for CpuAreaRef
impl Clone for CpuAreaRef
Source§fn clone(&self) -> CpuAreaRef
fn clone(&self) -> CpuAreaRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CpuAreaRef
Source§impl Debug for CpuAreaRef
impl Debug for CpuAreaRef
impl Eq for CpuAreaRef
Source§impl PartialEq for CpuAreaRef
impl PartialEq for CpuAreaRef
impl Send for CpuAreaRef
impl StructuralPartialEq for CpuAreaRef
impl Sync for CpuAreaRef
Auto Trait Implementations§
impl Freeze for CpuAreaRef
impl RefUnwindSafe for CpuAreaRef
impl Unpin for CpuAreaRef
impl UnsafeUnpin for CpuAreaRef
impl UnwindSafe for CpuAreaRef
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