pub enum RxBuffer {
RXB0 = 0,
RXB1 = 1,
}
Expand description
Receive buffer
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RxBuffer
impl RefUnwindSafe for RxBuffer
impl Send for RxBuffer
impl Sync for RxBuffer
impl Unpin for RxBuffer
impl UnwindSafe for RxBuffer
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