pub struct SlotInfo {
pub oid: u64,
pub id: ChannelId,
pub slot: SlotInfoVariant,
}
Expand description
Per-channel-slot summary information for system monitoring
Fields§
§oid: u64
An ordinal identifier
id: ChannelId
The channel id
slot: SlotInfoVariant
Stub and Channel specific data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlotInfo
impl RefUnwindSafe for SlotInfo
impl Send for SlotInfo
impl Sync for SlotInfo
impl Unpin for SlotInfo
impl UnwindSafe for SlotInfo
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