Enum Mmrdy
pub enum Mmrdy {
_0 = 0,
_1 = 1,
}Expand description
Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.
Value on reset: 0
Variants§
_0 = 0
0: MemManage is disabled or priority did not permit setting the MemManage handler to the pending state when the floating-point stack frame was allocated.
_1 = 1
1: MemManage is enabled and priority permitted setting the MemManage handler to the pending state when the floating-point stack frame was allocated.
Trait Implementations§
impl Copy for Mmrdy
impl Eq for Mmrdy
impl StructuralPartialEq for Mmrdy
Auto Trait Implementations§
impl Freeze for Mmrdy
impl RefUnwindSafe for Mmrdy
impl Send for Mmrdy
impl Sync for Mmrdy
impl Unpin for Mmrdy
impl UnwindSafe for Mmrdy
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