Enum SmdmAp
pub enum SmdmAp {
_0 = 0,
_1 = 1,
}Expand description
Sticky MDM-AP System Reset Request
Value on reset: 0
Variants§
_0 = 0
0: Reset was not caused by host debugger system setting of the System Reset Request bit
_1 = 1
1: Reset was caused by host debugger system setting of the System Reset Request bit
Trait Implementations§
impl Copy for SmdmAp
impl Eq for SmdmAp
impl StructuralPartialEq for SmdmAp
Auto Trait Implementations§
impl Freeze for SmdmAp
impl RefUnwindSafe for SmdmAp
impl Send for SmdmAp
impl Sync for SmdmAp
impl Unpin for SmdmAp
impl UnwindSafe for SmdmAp
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