#[repr(C, packed(1))]pub struct EventEntry {
pub flags: Flags,
pub codec: u64,
pub key_len: u32,
pub val_len: u32,
}Expand description
A fixed sized struct for serializing an event Entry separately from the
key/value bytes.
Fields§
§flags: Flags§codec: u64§key_len: u32§val_len: u32Auto Trait Implementations§
impl Freeze for EventEntry
impl RefUnwindSafe for EventEntry
impl Send for EventEntry
impl Sync for EventEntry
impl Unpin for EventEntry
impl UnsafeUnpin for EventEntry
impl UnwindSafe for EventEntry
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