pub type pcre2_general_context_8 = pcre2_real_general_context_8;
Aliased Type§
struct pcre2_general_context_8 { /* private fields */ }
Trait Implementations
Source§impl Clone for pcre2_real_general_context_8
impl Clone for pcre2_real_general_context_8
Source§fn clone(&self) -> pcre2_real_general_context_8
fn clone(&self) -> pcre2_real_general_context_8
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