#[repr(C)]pub struct REGION { /* private fields */ }
Expand description
Cluster REGION%s, containing REGION*_ADDR_START, REGION*_ADDR_END, REGION*_PMS_ATTR
Implementations§
Auto Trait Implementations§
impl !Freeze for REGION
impl !RefUnwindSafe for REGION
impl Send for REGION
impl !Sync for REGION
impl Unpin for REGION
impl UnwindSafe for REGION
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