#[repr(C)]pub struct adamo_sample_t {
pub key: *mut c_char,
pub payload: *mut u8,
pub payload_len: usize,
pub is_delete: i32,
pub timestamp_us: u64,
}Fields§
§key: *mut c_char§payload: *mut u8§payload_len: usize§is_delete: i32§timestamp_us: u64Auto Trait Implementations§
impl !Send for adamo_sample_t
impl !Sync for adamo_sample_t
impl Freeze for adamo_sample_t
impl RefUnwindSafe for adamo_sample_t
impl Unpin for adamo_sample_t
impl UnsafeUnpin for adamo_sample_t
impl UnwindSafe for adamo_sample_t
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