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