Struct libevent_sys::event_watermark
source · #[repr(C)]pub struct event_watermark {
pub low: size_t,
pub high: size_t,
}Fields§
§low: size_t§high: size_tTrait Implementations§
source§impl Clone for event_watermark
impl Clone for event_watermark
source§fn clone(&self) -> event_watermark
fn clone(&self) -> event_watermark
Returns a copy 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 more