pub struct Rings {
pub u2k: FrameProducer<'static>,
pub k2u: FrameConsumer<'static>,
}
Fields§
§u2k: FrameProducer<'static>
§k2u: FrameConsumer<'static>
Auto Trait Implementations§
impl RefUnwindSafe for Rings
impl Send for Rings
impl Sync for Rings
impl Unpin for Rings
impl UnwindSafe for Rings
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