pub struct RingFrame {
pub fill_pct: u8,
pub ring_kind: u8,
pub producers: u8,
pub consumers: u8,
pub trend: u8,
pub flags: u8,
}Expand description
Source-ring shape telemetry: the legacy heartbeat payload, now a frame.
Fields§
§fill_pct: u8§ring_kind: u8§producers: u8§consumers: u8§trend: u8§flags: u8Trait Implementations§
impl Copy for RingFrame
impl Eq for RingFrame
impl StructuralPartialEq for RingFrame
Auto Trait Implementations§
impl Freeze for RingFrame
impl RefUnwindSafe for RingFrame
impl Send for RingFrame
impl Sync for RingFrame
impl Unpin for RingFrame
impl UnsafeUnpin for RingFrame
impl UnwindSafe for RingFrame
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