#[repr(C)]pub struct plugin_ctx_s {
pub interval: cdtime_t,
pub flush_interval: cdtime_t,
pub flush_timeout: cdtime_t,
}Fields§
§interval: cdtime_t§flush_interval: cdtime_t§flush_timeout: cdtime_tTrait Implementations§
Source§impl Clone for plugin_ctx_s
impl Clone for plugin_ctx_s
Source§fn clone(&self) -> plugin_ctx_s
fn clone(&self) -> plugin_ctx_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for plugin_ctx_s
impl Debug for plugin_ctx_s
impl Copy for plugin_ctx_s
Auto Trait Implementations§
impl Freeze for plugin_ctx_s
impl RefUnwindSafe for plugin_ctx_s
impl Send for plugin_ctx_s
impl Sync for plugin_ctx_s
impl Unpin for plugin_ctx_s
impl UnwindSafe for plugin_ctx_s
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