Enum Prexcen
pub enum Prexcen {
_0 = 0,
_1 = 1,
}Expand description
Protocol Exception Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Prexcen
impl Eq for Prexcen
impl StructuralPartialEq for Prexcen
Auto Trait Implementations§
impl Freeze for Prexcen
impl RefUnwindSafe for Prexcen
impl Send for Prexcen
impl Sync for Prexcen
impl Unpin for Prexcen
impl UnwindSafe for Prexcen
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