pub struct AppRegion { /* private fields */ }
Expand description
Describes a region of nonvolatile memory that is assigned to a certain app.
Trait Implementations§
impl Copy for AppRegion
impl StructuralPartialEq for AppRegion
Auto Trait Implementations§
impl Freeze for AppRegion
impl RefUnwindSafe for AppRegion
impl Send for AppRegion
impl Sync for AppRegion
impl Unpin for AppRegion
impl UnwindSafe for AppRegion
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