Struct kernel::platform::mpu::MpuConfigDefault
source · pub struct MpuConfigDefault;
Expand description
Null type for the default type of the MpuConfig
type in an implementation
of the MPU
trait. This custom type allows us to implement Display
with
an empty implementation to meet the constraint on type MpuConfig
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MpuConfigDefault
impl RefUnwindSafe for MpuConfigDefault
impl Send for MpuConfigDefault
impl Sync for MpuConfigDefault
impl Unpin for MpuConfigDefault
impl UnwindSafe for MpuConfigDefault
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