Enum EmdmAp
pub enum EmdmAp {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[MDM_AP] status indication feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for EmdmAp
impl Eq for EmdmAp
impl StructuralPartialEq for EmdmAp
Auto Trait Implementations§
impl Freeze for EmdmAp
impl RefUnwindSafe for EmdmAp
impl Send for EmdmAp
impl Sync for EmdmAp
impl Unpin for EmdmAp
impl UnwindSafe for EmdmAp
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