pub enum IDE_A {
Standard,
Extended,
}Expand description
IDE
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<IDE_A> for IDE_A
impl PartialEq<IDE_A> for IDE_A
impl Copy for IDE_A
impl StructuralPartialEq for IDE_A
Auto Trait Implementations§
impl RefUnwindSafe for IDE_A
impl Send for IDE_A
impl Sync for IDE_A
impl Unpin for IDE_A
impl UnwindSafe for IDE_A
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