Enum nrf5340_app_pac::uarte0_ns::publish_error::EN_A
source · [−]pub enum EN_A {
DISABLED,
ENABLED,
}
Expand description
Value on reset: 0
Variants
DISABLED
0: Disable publishing
ENABLED
1: Enable publishing
Trait Implementations
impl Copy for EN_A
impl StructuralPartialEq for EN_A
Auto Trait Implementations
impl RefUnwindSafe for EN_A
impl Send for EN_A
impl Sync for EN_A
impl Unpin for EN_A
impl UnwindSafe for EN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more