Struct esp_idf_sys::xMEMORY_REGION
source · [−]#[repr(C)]pub struct xMEMORY_REGION {
pub pvBaseAddress: *mut c_void,
pub ulLengthInBytes: u32,
pub ulParameters: u32,
}
Expand description
Defines the memory ranges allocated to the task when an MPU is used.
Fields
pvBaseAddress: *mut c_void
ulLengthInBytes: u32
ulParameters: u32
Trait Implementations
sourceimpl Clone for xMEMORY_REGION
impl Clone for xMEMORY_REGION
sourcefn clone(&self) -> xMEMORY_REGION
fn clone(&self) -> xMEMORY_REGION
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xMEMORY_REGION
impl Debug for xMEMORY_REGION
sourceimpl Default for xMEMORY_REGION
impl Default for xMEMORY_REGION
impl Copy for xMEMORY_REGION
Auto Trait Implementations
impl RefUnwindSafe for xMEMORY_REGION
impl !Send for xMEMORY_REGION
impl !Sync for xMEMORY_REGION
impl Unpin for xMEMORY_REGION
impl UnwindSafe for xMEMORY_REGION
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more