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