pub struct RingPoll {
pub frames: Vec<Frame>,
pub loss: RingLoss,
pub from_counter: u64,
pub to_counter: u64,
}Expand description
Result of walking a cursor to a ring head.
Fields§
§frames: Vec<Frame>§loss: RingLoss§from_counter: u64§to_counter: u64Implementations§
Trait Implementations§
impl Eq for RingPoll
impl StructuralPartialEq for RingPoll
Auto Trait Implementations§
impl Freeze for RingPoll
impl RefUnwindSafe for RingPoll
impl Send for RingPoll
impl Sync for RingPoll
impl Unpin for RingPoll
impl UnsafeUnpin for RingPoll
impl UnwindSafe for RingPoll
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