#[repr(C)]pub struct MPU_CFG {
pub __bindgen_anon_1: MPU_CFG__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: MPU_CFG__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for MPU_CFG
impl RefUnwindSafe for MPU_CFG
impl Send for MPU_CFG
impl Sync for MPU_CFG
impl Unpin for MPU_CFG
impl UnwindSafe for MPU_CFG
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