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