#[repr(C)]pub struct heartbeat_udata {
pub global: uint64_t,
pub window: uint64_t,
}Expand description
Unsigned global and window data.
Fields§
§global: uint64_t§window: uint64_tAuto Trait Implementations§
impl Freeze for heartbeat_udata
impl RefUnwindSafe for heartbeat_udata
impl Send for heartbeat_udata
impl Sync for heartbeat_udata
impl Unpin for heartbeat_udata
impl UnwindSafe for heartbeat_udata
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