#[repr(C)]pub struct MPU_TypeDef {
pub PMPCFG: [MPU_CFG; 16],
pub STATUS: MPU_FailStatus_TypeDef,
}
Fields§
§PMPCFG: [MPU_CFG; 16]
§STATUS: MPU_FailStatus_TypeDef
Trait Implementations§
Source§impl Clone for MPU_TypeDef
impl Clone for MPU_TypeDef
Source§fn clone(&self) -> MPU_TypeDef
fn clone(&self) -> MPU_TypeDef
Returns a duplicate 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 moreimpl Copy for MPU_TypeDef
Auto Trait Implementations§
impl Freeze for MPU_TypeDef
impl RefUnwindSafe for MPU_TypeDef
impl Send for MPU_TypeDef
impl Sync for MPU_TypeDef
impl Unpin for MPU_TypeDef
impl UnwindSafe for MPU_TypeDef
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