#[repr(C)]pub struct EventAttrs {
pub server_time_utc: time_t,
}
Expand description
Mirrors the C struct for hexchat_event_attrs
. It holds the timestamps
for the callback invocations for callbacks registered using
hexchat_print_attrs()
, and similar commands.
Fields§
§server_time_utc: time_t
Auto Trait Implementations§
impl Freeze for EventAttrs
impl RefUnwindSafe for EventAttrs
impl Send for EventAttrs
impl Sync for EventAttrs
impl Unpin for EventAttrs
impl UnwindSafe for EventAttrs
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