#[repr(C)]pub struct NetReceipt {
pub shard_id: u16,
pub timestamp: u64,
}Expand description
Ingestion receipt for C consumers.
Fields§
§shard_id: u16Shard the event was assigned to.
timestamp: u64Insertion timestamp (nanoseconds).
Auto Trait Implementations§
impl Freeze for NetReceipt
impl RefUnwindSafe for NetReceipt
impl Send for NetReceipt
impl Sync for NetReceipt
impl Unpin for NetReceipt
impl UnsafeUnpin for NetReceipt
impl UnwindSafe for NetReceipt
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