pub struct Rx<F: Frame> {
pub fill: RxFillRing<F>,
pub ring: Option<RxRing>,
}Fields§
§fill: RxFillRing<F>§ring: Option<RxRing>Auto Trait Implementations§
impl<F> !Sync for Rx<F>
impl<F> Freeze for Rx<F>
impl<F> RefUnwindSafe for Rx<F>where
F: RefUnwindSafe,
impl<F> Send for Rx<F>where
F: Send,
impl<F> Unpin for Rx<F>where
F: Unpin,
impl<F> UnsafeUnpin for Rx<F>
impl<F> UnwindSafe for Rx<F>where
F: UnwindSafe,
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